aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 19:13:48 +0000
committerGitHub <noreply@github.com>2023-04-29 19:13:48 +0000
commit80987c36f9bfa33092ac7c75624b25d839cb2a06 (patch)
tree6f1acaae50a49544a08384b52739df3e2d803a10 /webui.py
parent2e78e65a22bfa6b116ae18d12fdcb85ec8acd727 (diff)
parent15c4e78b44e14d70b82dcb5b563251fed7be0766 (diff)
downloadstable-diffusion-webui-gfx803-80987c36f9bfa33092ac7c75624b25d839cb2a06.tar.gz
stable-diffusion-webui-gfx803-80987c36f9bfa33092ac7c75624b25d839cb2a06.tar.bz2
stable-diffusion-webui-gfx803-80987c36f9bfa33092ac7c75624b25d839cb2a06.zip
Merge pull request #7595 from siutin/feature/restore-progress
restore the progress from session lost / tab reload
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui.py b/webui.py
index 357bf4c1..7f8d4f84 100644
--- a/webui.py
+++ b/webui.py
@@ -339,6 +339,7 @@ def webui():
setup_middleware(app)
modules.progress.setup_progress_api(app)
+ modules.progress.setup_current_task_api(app)
if launch_api:
create_api(app)