Run Orpheus 3B Locally With LM Studio
549
stars
7
commits
Python
primary language
Mar 20, 2025
updated
A lightweight client for running Orpheus TTS locally using LM Studio API.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python gguf_orpheus.py --text "Hello, this is a test" --voice tara
python gguf_orpheus.py --text "Your text here" --voice tara --output "output.wav"
--text: The text to convert to speech--voice: The voice to use (default: tara)--output: Output WAV file path (default: auto-generated filename)--list-voices: Show available voices--temperature: Temperature for generation (default: 0.6)--top_p: Top-p sampling parameter (default: 0.9)--repetition_penalty: Repetition penalty (default: 1.1)You can add emotion to the speech by adding the following tags:
<giggle>
<laugh>
<chuckle>
<sigh>
<cough>
<sniffle>
<groan>
<yawn>
<gasp>
Apache 2.0
6 commits
1 commits
Python
100.0%
Run Orpheus 3B Locally With LM Studio
549
stars
7
commits
Python
primary language
Mar 20, 2025
updated
A lightweight client for running Orpheus TTS locally using LM Studio API.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python gguf_orpheus.py --text "Hello, this is a test" --voice tara
python gguf_orpheus.py --text "Your text here" --voice tara --output "output.wav"
--text: The text to convert to speech--voice: The voice to use (default: tara)--output: Output WAV file path (default: auto-generated filename)--list-voices: Show available voices--temperature: Temperature for generation (default: 0.6)--top_p: Top-p sampling parameter (default: 0.9)--repetition_penalty: Repetition penalty (default: 1.1)You can add emotion to the speech by adding the following tags:
<giggle>
<laugh>
<chuckle>
<sigh>
<cough>
<sniffle>
<groan>
<yawn>
<gasp>
Apache 2.0
6 commits
1 commits
Python
100.0%