This commit is contained in:
Gourieff 2023-06-30 15:46:06 +07:00
parent 27a9fe4ad5
commit 6b9449876e

View File

@ -58,7 +58,7 @@ class FaceSwapScript(scripts.Script):
) )
restore_first = gr.Checkbox( restore_first = gr.Checkbox(
True, True,
placeholder="Restore face, than Upscale", placeholder="Restore face, then Upscale",
label="1. Restore face -> 2. Upscale (-Uncheck- if you want vice versa)", label="1. Restore face -> 2. Upscale (-Uncheck- if you want vice versa)",
visible=is_img2img, visible=is_img2img,
) )