From 2188bf4d29ceb74e8ea8130e47805f02dd198481 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Tue, 30 Jan 2024 22:36:36 -0800 Subject: [PATCH] Update img2img.py --- modules/img2img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/img2img.py b/modules/img2img.py index f81405df..0d4dca3f 100644 --- a/modules/img2img.py +++ b/modules/img2img.py @@ -243,4 +243,4 @@ def img2img(id_task: str, mode: int, prompt: str, negative_prompt: str, prompt_s if opts.do_not_show_images: processed.images = [] - return processed.images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments, classname="comments") + return processed.images + processed.extra_images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments, classname="comments")