AIAny
AI Audio2026
Icon for item

Breeze TTS 2

Generates low-latency, instruction-driven English and Chinese speech for voice cloning, voice design, and directed performances; supports real-time streaming, reference-free voice creation, and reference-guided cloning. Open-weight PyTorch model released under a research/non-commercial license with GPU recommendations.

Introduction

Breeze TTS 2 matters because interactive voice experiences need more than raw naturalness: they need controllable identity, on-the-fly direction, and millisecond-scale responsiveness. This model packages natural-language voice design, reference-based cloning, and low-latency streaming in a single open-weight PyTorch system so creators can iterate on characters and performances in real time without switching toolchains.

Key Capabilities
  • Voice design: produce a distinctive voice from a plain-language instruction (e.g., “warm, thoughtful young woman”) so you can generate many role-appropriate voices without collecting reference audio — useful for games, audiobooks, and conversational agents.
  • Voice clone & direction: clone timbre and style from clean reference audio plus its transcript, then steer emotion, pace, and delivery with natural-language instructions, preserving speaker identity while changing performance.
  • Low-latency streaming: supports eager streaming and an optimized fast path with CUDA graphs; reported time-to-first-audio under 40 ms on warmed H100 and ≈0.32 RTF on H100 fast path, enabling responsive conversational flows.
  • GPU-efficient inference: eager execution uses ~7.7 GiB of GPU memory (12 GiB recommended); fast paths require more memory but reduce runtime latency, letting small teams run real-time pipelines on modern NVIDIA GPUs.
Who it's for and tradeoffs

Great fit if you need controllable, interactive TTS for prototypes, indie games, dialogue systems, or studio workflows that value voice variation and real-time responsiveness. It’s also useful for researchers benchmarking voice design/direction. Look elsewhere if you require a commercial license out of the box (commercial use requires written authorization), if you must run entirely on CPU, or if you need a production SLA/hosted service — this release is focused on research/non-commercial use and self-hosted inference.

Where it fits

Breeze TTS 2 sits between research-weight open models and hosted commercial TTS: it exposes strong instruction-following and expressive control comparable to frontier systems while remaining self-hostable for experimentation. Use it to iterate on voice personas and performance behaviors locally; pair with downstream latency engineering or hosted services when moving to production.

Information

  • Websitehuggingface.co
  • OrganizationsBreezeBlue, RESONIA, INC.
  • Published date2026/08/25

Categories

More Items

Hugging Face
AI Audio2026

Zero-shot multilingual text-to-speech checkpoint for speech generation and voice cloning with a compact footprint. Features an ~170M-parameter main model plus a bundled ~120M-parameter codec decoder, with primary support for Chinese and English; other languages show more variable quality and long/noisy references reduce fidelity.

GitHub
AI Audio2026

Local-first voice workflows for cloning, multi-engine TTS/ASR, video dubbing, dictation, transcription and audiobook production across 646 languages. Desktop app with a local OpenAI-compatible API, engine catalogue (TTS/ASR/LLM), and explicit opt-ins for remote features to keep audio and projects on-device.

Hugging Face
AI Audio2026

Generates complete songs (up to five minutes) from lyrics and a music description, producing 32 kHz stereo WAV with expressive vocals and long-range musical structure. Uses hierarchical LLMs fused with flow-matching/Flow-VAE synthesis for coherent arrangement and timbre; requires CUDA and integrates with Diffusers and SGLang-Omni.