mlx-community/Chatterbox-Turbo-TTS-fp16

Model

2

stars

2

commits

1

repos using this model

2

linked in READMEs

Dec 22, 2025

updated

chatterbox
chatterbox_turbo
mlx
mlx-audio-plus
safetensors
text-to-speech
tts

README

Chatterbox-Turbo-TTS-fp16

This model was converted to MLX format from ResembleAI/chatterbox-turbo using mlx-audio-plus version 0.1.6.

Note: This model requires the S3Tokenizer weights from mlx-community/S3TokenizerV2, which will be downloaded automatically.

Use with mlx-audio-plus

pip install -U mlx-audio-plus

Command line

mlx_audio.tts --model /path/to/Chatterbox-Turbo-TTS-fp16 --text "Hello, this is Chatterbox Turbo on MLX!" --ref_audio reference.wav

Python

from mlx_audio.tts.generate import generate_audio

generate_audio(
    text="Hello, this is Chatterbox Turbo on MLX!",
    model="/path/to/Chatterbox-Turbo-TTS-fp16",
    ref_audio="reference.wav",
    file_prefix="output",
)

Contributors

depasquale

2 commits

mlx-community/Chatterbox-Turbo-TTS-fp16

Model

2

stars

2

commits

1

repos using this model

2

linked in READMEs

Dec 22, 2025

updated

chatterbox
chatterbox_turbo
mlx
mlx-audio-plus
safetensors
text-to-speech
tts

README

Chatterbox-Turbo-TTS-fp16

This model was converted to MLX format from ResembleAI/chatterbox-turbo using mlx-audio-plus version 0.1.6.

Note: This model requires the S3Tokenizer weights from mlx-community/S3TokenizerV2, which will be downloaded automatically.

Use with mlx-audio-plus

pip install -U mlx-audio-plus

Command line

mlx_audio.tts --model /path/to/Chatterbox-Turbo-TTS-fp16 --text "Hello, this is Chatterbox Turbo on MLX!" --ref_audio reference.wav

Python

from mlx_audio.tts.generate import generate_audio

generate_audio(
    text="Hello, this is Chatterbox Turbo on MLX!",
    model="/path/to/Chatterbox-Turbo-TTS-fp16",
    ref_audio="reference.wav",
    file_prefix="output",
)

Contributors

depasquale

2 commits