enable non-latent hires upscalers

This commit is contained in:
Vladimir Mandic
2023-09-10 19:48:22 -04:00
parent 2c06f841fb
commit cbed61732f
3 changed files with 22 additions and 31 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ def create_infotext(p: StableDiffusionProcessing, all_prompts, all_seeds, all_su
}
if 'txt2img' in p.ops:
pass
if 'hires' in p.ops:
if 'hires' or 'upscale' in p.ops:
args["Hires steps"] = p.hr_second_pass_steps
args["Hires upscaler"] = p.hr_upscaler
args["Hires upscale"] = p.hr_scale