ggml-org/llama.cpp

tts : add support for Orpheus

開放

#12,476 建立於 2025年3月20日

 (9 則留言) (27 個反應) (0 位負責人)C++ (21,880 個分叉)batch import
good first issuetts

倉庫指標

星標
 (124,566 顆星)
PR 合併指標
 (平均合併 6天 8小時) (30 天內合併 389 個 PR)

描述

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): https://github.com/ggml-org/llama.cpp/pull/10784 Can be used as a reference how to implement this.

貢獻者指南