mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-23 18:40:22 -08:00
Changed job_id to timestamp
This commit is contained in:
parent
4c3d4aad60
commit
1877a3767e
4 changed files with 8 additions and 11 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue