diff --git a/webui.py b/webui.py index fb84c66..b7dd9b4 100644 --- a/webui.py +++ b/webui.py @@ -13,7 +13,7 @@ from modules.sdxl_styles import style_keys, aspect_ratios def generate_clicked(*args): yield gr.update(interactive=False), \ - gr.update(visible=True, value=modules.html.make_progress_html(1, 'Processing text encoding ...')), \ + gr.update(visible=True, value=modules.html.make_progress_html(1, 'Initializing ...')), \ gr.update(visible=True, value=None), \ gr.update(visible=False)