mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 21:30:27 +00:00
Added job_id pattern for directories
This commit is contained in:
1
webui.py
1
webui.py
@@ -50,6 +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.current_latent = None
|
||||
shared.state.current_image = None
|
||||
shared.state.current_image_sampling_step = 0
|
||||
|
Reference in New Issue
Block a user