This commit is contained in:
lllyasviel
2024-01-27 16:44:10 -08:00
parent 7676915cd0
commit 1ed5e695fc
3 changed files with 11 additions and 3 deletions

View File

@@ -118,4 +118,4 @@ def txt2img(id_task: str, request: gr.Request, *args):
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")