Added job_id pattern for directories

This commit is contained in:
Eyrie
2022-09-25 12:29:40 +02:00
committed by AUTOMATIC1111
parent 50ae19acf6
commit 40166dbf08
4 changed files with 8 additions and 1 deletions

View File

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