brycedrennan / imaginAIry

Pythonic AI generation of images and videos
MIT License
7.93k stars 436 forks source link

add more details to the image metadata #209

Open iandol opened 1 year ago

iandol commented 1 year ago

There is useful output visible on the command line that could be added to the JPG metadata, like the negative-prompt, generation time and details of the other things like CodeFormer processing time etc. It isn't so important but it would be nice to have this as a historical record when making different changes over time...

brycedrennan commented 1 year ago

Would be nice. Probably not an area I'm going to prioritize. Pull requests welcome.

PaulMest commented 1 year ago

@iandol Negative prompts should be in the exif metadata already. I added them as part of https://github.com/brycedrennan/imaginAIry/pull/135 a couple of months ago. Do you have any example where they are not included? 🤔

bluusun commented 9 months ago

Been removing all EXIF data for many creations after generation. Maybe there can be a feature to remove all data too?

brycedrennan commented 9 months ago

You could use the python interface and save the images in any way you desire