From f9096194da0b0f50db3583ac8eedd46971761327 Mon Sep 17 00:00:00 2001 From: Disty0 Date: Mon, 11 Sep 2023 12:02:06 +0300 Subject: [PATCH] Fix typo --- modules/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/processing.py b/modules/processing.py index e82432978..09cfee1ee 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -492,7 +492,7 @@ def create_infotext(p: StableDiffusionProcessing, all_prompts, all_seeds, all_su } if 'txt2img' in p.ops: pass - if 'hires' or 'upscale' in p.ops: + if 'hires' in p.ops 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