mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 20:35:06 +08:00
fix upscaler 2
This commit is contained in:
parent
859f0f6b19
commit
0a7d1e756f
@ -153,7 +153,7 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing):
|
|||||||
pp.info["Postprocess upscaler"] = upscaler1.name
|
pp.info["Postprocess upscaler"] = upscaler1.name
|
||||||
|
|
||||||
if upscaler2 and upscaler_2_visibility > 0:
|
if upscaler2 and upscaler_2_visibility > 0:
|
||||||
second_upscale = self.upscale(pp.image, pp.info, upscaler2, upscale_mode, upscale_by, upscale_to_width, upscale_to_height, upscale_crop)
|
second_upscale = self.upscale(pp.image, pp.info, upscaler2, upscale_mode, upscale_by, max_side_length, upscale_to_width, upscale_to_height, upscale_crop)
|
||||||
upscaled_image = Image.blend(upscaled_image, second_upscale, upscaler_2_visibility)
|
upscaled_image = Image.blend(upscaled_image, second_upscale, upscaler_2_visibility)
|
||||||
|
|
||||||
pp.info["Postprocess upscaler 2"] = upscaler2.name
|
pp.info["Postprocess upscaler 2"] = upscaler2.name
|
||||||
|
Loading…
Reference in New Issue
Block a user