Chatterbox-Turbo is a distilled 350M-parameter TTS pipeline: GPT-2 tokenizer + AR text-to-speech model + meanflow S3Gen (2-step CFM, vs 10 for base Chatterbox) + HiFTGenerator vocoder. Distributed under MIT license.
Two GGUF files are needed: the T3 model (text to speech tokens) and the S3Gen model (speech tokens to audio).
Updates
2026-06-21 — tokenizer fix (re-uploaded T3 files). The T3 GGUFs previously
embedded only the 50257-token base GPT-2 vocab, while the T3 text embedding is
50276 — the 19 extra ids are the turbo emotion/style control tokens. The files
have been re-uploaded with the full 50276-token tokenizer (base vocab +
added_tokens.json), so they are now internally consistent and load cleanly on
strict loaders (CrispASR ≥ v0.8.1). The weights are unchanged (byte-for-byte), so
this is a tokenizer-only update.
Emotion / style tags. You can drive prosody by putting any of these bracketed
tags in the input text (CrispASR ≥ v0.8.1 emits them as their special token id):
Upstream licence:mit. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
What was done here: format conversion and/or quantisation only (GGUF/GGML). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
Training data: documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository. No training-content summary was found on the upstream model card at the time of writing; that documentation gap is upstream's and is not filled here.
Provider status: under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.