Replies: 1 comment
-
TorToiSe uses the current time as a seed for each generation, so you're going to have to hardcode a seed value tortoise-tts/scripts/tortoise_tts.py Line 206 in 1e061bc There's also a degree of dropout in the layers but I'm unsure if this is enough to significantly effect the generation. EDIT: My apologies, I neglected to mention https://github.com/neonbjb/tortoise-tts/blob/1e061bc6752f05bccb59748c8bd7c7fc85d54988/Advanced_Usage.md#generating-conditioning-latents-from-voices |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
each time I do "python tortoise/do_tts.py --text "some text" --voice myvoice --preset standard" it seems to be recomputing something and output 3 slightly different voices.
is there a way to save the parameters of voice 2 for example in order to reuse it? to get consistent result accros various voice generations
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions