Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a tts synthesizer with a model non available in coqui ai tts --list_models #2

Open
fdemolde opened this issue Nov 29, 2024 · 0 comments

Comments

@fdemolde
Copy link

Hello Rowan,

I trained a fastspeech2 model but I cannot build a synthesizer with the model name in argument.

Error: Result::unwrap()on anErr` value: PyErr { type: <class 'KeyError'>, value: KeyError('fastspeech2'), traceback: Some(<traceback object at 0x752fd3883880>) }

But when I change the name of the model folder (in '.local/share/tts') and the name of the model in the code to a name from tts --list_models, it's working.

I think if I could append the trained model name to this list, it would work.

Does you know how to modify this list locally?

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant