imaginAIry icon indicating copy to clipboard operation
imaginAIry copied to clipboard

add more details to the image metadata

Open iandol opened this issue 2 years ago • 4 comments

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...

iandol avatar Jan 26 '23 07:01 iandol

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

brycedrennan avatar Feb 05 '23 18:02 brycedrennan

@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? 🤔

PaulMest avatar Feb 21 '23 03:02 PaulMest

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

bluusun avatar Jan 04 '24 00:01 bluusun

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

brycedrennan avatar Jan 04 '24 03:01 brycedrennan