From 5cbefa821fd4a7dad67b73009dfcf6aced60c97a Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Thu, 26 Oct 2023 18:06:25 -0700 Subject: [PATCH] minor fix --- fooocus_version.py | 2 +- webui.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fooocus_version.py b/fooocus_version.py index 200eb84..3743d33 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.1.750' +version = '2.1.751' diff --git a/webui.py b/webui.py index b2f7f5c..9143583 100644 --- a/webui.py +++ b/webui.py @@ -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), \