Revert "Log strength with hires"

This reverts commit 82d4904c07.
This commit is contained in:
Lincoln Stein 2022-11-10 16:49:25 -05:00
parent 4ef1f4a854
commit b4b6eabaac

View File

@ -247,8 +247,6 @@ class Args(object):
switches.append('--seamless') switches.append('--seamless')
if a['hires_fix']: if a['hires_fix']:
switches.append('--hires_fix') switches.append('--hires_fix')
if a['strength'] and a['strength']>0:
switches.append(f'-f {a["strength"]}')
# img2img generations have parameters relevant only to them and have special handling # img2img generations have parameters relevant only to them and have special handling
if a['init_img'] and len(a['init_img'])>0: if a['init_img'] and len(a['init_img'])>0: