huggingface / parler-tts

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

Plans to support Parler TTS on Candle? #77

Open sidharthrajaram opened 4 months ago

sidharthrajaram commented 4 months ago

Hello, are there plans to support Parler-TTS on Candle?

Thanks!

andrenatal commented 4 months ago

I second this one. What would be the effort to make it compatible with Candle?

ylacombe commented 3 months ago

I don't know yet how to make it compatible with Candle, but if you want to give it a try, I'd be happy to help you in the process

julien-blanchon commented 3 months ago

Maybe start by making a post here: https://github.com/huggingface/candle/issues/1177

LaurentMazare commented 2 months ago

Just to mention that I've added support for parler-tts and the dac codec in candle, it hasn't been much battle tested yet but works well on simple examples. You can try it out running the following from the top of the candle repo (a readme for the example is yet to be added).

cargo run --features cuda -r --example parler-tts

And this should generate an out.wav file with the attached content.

https://github.com/user-attachments/assets/8334bb63-4413-4620-80dc-f4cb5bf582f0

andrenatal commented 2 months ago

That's sweet @LaurentMazare !