mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-04 16:21:18 -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
|
|
@ -78,7 +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.stopping_generation = False
|
||||
shared.state.job_count = 0
|
||||
|
||||
if not add_stats:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue