Feature Request: Print the seed.
I use a random seed so I can just run the same prompt several times until I get one I like, but once I do I would like the seed for it so I can generate it again in the future (or iterate on it with other settings). However, it doesn't appear the random seed is presented to the user anywhere.
I have a branch that publishes the metadata (including the seed) separately from the image and outputs that as a json file. Let me get that branch up to date.
I would also be interested in getting the seed.
Any updates on this, @fboulnois ? 😊
I would also be interested in getting the seed.
Any updates on this, @fboulnois ? 😊
The seed gets printed in the filename, for example <prompt>__steps_50__scale_7.50__seed_8701542176288024067__n_3.png. Since this has been useful enough for me I haven't updated the other branch.