未验证 提交 fc8acdb5 编写于 作者: A AUTOMATIC1111 提交者: GitHub

Merge pull request #378 from oobabooga/master

Fix #368
......@@ -299,7 +299,7 @@ def save_image(image, path, basename, seed=None, prompt=None, extension='png', i
if existing_info is not None:
for k, v in existing_info.items():
pnginfo.add_text(k, v)
pnginfo.add_text(k, str(v))
pnginfo.add_text(pnginfo_section_name, info)
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册