add padding and identification to generation log section (Failed to find Loras, Used embeddings, etc...)

This commit is contained in:
AUTOMATIC1111
2023-07-15 08:07:25 +03:00
parent b8bd8ce4cf
commit 127635409a
5 changed files with 18 additions and 14 deletions

View File

@@ -240,4 +240,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)
return processed.images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments, classname="comments")