mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
prevent live previews from showing previous picture
This commit is contained in:
parent
7476593014
commit
e78c368eb3
1 changed files with 2 additions and 0 deletions
|
|
@ -202,6 +202,8 @@ def check_progress_call():
|
|||
|
||||
def check_progress_call_initial():
|
||||
shared.state.job_count = -1
|
||||
shared.state.current_latent = None
|
||||
shared.state.current_image = None
|
||||
|
||||
return check_progress_call()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue