Commit 047a623f authored by jjisnow's avatar jjisnow Committed by GitHub

Restore run_pnginfo

parent de5bfdf9
......@@ -97,7 +97,7 @@ def run_extras(image, image_folder, gfpgan_visibility, codeformer_visibility, co
return outputs, plaintext_to_html(info), ''
def run_image_info(image):
def run_pnginfo(image):
items = image.info
if "exif" in image.info:
......
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