Changed job_id to timestamp

This commit is contained in:
Eyrie
2022-09-25 14:45:20 +02:00
committed by AUTOMATIC1111
parent 4c3d4aad60
commit 1877a3767e
4 changed files with 8 additions and 11 deletions

View File

@@ -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