Kitten TTS Mini 0.8 (MLX)

This is an MLX conversion of the KittenTTS Mini 0.8 model.

Source

  • Original model: KittenML/kitten-tts-mini-0.8
  • License: Apache-2.0

Usage

from mlx_audio.tts.utils import load_model
import soundfile as sf

model = load_model("mlx-community/kitten-tts-mini-0.8")

for out in model.generate("This model runs with MLX.", voice="Jasper"):
    sf.write("out.wav", out.audio, model.sample_rate)

Notes:

  • phonemizer (espeak backend) is required for generate().
  • Available voices: Bella, Jasper, Luna, Bruno, Rosie, Hugo, Kiki, Leo.

Conversion Details

  • Converted from ONNX weights.
  • Quantized ONNX weights were dequantized to float for MLX.
Downloads last month
40
Safetensors
Model size
73.8M params
Tensor type
F32
·
F16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including mlx-community/kitten-tts-mini-0.8