Files
candle/candle-examples/examples/parler-tts/README.md
Laurent Mazare 14fd2d97e0 Add a readme for the parler-tts example. (#2434)
* Add a readme for the parler-tts example.

* Remove the python decode script.

* mp4 tweaks.

* Another readme tweak.
2024-08-19 09:30:12 +02:00

828 B

candle-parler-tts

Parler-TTS is a large text-to-speech model with 2.2B parameters trained on ~45K hours of audio data. The voice can be controlled by a text prompt.

Run an example

cargo run --example parler-tts -r -- \
  --prompt "Hey, how are you doing today?"

In order to specify some prompt for the voice, use the --description argument.

cargo run --example parler-tts -r -- \
  --prompt "Hey, how are you doing today?" \
  --description "A female speaker delivers a slightly expressive and animated speech with a moderate speed and pitch. The recording is of very high quality, with the speaker's voice sounding clear and very close up."

https://github.com/huggingface/candle/raw/main/candle-examples/examples/parler-tts/hello.mp4