Replies: 1 comment 6 replies
-
I agree, having the choice to get a random seed or a fixed seed would help us greatly on tests. Having a fixed seed gives us the exact same output and is a great way to see reproducibility (Comparaison Lora VS no Lora for example) On Stable diffusion you can have this choice and on llama.cpp too. That's why I believe it would be great to also get the choice here. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes I get the same answer from the exact same generation (system test conditions). I'm aware that even with a random seed this can happen but I just want to clarify if the generations currently use a random seed? If not how can make it use random seed Eg. -1
It would be a good addition in the next update to have a seed field.
Beta Was this translation helpful? Give feedback.
All reactions