--- license: apache-2.0 pipeline_tag: text-to-speech language: - en - zh - fr - de - es tags: - text-to-speech - voice-cloning --- [EN](README.md) | [中文](README_zh.md) ## CuteTTS: Efficient and High-Quality Speech Synthesis via Autoregressive Modeling of Continuous Latents GitHub paper ![CuteTTS logo](assets/logo.png) - A lightweight (~230M-parameter) continuous autoregressive TTS model that runs efficiently on GPUs, CPUs, and Apple silicon. - Ultra-low latency: ~40 ms to the first audio chunk and a throughput of ~9× real time on an NVIDIA RTX 4090. - Excellent speech quality and voice cloning performance. - Web demo, Python API, and CLI. - Multilingual support: English, Chinese, French, German, and Spanish.
CuteTTS architecture
CuteTTS performance ## Zero-shot voice-cloning performance | Model | Params. | LibriSpeech test-clean WER (%) ↓ | LibriSpeech test-clean SIM ↑ | Seed-TTS EN WER (%) ↓ | Seed-TTS EN SIM ↑ | Seed-TTS ZH WER (%) ↓ | Seed-TTS ZH SIM ↑ | |:--|--:|--:|--:|--:|--:|--:|--:| | MOSS‑TTS | 8B | 1.98 | 67.7 | 1.84 | 70.9 | 1.37 | 77.0 | | Qwen3‑TTS | 1.7B | 2.35 | 70.3 | 1.66 | 71.4 | 0.91 | 77.0 | | FireRedTTS‑2 | 1.5B | 4.32 | 64.2 | 1.95 | 66.5 | 1.14 | 73.6 | | MOSS‑TTS‑Nano | 0.1B | 4.10 | 48.4 | 4.62 | 49.9 | 3.13 | 64.3 | | F5‑TTS | 0.3B | 2.42 | 66.0 | 1.83 | 67.0 | 1.56 | 76.0 | | ZipVoice | 0.1B | 2.05 | 67.4 | 1.70 | 69.7 | 1.40 | 75.1 | | IndexTTS2 | 1.5B | 2.47 | 70.0 | 2.22 | 70.6 | 1.02 | 76.5 | | CosyVoice 3 | 0.5B | 1.99 | 69.7 | 2.02 | 71.8 | 1.16 | 78.0 | | VoxCPM2 | 2B | 3.01 | 74.0 | 1.84 | 75.3 | 0.97 | 79.5 | | VibeVoice | 1.5B | | | 3.04 | 68.9 | 1.16 | 74.4 | | DiTAR | 0.6B | 2.39 | 67.0 | 1.69 | 73.5 | 1.02 | 75.3 | | VibeVoice‑Realtime | 0.5B | 2.00 | 69.5 | 2.05 | 63.3 | | | | Pocket TTS | 0.1B | 1.59 | 49.1 | 1.63 | 50.7 | | | | | | | | | | | | | CuteTTS | 0.2B | 2.16 | 78.9 | 2.04 | 76.5 | 1.41 | 77.8 | | CuteTTS‑distill | 0.2B | 2.41 | 76.8 | 2.03 | 74.2 | 1.47 | 75.6 |