ggml-org/llama.cpp

tts : add support for Orpheus

Aberta

#12.476 aberto em 20 de mar. de 2025

 (9 comentários) (27 reações) (0 responsável)C++ (21.825 forks)batch import
good first issuetts

Métricas do repositório

Stars
 (124.401 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 8h) (389 fundiu PRs em 30d)

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

Guia do colaborador