aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authorMalumaDev <piano.lu92@gmail.com>2022-10-15 18:40:58 +0200
committerGitHub <noreply@github.com>2022-10-15 18:40:58 +0200
commit0d4f5db235357aeb4c7a8738179ba33aaf5a6b75 (patch)
treed3b1c8b729f64bcf84c82f9c3f5175d2cbce52f4 /modules/ui.py
parent9b7705e0573bddde26df4575c71f994d73a4d519 (diff)
Update modules/ui.py
Co-authored-by: VĂ­ctor Gallego <vicgalle@ucm.es>
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 5bb961b2..25eba548 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -597,7 +597,8 @@ def create_ui(wrap_gradio_gpu_call):
height = gr.Slider(minimum=64, maximum=2048, step=64, label="Height", value=512)
with gr.Group():
- aesthetic_lr = gr.Textbox(label='Learning rate', placeholder="Learning rate", value="0.0001")
+ aesthetic_lr = gr.Textbox(label='Aesthetic learning rate', placeholder="Aesthetic learning rate", value="0.0001")
+
aesthetic_weight = gr.Slider(minimum=0, maximum=1, step=0.01, label="Aesthetic weight", value=0.9)
aesthetic_steps = gr.Slider(minimum=0, maximum=50, step=1, label="Aesthetic steps", value=5)