Closed EurekaTesla closed 2 years ago
Hey, I can't reproduce your issue but I suspect this is an issue with your cache being incompatible with the most recent TTS.
I would suggest running rm -rf ~/.local/share/tts/tts_models--en--ljspeech--tacotron2-DCA/
and trying again.
Hey, I can't reproduce your issue but I suspect this is an issue with your cache being incompatible with the most recent TTS.
I would suggest running
rm -rf ~/.local/share/tts/tts_models--en--ljspeech--tacotron2-DCA/
and trying again.
thanks!
Describe the bug
ValueError: Phonemizer is not defined in the TTS config.
To Reproduce
run
python TTS/server/server.py --model_name tts_models/en/ljspeech/tacotron2-DCA --vocoder_name vocoder_models/en/ljspeech/multiband-melgan
show:
It's OK when running
python TTS/server/server.py
Expected behavior
No response
Logs
No response
Environment
Additional context
No response