Commit e78c368e authored by AUTOMATIC's avatar AUTOMATIC

prevent live previews from showing previous picture

parent 74765930
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment