Spaces:
Running on Zero
Running on Zero
metadata
title: Chatterbox-Flash TTS
emoji: 🎙️
colorFrom: red
colorTo: indigo
sdk: gradio
sdk_version: 6.26.0
app_file: app.py
short_description: Block-diffusion zero-shot text-to-speech by Resemble AI
python_version: '3.12'
startup_duration_timeout: 30m
Chatterbox-Flash TTS
Chatterbox-Flash is a prior-calibrated block-diffusion zero-shot text-to-speech model by Resemble AI. It extends Chatterbox-TTS with a parallel masked decoder that enables streaming generation with significantly lower latency.
How it works
- Enter the text you want to synthesize.
- Optionally upload a short reference audio clip to clone a specific voice.
- Click Generate to produce speech.
The model uses a block-diffusion decoder (based on Llama-520M) with prior-calibrated PMI scoring and early decoding via a time-shifted quantile schedule, paired with the original S3Gen flow-matching vocoder and GE2E voice encoder.