aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-25 19:45:22 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-25 19:45:22 +0300
commitca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec (patch)
treeaa02e79e2cae338ae795db36ef7d3972d26264f1 /webui.py
parentff107845b4814402a4722941d669e72055384771 (diff)
parent1877a3767ed7502c25245c3de3449b22067db74c (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui.py b/webui.py
index 64c9d462..9ea5f5a3 100644
--- a/webui.py
+++ b/webui.py
@@ -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