You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
When we create new image, it's useful to store settings data.
That why an yaml is created.
But it's a bit boring to have so many files. And not practical to store / share / show in gallery...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When we create new image, it's useful to store settings data.
That why an yaml is created.
But it's a bit boring to have so many files. And not practical to store / share / show in gallery...
That why come to me the idea of storing this in PNG's metadata!
https://en.wikipedia.org/wiki/Extensible_Metadata_Platform
Have write a lite POC who use pyexiv2.
Setup :
pip install pyexiv2
What do you think ?
If you like it I will implement it in stable-diffusion ;-)
Beta Was this translation helpful? Give feedback.
All reactions