mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
Interrupt after current generation
This commit is contained in:
parent
861cbd5636
commit
8aa13d5dce
7 changed files with 17 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue