From 749d427e15449afa0dc20f07bce9bdb742300bf0 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Mon, 26 Aug 2024 23:06:39 +0800 Subject: [PATCH] chore(pnginfo): add `Postprocess upscaler 2 visibility` https://github.com/bluelovers/sd-webui-pnginfo-beautify/issues/2 --- scripts/postprocessing_upscale.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postprocessing_upscale.py b/scripts/postprocessing_upscale.py index 2409fd207..79e0a83a8 100644 --- a/scripts/postprocessing_upscale.py +++ b/scripts/postprocessing_upscale.py @@ -159,6 +159,7 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing): upscaled_image = Image.blend(upscaled_image, second_upscale, upscaler_2_visibility) pp.info["Postprocess upscaler 2"] = upscaler2.name + pp.info["Postprocess Upscaler 2 visibility"] = upscaler_2_visibility pp.image = upscaled_image