mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00

* Add the Orpheus TTS. * Add a small readme. * Token fix. * Support more voices. * Clippy fixes.
15 lines
322 B
Markdown
15 lines
322 B
Markdown
# Orpheus
|
|
|
|
Orpheus is a 3B text-to-speech model based on Llama.
|
|
|
|
- Weights on HuggingFace
|
|
[canopylabs/orpheus-3b-0.1-ft](https://huggingface.co/canopylabs/orpheus-3b-0.1-ft).
|
|
- Code on GitHub [canopyai/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS).
|
|
|
|
|
|
```bash
|
|
cargo run --example orpheus --features cuda -r
|
|
```
|
|
|
|
|