Purpose

The purpose of this repository is to store various TTS.cpp compatible GGUF encoded model files for the Orpheus TTS model.

Model Types

Currently the Orpheus model is only supported in 32bit floating point format via the model file Orpheus.gguf

Orpheus

This page only contains the GGUF encoded model file of the original Orpheus 3B v0.1 finetuned model. For the original model please see the repository Orpheus TTS model or the model repository here.

How to use

See the github repo here for more information general usage.

To compile TTS.cpp simple git clone and then run the the following in the repository's directory to compile (cmake is required):

cmake -B build                                           
cmake --build build --config Release

After compilation is complete you can download a model file and generate speech to a file from the same directory like so:

build/bin/tts-cli --model-path /model/path/to/downloaded_gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wav
Downloads last month
24
GGUF
Model size
3.8B params
Architecture
orpheus
Hardware compatibility
Log In to view the estimation
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for mmwillet2/Orpheus_GGUF