From 905a027fc105aaf6800db06e0cf552b228076ce0 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Fri, 2 Feb 2024 23:01:03 -0800 Subject: [PATCH] Update processing.py --- modules/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/processing.py b/modules/processing.py index 924f714e..ffc3d1ac 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -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: