Skip to content

asiff00/Orpheus-TTS-Local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Orpheus

A local text-to-speech system using the Orpheus AI model.

Installation

# Install all dependencies
pip install -r requirements.txt

Backend Options [lmstudio, ollama, local]

Base Model

isaiahbjork/orpheus-3b-0.1-ft-Q4_K_M-GGUF

Usage

# Default CLI Loop (LM Studio)
python TTS.py

# Change backend
python TTS.py --backend local

# Specify text
python TTS.py --text "Hello, this is Orpheus."

# Change voice (options: tara, leah, jess, leo, dan, mia, zac, zoe)
python TTS.py --voice leo

# Save to file without playing
python TTS.py --text "Save this to a file" --output "my_speech.wav" --no-play

Output files are saved to the "outputs" directory by default.

Releases

No releases published

Packages

No packages published

Languages