minor fix

This commit is contained in:
lllyasviel 2023-10-26 18:06:25 -07:00
parent 4607316c2f
commit 5cbefa821f
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
version = '2.1.750'
version = '2.1.751'

View File

@ -26,6 +26,8 @@ def generate_clicked(*args):
execution_start_time = time.perf_counter()
worker.outputs = []
yield gr.update(visible=True, value=modules.html.make_progress_html(1, 'Initializing ...')), \
gr.update(visible=True, value=None), \
gr.update(visible=False, value=None), \