mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-20 19:41:07 -08:00
Interrupt after current generation
This commit is contained in:
parent
861cbd5636
commit
8aa13d5dce
7 changed files with 17 additions and 8 deletions
|
|
@ -819,7 +819,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||
if state.skipped:
|
||||
state.skipped = False
|
||||
|
||||
if state.interrupted:
|
||||
if state.interrupted or state.interrupted_next:
|
||||
break
|
||||
|
||||
sd_models.reload_model_weights() # model can be changed for example by refiner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue