aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorEyrie <me@eyriewow.com>2022-09-25 14:45:20 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-25 17:11:07 +0300
commit1877a3767ed7502c25245c3de3449b22067db74c (patch)
tree9cdde75f1d1fd123760cf279b6346923dac102bc /webui.py
parent4c3d4aad60ffd701967ce1d358c37a33c941bb44 (diff)
Changed job_id to timestamp
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index d0a4e00f..9ea5f5a3 100644
--- a/webui.py
+++ b/webui.py
@@ -50,7 +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_id = shared.state.gen_job_id()
+ 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