/install local-llama-tts
Local Llama TTS
Synthesize speech locally using llama-tts and the OuteTTS-1.0-0.6B model.
Usage
You can use the wrapper script:
scripts/tts-local.sh [options] "\x3Ctext>"
Options
-o, --output \x3Cfile>: Output WAV file (default:output.wav)-s, --speaker \x3Cfile>: Speaker reference file (optional)-t, --temp \x3Cvalue>: Temperature (default:0.4)
Scripts
- Location:
scripts/tts-local.sh(inside skill folder) - Model:
/data/public/machine-learning/models/text-to-speach/OuteTTS-1.0-0.6B-Q4_K_M.gguf - Vocoder:
/data/public/machine-learning/models/text-to-speach/WavTokenizer-Large-75-Q4_0.gguf - GPU: Enabled via
llama-tts.
Setup
- Model: Download from OuteAI/OuteTTS-1.0-0.6B-GGUF
- Vocoder: Download from ggml-org/WavTokenizer (Note: Felix uses a Q4_0 version, Q5_1 is linked here as a high-quality alternative).
Place files in /data/public/machine-learning/models/text-to-speach/ or update scripts/tts-local.sh.
Sampling Configuration
The model card recommends the following settings (hardcoded in the script):
- Temperature: 0.4
- Repetition Penalty: 1.1
- Repetition Range: 64
- Top-k: 40
- Top-p: 0.9
- Min-p: 0.05
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-llama-tts - After installation, invoke the skill by name or use
/local-llama-tts - Provide required inputs per the skill's parameter spec and get structured output
What is Local Llama TTS?
Local text-to-speech using llama-tts (llama.cpp) and OuteTTS-1.0-0.6B model. It is an AI Agent Skill for Claude Code / OpenClaw, with 832 downloads so far.
How do I install Local Llama TTS?
Run "/install local-llama-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Local Llama TTS free?
Yes, Local Llama TTS is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Local Llama TTS support?
Local Llama TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Local Llama TTS?
It is built and maintained by wuxxin (@wuxxin); the current version is v1.0.0.