aboutsummaryrefslogtreecommitdiffstats
path: root/modules/call_queue.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-01-01 13:40:02 +0000
committerGitHub <noreply@github.com>2024-01-01 13:40:02 +0000
commit2a7ad70db5447dd1d5915b2b59715ee74f670119 (patch)
tree3b1b2f5f3648da07430f54d1c155ce379a6fa3f7 /modules/call_queue.py
parent0ce67cb61806cf43f4d726d4705a4f6fdc2540e6 (diff)
parentdfd64382211317cc46ad337c373492bfc420fa18 (diff)
downloadstable-diffusion-webui-gfx803-2a7ad70db5447dd1d5915b2b59715ee74f670119.tar.gz
stable-diffusion-webui-gfx803-2a7ad70db5447dd1d5915b2b59715ee74f670119.tar.bz2
stable-diffusion-webui-gfx803-2a7ad70db5447dd1d5915b2b59715ee74f670119.zip
Merge pull request #13653 from antfu/feat/interrupted-end
Interrupt after current generation
Diffstat (limited to 'modules/call_queue.py')
-rw-r--r--modules/call_queue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/call_queue.py b/modules/call_queue.py
index ddf0d573..01c6d17f 100644
--- a/modules/call_queue.py
+++ b/modules/call_queue.py
@@ -78,6 +78,7 @@ def wrap_gradio_call(func, extra_outputs=None, add_stats=False):
shared.state.skipped = False
shared.state.interrupted = False
+ shared.state.interrupted_next = False
shared.state.job_count = 0
if not add_stats: