aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-07 13:46:08 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-07 13:46:08 +0300
commit15bb8e8057f8e19af4e5377437687aac7e33eeb4 (patch)
tree7a3bc5d7d633626fdfdf2ff8c76c408e45b6ceff /modules/ui.py
parent8dcd3e57e7f56ea45ac815ce479ddfc70122ee27 (diff)
labeling updates according to anon's feedback
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 689debc9..f5564d0e 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -526,7 +526,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo):
with gr.Group():
codeformer_visibility = gr.Slider(minimum=0.0, maximum=1.0, step=0.001, label="CodeFormer visibility", value=0, interactive=modules.codeformer_model.have_codeformer)
- codeformer_weight = gr.Slider(minimum=0.0, maximum=1.0, step=0.001, label="CodeFormer weight (0=max, 1=none)", value=0, interactive=modules.codeformer_model.have_codeformer)
+ codeformer_weight = gr.Slider(minimum=0.0, maximum=1.0, step=0.001, label="CodeFormer weight (0 = maximum effect, 1 = minimum effect)", value=0, interactive=modules.codeformer_model.have_codeformer)
submit = gr.Button('Generate', elem_id="extras_generate", variant='primary')