huggingface / parler-tts

Inference and training library for high-quality TTS models.
Apache License 2.0
2.6k stars 265 forks source link

Does it support Chinese? #10

Open lyzhang1999 opened 1 month ago

lyzhang1999 commented 1 month ago

Does it support Chinese?

cgoder commented 1 month ago

+1

sanchit-gandhi commented 1 month ago

Hey @lyzhang1999 - the model is currently only trained on English data, but the training recipes are language-agnostic. This means you can drop-in your own Chinese training data and reproduce the model in your language. Feel free to try it out using the training recipes linked in the repo!

It should also be possible to start from the English-only checkpoint, and fine-tune a Chinese model, again using the training recipes.