Prompt Dumper / Reconstructor #209
grauho
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that some other stable diffusion programs have an option to import parameters from past images generated with that software. So wanting something similar for sdcpp I wrote a small program to take the metadata encoded into output images and reconstruct them into a valid cli invocation. It also partially works for images generated with some other software that uses a similar metadata encoding style. Might be useful for those who wish to go back and tweak the settings for old generations and try new things.
You can find it here and it only requires a C99 compiler and has no dependencies other than the standard library:
https://github.com/grauho/sdPromptDumper
Beta Was this translation helpful? Give feedback.
All reactions