KittenTTS
Collection
All MLX conversions of KittenTTS (nano/micro/mini) across fp32, fp16, bf16, and 4/5/6/8-bit quantizations. • 21 items • Updated
• 1
This is the BF16 MLX conversion of KittenML/kitten-tts-mini-0.8.
pip install -U mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/kitten-tts-mini-0.8-bf16 --text "This is a local MLX test voice." --voice "expr-voice-5-m"
The MLX implementation includes small end-of-utterance smoothing to prevent abrupt cutoffs.
You can override it with fade_out_ms=0 and tail_silence_ms=0 in Model.generate().
Refer to the original model card for details: https://huggingface.co/KittenML/kitten-tts-mini-0.8
Quantized