tortoise-tts icon indicating copy to clipboard operation
tortoise-tts copied to clipboard

Can't Chose Voice

Open GiveMeCodingHelp opened this issue 1 year ago • 5 comments

Sadly I have not had luck with tts_do.py actually producing the voice I set it to.

GiveMeCodingHelp avatar May 04 '23 12:05 GiveMeCodingHelp

How do I do it.

GiveMeCodingHelp avatar May 04 '23 12:05 GiveMeCodingHelp

Use the --voice <name> flag.

e.g,.

python tortoise/do_tts.py --text "This is some text to be read." --voice angie --preset fast

You can find all the voice names under tortoise\voices

windowpane avatar May 14 '23 19:05 windowpane

If you make a new voice, you have to run "python3 setup.py install" again after adding your samples. And make sure to put them in the right voices folder.... it should be in ./tortoise/voices/<your_voice_name>/

yatesdr avatar May 29 '23 22:05 yatesdr

If you make a new voice, you have to run "python3 setup.py install" again after adding your samples. And make sure to put them in the right voices folder.... it should be in ./tortoise/voices/<your_voice_name>/

Thank you for this point. I was not able to run the get_conditioning_latents.py to work for a new voice I installed. This needs to be added to the readme. That is unless it is already there and I missed it.

jdini76 avatar Aug 23 '23 15:08 jdini76

If you make a new voice, you have to run "python3 setup.py install" again after adding your samples.

Thanks! I would not have guessed that it works this way, either.

3ternal avatar Dec 28 '23 00:12 3ternal