Update processing.py

This commit is contained in:
lllyasviel
2024-02-02 23:01:03 -08:00
parent a5de9d46f3
commit 905a027fc1

View File

@@ -1061,12 +1061,12 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
res = Processed(
p,
images_list=output_images,
extra_images_list=p.extra_result_images,
seed=p.all_seeds[0],
info=infotexts[0],
subseed=p.all_subseeds[0],
index_of_first_image=index_of_first_image,
infotexts=infotexts,
extra_images_list=p.extra_result_images,
)
if p.scripts is not None: