mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 19:22:32 +00:00
Changed job_id to timestamp
This commit is contained in:
2
webui.py
2
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
|
||||
|
Reference in New Issue
Block a user