mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
fix borked merge, rename fields to better match what they do, change setting default to true for #13653
This commit is contained in:
parent
2a7ad70db5
commit
0aa7c53c0b
8 changed files with 20 additions and 14 deletions
|
|
@ -865,7 +865,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||
if state.skipped:
|
||||
state.skipped = False
|
||||
|
||||
if state.interrupted or state.interrupted_next:
|
||||
if state.interrupted or state.stopping_generation:
|
||||
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