How to find the seed and fix it?

#1
by KKSlider2022 - opened

The main page says that if we fix the seed we can keep voice consistency. Where can I find the seed for a given output, and where in the Gradio Web GUI can I fix the seed?

Since no one answered this, bottom field under generation parameters:

Generation Seed (Optional)
Set a generation seed for reproducible outputs. Leave empty or -1 for random seed.

and you can see your seed in the top line of console output:

No seed provided, generated random seed: 3799235367

Sign up or log in to comment