We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Modellquelle
Quellenauszug
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Quellen
1 QuelleVerifiziert 23. Aug.
Modellartefakte
17 ArtefakteQuellenauszüge
3 Auszügechatterbox-s3gen-q8_0.gguf
gguf · 348 MB · SHA-256 329cd9e3bdb2…4920 · Hugging Face
diff-harness-ref/chatterbox-base-ref-2.gguf
gguf · 6,29 MB · SHA-256 b4a8b80a1e6d…c231 · Hugging Face
Herunterladendiff-harness-ref/chatterbox-base-ref-full.gguf
gguf · 17,0 MB · SHA-256 9fe2a4090740…0297 · Hugging Face
Herunterladendiff-harness-ref/chatterbox-base-ref.gguf
gguf · 6,29 MB · SHA-256 eafbf97e1ec3…cbf8 · Hugging Face
Herunterladendiff-harness-ref/chatterbox-ref.gguf
gguf · 25,9 MB · SHA-256 796aa635452f…e6e1 · Hugging Face
Herunterladendiff-harness-ref/chatterbox-t3_text_tokens-ar-ref.gguf
gguf · 1,00 KB · Hugging Face
--- license: mit language: - ar - da - de - el - en - es - fi - fr - he - hi - it - ja - ko - ms - nl - no - pl - pt - ru - sv - sw - tr - zh base_model: - ResembleAI/chatterbox pipeline_tag: text-to-speech tags: - tts - text-to-speech - chatterbox - flow-matching - hifi-gan - gguf - crispasr library_name: ggml --- # Chatterbox TTS — GGUF (ggml-quantised) GGUF / ggml conversion of [`ResembleAI/chatterbox`](https://huggingface.co/ResembleAI/chatterbox) for use with **[CrispStrobe/CrispASR](https://github.com/CrispStrobe/CrispASR)**. Chatterbox is a full TTS pipeline: character tokenizer → T3 (30-layer Llama AR, 520M) → speech tokens → S3Gen (Conformer encoder + UNet1D CFM denoiser, 10 Euler steps) → HiFTGenerator vocoder (conv chains + Snake activations + iSTFT) → 24 kHz WAV. Distributed under **MIT license**. This is the **multilingual** Chatterbox (23 languages: Arabic, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Hindi, Italian, Japanese, Korean, Malay, Dutch, Norwegian, Polish, Portuguese, Russian, Swedish, Swahili, Turkish, Chinese) — the T3 GGUF carries the 2454-token multilingual text tokenizer. Select the language with `-l <code>` (e.g. `-l de`, `-l ja`); English is the default. Two GGUF files are needed: the **T3 model** (text → speech tokens) and the **S3Gen model** (speech tokens → audio). ## Files | File | Quant | Size | Notes | |---|---|---:|---| | `chatterbox-t3-f16.gguf` | F16 | 1.1 GB | T3 AR model — reference quality | | `chatterbox-t3-q8_0.gguf` | Q8_0 | 542 MB | T3 AR model — recommended | | `chatterbox-t3-q4_k.gguf` | Q4_K | 287 MB | T3 AR model — smallest | | `chatterbox-s3gen-f16.gguf` | F16 | 548 MB | S3Gen + vocoder — reference quality | | `chatterbox-s3gen-q8_0.gguf` | Q8_0 | 342 MB | S3Gen + vocoder — recommended | | `chatterbox-s3gen-q4_k.gguf` | Q4_K | 237 MB | S3Gen + vocoder — smallest | Note: vocoder weights (conv_pre, resblocks, conv_post, source fusion) are kept at F32 in all quant levels for audio quality. Quantization applies to the Conformer encoder, UNet decoder, and T3 Llama layers. ## Quick start ```bash # 1. Build CrispASR git clone https://github.com/CrispStrobe/CrispASR cd CrispASR cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF cmake --build build -j --target chatterbox # 2. Pull both model files huggingface-cli download cstr/chatterbox-GGUF chatterbox-t3-q8_0.gguf...
Source context: 4590 downloads · 3 likes · Pipeline text-to-speech · Library ggml · Repo cstr/chatterbox-GGUF
Source context: 3135 downloads · 1 likes · Pipeline text-to-speech · Library ggml · Repo cstr/chatterbox-GGUF