diff options
author | Eyrie <me@eyriewow.com> | 2022-09-25 14:45:20 +0200 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-25 17:11:07 +0300 |
commit | 1877a3767ed7502c25245c3de3449b22067db74c (patch) | |
tree | 9cdde75f1d1fd123760cf279b6346923dac102bc /webui.py | |
parent | 4c3d4aad60ffd701967ce1d358c37a33c941bb44 (diff) |
Changed job_id to timestamp
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|