How to Set vocoder_name in Python API? #3558
Unanswered
gene1979
asked this question in
General Q&A
Replies: 2 comments
-
me too , I am confused as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now possible in our fork: https://github.com/idiap/coqui-ai-TTS |
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 Coqui TTS Community,
I'm using Coqui TTS's Python API and noticed that while I can specify model_name, there doesn't seem to be an option to set vocoder_name as we can in the CLI. How can we do this in Python?
Example CLI usage:
tts --text "口が閉じないほど嬉しかった" --model_name tts_models/ja/kokoro/tacotron2-DDC --vocoder_name vocoder_models/ja/kokoro/hifigan_v1
Looking for a Python equivalent. Any suggestions?
Thanks,
Gene
Beta Was this translation helpful? Give feedback.
All reactions