✓ Verified 💻 Development ✓ Enhanced Data

Local Llama Tts

Local text-to-speech using llama-tts (llama.cpp) and OuteTTS-1.0-0.6B model.

Rating
4.2 (258 reviews)
Downloads
8,453 downloads
Version
1.0.0

Overview

Local text-to-speech using llama-tts (llama.cpp) and OuteTTS-1.0-0.6B model.

Complete Documentation

View Source →

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] ""

Options

  • -o, --output : Output WAV file (default: output.wav)
  • -s, --speaker : Speaker reference file (optional)
  • -t, --temp : 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

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

Installation

Terminal bash

openclaw install local-llama-tts
    
Copied!

Tags

#ai_and-llms

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author wuxxin
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install local-llama-tts