AIAny
AI Audio2026
Icon for item

AuK: An Open-Source Foundational Model for Speech Generation and Editing

Generates and edits speech from natural-language instructions plus optional reference audio, supporting zero-shot TTS, content/acoustic/paralinguistic edits, enhancement, and source separation. Open-source 1.5B-parameter base model with a 4-step distilled AuK‑Flash for faster inference.

Introduction

Why this matters

Most speech tools split text-to-speech, voice conversion, and restoration into separate pipelines with bespoke interfaces. AuK takes a different tack: one multimodal instruction interface controls generation and editing across tasks, so you can ask for “speak this text in that clip’s voice,” “remove coughs,” or “make the speaker sound happier” with the same API. That unified workflow makes rapid iteration on creative and restoration tasks far simpler and encourages reuse of shared acoustic and semantic conditioning components.

Key Capabilities
  • Unified instruction-driven interface: a single natural-language instruction plus optional reference audio controls zero-shot TTS, instructive TTS, content editing (replace/insert/remove), acoustic edits (pitch, speed, volume), paralinguistic edits (emotion, timbre, de-accent, nonverbal sounds), enhancement (denoise/dereverb), and separation (speech/music/target speaker).
  • Architecture and scale: a 1.5B-parameter foundation model combining a multimodal language encoder for semantic conditioning, a jointly trained audio VAE for acoustic latents, and a hybrid rectified-flow Transformer for generation. Training uses ~3.03 billion instruction–audio instances and ~1.95 million hours of effective supervision across task families.
  • Distillation for low-latency inference: AuK‑Flash is a two-stage distilled student that achieves near-teacher quality with 4-step inference and no classifier-free guidance, offering ~4.5× wall-clock speedup under matched conditions.
  • Open-source release and ecosystem: model weights, code, and cookbook examples are published under the MIT License with Hugging Face demos, a GitHub repo, and ModelScope integrations. It also provides recipes for loading a Qwen MLLM encoder and the joint VAE.
Who it's for and trade-offs

Great fit if...

  • You are a researcher or developer building instruction-driven speech applications that need both generation and fine-grained editing from the same model.
  • You value open weights and reproducible pipelines for voice cloning, audio editing, or restoration research and prototyping.
  • You need a fast inference option for interactive demos or pipelines — AuK‑Flash offers a small-step distilled path.

Look elsewhere if...

  • Your production constraints demand ultra-low-cost on-device TTS for tiny CPUs; AuK and its supporting encoders/VAEs still assume moderate server/GPU resources.
  • You require formal voice-consent and safety workflows out-of-the-box — the release is permissive (MIT) but integrating consent, watermarking, or enterprise safety controls requires additional engineering.

Practical notes and limitations

  • The model uses external components at runtime (MLLM encoder, VAE) and expects moderate GPU memory for quality inference; the distilled variant reduces steps but not all compute requirements.
  • As with any high-fidelity voice system, ethical considerations (consent, misuse, speaker attribution) must be handled at integration time.
Where it fits

Compared with single-task commercial TTS services, AuK’s main distinction is unified multimodal instructionability plus editing primitives. Compared with closed-source high-resource TTS, AuK trades some turnkey polish for transparency, reproducibility, and extensibility (custom editing tasks, fine-tuning, or research experiments).

Information

  • Websitehuggingface.co
  • OrganizationsTencent (Tencent Hunyuan)
  • AuthorsZiyang Ma, Zhikang Niu, Wenming Tu, Tianrui Wang, Ruiqi Yan, Junxi Liu, Yanru Huo, Nickk Huang, Yang Liu, Qicong Xie
  • Published date2026/08/18

Categories

More Items

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.

Hugging Face
AI Audio2026

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.