basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 469 forks source link

Adds Exif and PNG Info to all scripts #141

Closed veni-vidi-code closed 2 years ago

veni-vidi-code commented 2 years ago

This Adds Information about the settings as EXIF and/or PNG Info to all scripts

motivation

See #139

why exif and pnginfo

PNGinfo alone is not enough since it will not work on JPEGs, which are supported by the gradio scripts Also PNGinfo is harder to view, especially on windows machines

EXIF supports both png and jpeg, but is not as nice and tidy as png info, so i decided to use both

difference to #65

65 only adds PNGInfo and locks the file type to pngs

it also only adds exif to the non gradio scripts

stuff to discuss / workon: