diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-25 16:45:22 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-25 16:45:22 +0000 |
commit | ca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec (patch) | |
tree | aa02e79e2cae338ae795db36ef7d3972d26264f1 /webui.py | |
parent | ff107845b4814402a4722941d669e72055384771 (diff) | |
parent | 1877a3767ed7502c25245c3de3449b22067db74c (diff) | |
download | stable-diffusion-webui-gfx803-ca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec.tar.gz stable-diffusion-webui-gfx803-ca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec.tar.bz2 stable-diffusion-webui-gfx803-ca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ def wrap_gradio_gpu_call(func): shared.state.sampling_step = 0
shared.state.job_count = -1
shared.state.job_no = 0
+ shared.state.job_timestamp = shared.state.get_job_timestamp()
shared.state.current_latent = None
shared.state.current_image = None
shared.state.current_image_sampling_step = 0
|