mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
Add upscaler to img2img
This commit is contained in:
@@ -282,8 +282,8 @@ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 965400086, Size: 512x512, Model
|
||||
res["Hires resize-1"] = 0
|
||||
res["Hires resize-2"] = 0
|
||||
|
||||
if "Img2Img Upscale" not in res:
|
||||
res["Img2Img Upscale"] = 1
|
||||
if "Img2Img upscale" not in res:
|
||||
res["Img2Img upscale"] = 1
|
||||
|
||||
restore_old_hires_fix_params(res)
|
||||
|
||||
|
Reference in New Issue
Block a user