Add the Orpheus TTS. (#2886)

* Add the Orpheus TTS.

* Add a small readme.

* Token fix.

* Support more voices.

* Clippy fixes.
This commit is contained in:
Laurent Mazare
2025-04-13 12:02:17 +02:00
committed by GitHub
parent d9198deb37
commit b44d38de0e
2 changed files with 343 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# 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
```