Downloads · 30 days
9
15% of all-time downloads
starkdmi/chatterbox-4bit
chatterbox-4bit is a text-to-speech model from starkdmi. Use it when you need text read aloud. It is set up for mlx. The card lists the license as apache-2.0.
Multilingual Chatterbox TTS weights in MLX format (int4).
Downloads · 30 days
9
15% of all-time downloads
All-time downloads
62
Public
Parameters
688M
650 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors650 MB · 100%
How the weights are stored.
U32623M · 91%
From the Hugging Face model README
Multilingual Chatterbox TTS weights in MLX format (int4).
model.safetensors (0.61 GB)config.jsongrapheme_mtl_merged_expanded_v1.jsonCangjie5_TC.jsongenerate \
--weights-dir /path/to/weights \
--text "Hello world." \
--lang en \
--ref-wav-path /path/to/reference.wav \
--out-wav /path/to/output.wav
from chatterbox.model import Model
model = Model.from_pretrained("/path/to/weights")
Notes:
mlx-community/S3TokenizerV2) unless included.