prevent live previews from showing previous picture

This commit is contained in:
AUTOMATIC 2022-09-18 16:36:34 +03:00
parent 7476593014
commit e78c368eb3

View File

@ -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()