FIX: PP order chckbox in txt2img tab

This commit is contained in:
Gourieff 2023-07-01 03:23:41 +07:00
parent 50ba8c1e61
commit 052094c2a6

View File

@ -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],