fix ruined SD upscale
This commit is contained in:
parent
7b7f7e9361
commit
c6f347b81f
|
@ -35,8 +35,9 @@ class Script(scripts.Script):
|
||||||
seed = p.seed
|
seed = p.seed
|
||||||
|
|
||||||
init_img = p.init_images[0]
|
init_img = p.init_images[0]
|
||||||
|
init_img = images.flatten(init_img, opts.img2img_background_color)
|
||||||
|
|
||||||
if (upscaler.name != "None"):
|
if upscaler.name != "None":
|
||||||
img = upscaler.scaler.upscale(init_img, scale_factor, upscaler.data_path)
|
img = upscaler.scaler.upscale(init_img, scale_factor, upscaler.data_path)
|
||||||
else:
|
else:
|
||||||
img = init_img
|
img = init_img
|
||||||
|
|
Loading…
Reference in New Issue
Block a user