Open sidharthrajaram opened 4 months ago
I second this one. What would be the effort to make it compatible with Candle?
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
Maybe start by making a post here: https://github.com/huggingface/candle/issues/1177
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
That's sweet @LaurentMazare !
Hello, are there plans to support Parler-TTS on Candle?
Thanks!