Update img2img.py

This commit is contained in:
lllyasviel
2024-01-30 22:36:36 -08:00
parent 5d0ddde772
commit 2188bf4d29

View File

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