mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-06 07:41:29 -08:00
Merge branch 'dev' into m9-240816-pnginfo-text-copy
This commit is contained in:
commit
400dd32769
10 changed files with 134 additions and 31 deletions
|
|
@ -69,7 +69,7 @@ def run_pnginfo(image):
|
|||
|
||||
for key, text in items.items():
|
||||
info += f"""
|
||||
<div>
|
||||
<div class="infotext">
|
||||
<p><b>{plaintext_to_html(str(key))}</b></p>
|
||||
<p>{plaintext_to_html(str(text))}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue