From 052094c2a64ddf5e8a6f39bc3f3c18b1fb650e68 Mon Sep 17 00:00:00 2001 From: Gourieff <777@lovemet.ru> Date: Sat, 1 Jul 2023 03:23:41 +0700 Subject: [PATCH] FIX: PP order chckbox in txt2img tab --- scripts/faceswap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/faceswap.py b/scripts/faceswap.py index 7967c82..eb5736a 100644 --- a/scripts/faceswap.py +++ b/scripts/faceswap.py @@ -60,7 +60,6 @@ class FaceSwapScript(scripts.Script): True, placeholder="Restore face, then Upscale", label="1. Restore face -> 2. Upscale (-Uncheck- if you want vice versa)", - visible=is_img2img, ) upscaler_name = gr.inputs.Dropdown( choices=[upscaler.name for upscaler in shared.sd_upscalers],