-
Notifications
You must be signed in to change notification settings - Fork 16.1k
tts : add support for Orpheus #12476
Copy link
Copy link
Open
Labels
Description
HF: https://huggingface.co/collections/canopylabs/orpheus-tts-67d9ea3f6c05a941c06ad9d2
These TTS models seem suitable for supporting. To do that, we need to implement the SNAC audio codec: https://github.com/hubertsiuzdak/snac/
Sample implementation using Python-based inference of SNAC: https://github.com/isaiahbjork/orpheus-tts-local
Similar model support (OuteTTS): #10784
Can be used as a reference how to implement this.
Reactions are currently unavailable