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

Howto Change the Language #1

Open
a0n opened this issue Aug 21, 2021 · 2 comments
Open

Howto Change the Language #1

a0n opened this issue Aug 21, 2021 · 2 comments

Comments

@a0n
Copy link

a0n commented Aug 21, 2021

I am trying to figure out - how i can change the language.
I want to be able to synthesize german text.

@lenaschimmel
Copy link

Every argument that you add to your docker run command will be passed on to the entrypoint tts-server, so you can just add a --model_name argument. To use german text, you would add --model_name tts_models/de/thorsten/tacotron2-DCA to the end of your docker run command.

@lenaschimmel
Copy link

lenaschimmel commented Sep 8, 2021

I should mention that in the default version (0.1.0) the German model does not work very well, it is very slow and fails most of the time. There are newer coqui-tts versions which work a lot better, but I'm currently unsure which version to recommend. You have to build the docker image yourself to use any version but 0.1.0.

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

2 participants