Commit fc8acdb5 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #378 from oobabooga/master

Fix #368
parents fa8be8ac 3e1f9ab8
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment