Views
No views yet
python gguf_orpheus.py --text "Seriously? <giggle> That's the cutest thing I've ever heard ! " --voice ceyliapython gguf_orpheus.py --text "Hi! I'm Ceylia. <laugh> This is so exciting! <giggle>" --voice ceyliapython gguf_orpheus.py --text "Morning! <giggle> I finally finished that project last night. It took forever, but the results look amazing. <yawn> Sorry, still a bit tired from staying up so late." --voice ceyliaVT-Orpheus-3B-TTS-Ceylia.Q4_K_M.gguf model locally on your machine. There are two main methods to run this model:VT-Orpheus-3B-TTS-Ceylia.Q4_K_M.gguf model fileVT-Orpheus-3B-TTS-Ceylia.Q4_K_M.gguf file from your computerhttp://127.0.0.1:1234)1git clone https://github.com/isaiahbjork/orpheus-tts-local.git
2cd orpheus-tts-local1python -m venv venv
2source venv/bin/activate # On Windows: venv\Scripts\activate
3pip install -r requirements.txtgguf_orpheus.py file in ./orpheus-tts-local directory, find the line of AVAILABLE_VOICES and DEFAULT_VOICE and edit to include ceylia voice, default is tara.1# Available voices based on the Orpheus-TTS repository
2AVAILABLE_VOICES = ["tara", "leah", "jess", "leo", "dan", "mia", "zac", "zoe", "ceylia"]
3DEFAULT_VOICE = "ceylia"gguf_orpheus.py.python gguf_orpheus.py --text "Hi! I'm Ceylia. <laugh> This is so exciting! <giggle>" --voice ceylia --output output.wav--text: The text to convert to speech (required)--voice: The voice to use (default is "tara", but use "ceylia" for this model)--output: Output WAV file path (default: auto-generated filename)--temperature: Temperature for generation (default: 0.6)--top_p: Top-p sampling parameter (default: 0.9)--repetition_penalty: Repetition penalty (default: 1.1)--backend: Specify the backend (default: "lmstudio", also supports "ollama")1git clone https://github.com/ggerganov/llama.cpp
2cd llama.cpp
3cmake -B build
4cmake --build build --config Release./llama-server -m /path/to/VT-Orpheus-3B-TTS-Ceylia.Q4_K_M.gguf --port 80801git clone https://github.com/isaiahbjork/orpheus-tts-local.git
2cd orpheus-tts-local1python -m venv venv
2source venv/bin/activate # On Windows: venv\Scripts\activate
3pip install -r requirements.txtpython gguf_orpheus.py --text "Hi! I'm Ceylia. <laugh> Let's play! <sniffle> This is so exciting! <giggle>" --voice ceylia --output output.wav --api_url http://localhost:8080/v1<giggle><laugh><chuckle><sigh><cough><sniffle><groan><yawn><gasp>python gguf_orpheus.py --text "Hi! I'm Ceylia. <laugh> This is so exciting! <giggle>" --voice ceylia