Views
No views yet
kokoro-v1_0.pth. The original weights remain bundled alongside the quantized model.safetensors so callers can fall back to bf16 where audio quality demands it.1from mlx_audio.tts import load
2
3model = load("majentik/Kokoro-82M-MLX-8bit")
4audio = model.generate(
5 text="Hello, this is a test of Kokoro 82M at 8-bit MLX.",
6 voice="af_heart", # one of the bundled voices in voices/
7)
8# audio is a numpy array at 24 kHz| File | Purpose |
|---|---|
model.safetensors | Quantized weights (mlx format) |
kokoro-v1_0.safetensors | Original bf16 weights (preserved) |
config.json | Model config with model_type: kokoro |
voices/*.pt | Voice embeddings (54 voices bundled) |