pipeline restore args after batch and restore pipeline after base

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-01-09 11:12:39 -05:00
parent e632031190
commit c2e88021eb
6 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ def process_hires(p: processing.StableDiffusionProcessing, output):
# hires
if p.hr_force and strength == 0:
shared.log.warning('HiRes skip: denoising=0')
shared.log.warning('Hires skip: denoising=0')
p.hr_force = False
if p.hr_force:
shared.sd_model = sd_models.set_diffuser_pipe(shared.sd_model, sd_models.DiffusersTaskType.IMAGE_2_IMAGE)