Instructions to use Xenna/chatterbox-s3gen-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use Xenna/chatterbox-s3gen-GGUF with Chatterbox:
# pip install chatterbox-tts import torchaudio as ta from chatterbox.tts import ChatterboxTTS model = ChatterboxTTS.from_pretrained(device="cuda") text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill." wav = model.generate(text) ta.save("test-1.wav", wav, model.sr) # If you want to synthesize with a different voice, specify the audio prompt AUDIO_PROMPT_PATH="YOUR_FILE.wav" wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH) ta.save("test-2.wav", wav, model.sr) - Notebooks
- Google Colab
- Kaggle
Chatterbox v3 S3Gen โ GGUF
CielVox Chatterbox v3 S3Gen audio codec for the T3 model.
- Required companion for
chatterbox-v3-t3-q8_0.gguf - Handles audio tokenization/detokenization
Files
| File | Size | Description |
|---|---|---|
chatterbox-v3-s3gen-q8_0.gguf |
~500 MB | S3Gen codec model |
Usage
Pass via --codec-model flag when using the Chatterbox backend.
- Downloads last month
- 63
Hardware compatibility
Log In to add your hardware
8-bit