-
Notifications
You must be signed in to change notification settings - Fork 947
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
31a1075
commit 14fd2d9
Showing
4 changed files
with
24 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# candle-parler-tts | ||
|
||
[Parler-TTS](https://huggingface.co/parler-tts/parler-tts-large-v1) 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 | ||
|
||
```bash | ||
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. | ||
```bash | ||
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 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.