aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authorMalumaDev <piano.lu92@gmail.com>2022-10-15 16:41:46 +0000
committerGitHub <noreply@github.com>2022-10-15 16:41:46 +0000
commit3f5c3b981e46c16bb10948d012575b25170efb3b (patch)
tree6a07197065c992cf83ead703658b2991d8d70b86 /modules/ui.py
parentad9bc604a8fadcfebe72be37f66cec51e7e87fb5 (diff)
downloadstable-diffusion-webui-gfx803-3f5c3b981e46c16bb10948d012575b25170efb3b.tar.gz
stable-diffusion-webui-gfx803-3f5c3b981e46c16bb10948d012575b25170efb3b.tar.bz2
stable-diffusion-webui-gfx803-3f5c3b981e46c16bb10948d012575b25170efb3b.zip
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 3b28b69c..1f6fcdc9 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1190,7 +1190,8 @@ def create_ui(wrap_gradio_gpu_call):
with gr.Column():
create_embedding = gr.Button(value="Create embedding", variant='primary')
- with gr.Tab(label="Create images embedding"):
+ with gr.Tab(label="Create aesthetic images embedding"):
+
new_embedding_name_ae = gr.Textbox(label="Name")
process_src_ae = gr.Textbox(label='Source directory')
batch_ae = gr.Slider(minimum=1, maximum=1024, step=1, label="Batch size", value=256)