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 French? #15

Open demsking opened 1 month ago

demsking commented 1 month ago

I recently stumbled upon your project and I'm excited about its potential. I'm wondering if there are any plans to add French language support in the future.

maxime-fleury commented 1 month ago

I would love if it supported French

Ekundayo39283 commented 1 month ago

Hey @maxime-fleury  - the model is currently only trained on English data, but the  training recipes are language-agnostic. This means you can drop-in your own French 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 French model, again using the training recipes.