0xhb/maya1-mlx-4bit
015
maya1-mlx-4bit
MLX 4-bit quantized conversion of maya-research/maya1 for text-to-speech on Apple Silicon. Converted using mlx-lm.
Fastest variant. Runs above real-time on M4 Max with some quality degradation. See also: bf16 (highest quality) and 8-bit (recommended balance).
Benchmarks (M4 Max, 36GB)
Quick Start
Requires macOS with Apple Silicon and uv.
# From a text file
uv run tts.py input.txt -o output.wav
# From stdin
echo "Hello world" | uv run tts.py - -o hello.wav
# With a custom voice description
uv run tts.py input.txt -o output.wav -d "Deep male voice, British accent, slow pacing."CLI Options
Requirements
- macOS with Apple Silicon (M1 or later)
- uv (dependencies are declared inline via PEP 723)
