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 INT8 (MLX 8-bit) 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-8bit --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().
fc.weight orientation was corrected (ONNX stores as (in, out) even when square).alpha parameters are loaded and used for generator resblocks.output_padding=1).sin before ISTFT, matching the ONNX graph.Refer to the original model card for details: https://huggingface.co/KittenML/kitten-tts-mini-0.8
8-bit