mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
fix sampler defaults, facehires strength check
This commit is contained in:
@@ -137,6 +137,8 @@ class FaceRestorerYolo(FaceRestoration):
|
||||
'width': resolution,
|
||||
'height': resolution,
|
||||
}
|
||||
if args['denoising_strength'] == 0:
|
||||
shared.log.debug('Face HiRes skip: strength=0')
|
||||
control_pipeline = None
|
||||
if getattr(p, 'is_control', False):
|
||||
from modules.control import run
|
||||
|
||||
Reference in New Issue
Block a user