mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-06 04:39:01 +08:00
call state.jobnext() before postproces*()
This commit is contained in:
parent
464fbcd921
commit
5121846d34
@ -886,6 +886,8 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||||||
|
|
||||||
devices.torch_gc()
|
devices.torch_gc()
|
||||||
|
|
||||||
|
state.nextjob()
|
||||||
|
|
||||||
if p.scripts is not None:
|
if p.scripts is not None:
|
||||||
p.scripts.postprocess_batch(p, x_samples_ddim, batch_number=n)
|
p.scripts.postprocess_batch(p, x_samples_ddim, batch_number=n)
|
||||||
|
|
||||||
@ -958,8 +960,6 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||||||
|
|
||||||
devices.torch_gc()
|
devices.torch_gc()
|
||||||
|
|
||||||
state.nextjob()
|
|
||||||
|
|
||||||
if not infotexts:
|
if not infotexts:
|
||||||
infotexts.append(Processed(p, []).infotext(p, 0))
|
infotexts.append(Processed(p, []).infotext(p, 0))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user