From 8adf5e77fb520d7d4b26fb8b70a42218149d54df Mon Sep 17 00:00:00 2001 From: steveyourcreativepeople Date: Mon, 29 Jan 2024 23:00:31 -0500 Subject: [PATCH] wildprompt --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index c0d65fab..f2f4614a 100644 --- a/webui.py +++ b/webui.py @@ -296,7 +296,7 @@ with shared.gradio_root: with gr.Tab(label='Wildprompt'): wildprompt_sorter.try_load_sorted_wildprompts() - wildprompt_generate_all = gr.Checkbox(label='Generate All Wildprompts', value=False, container=False, elem_classes='min_check', interactive=True) + wildprompt_generate_all = gr.Checkbox(label='Generate All Wildprompts', value=False, container=False, elem_classes='min_check', info='Increase the Image Number to increase the number of times each prompt is generated. Only works if 1 wildprompt is selected.', interactive=True) wildprompt_search_bar = gr.Textbox(show_label=False, container=False, placeholder="\U0001F50E Type here to search wildprompts ...",