AIAny
AI Model2026
Icon for item

VoxCPM2

Generates 48kHz multilingual speech from text using a tokenizer-free diffusion-autoregressive TTS architecture, supporting natural-language voice design, controllable cloning, and low-latency streaming. Notable for a 2B-parameter backbone and built-in AudioVAE super-resolution (16k→48k).

Introduction

High-quality, controllable multilingual TTS matters for localization, assistive agents, and media production. This model abandons tokenization and uses a diffusion-autoregressive pipeline to synthesize studio-rate audio directly, enabling both novel-voice creation from text descriptions and faithful cloning from short references — reducing dependency on long per-speaker datasets or explicit language tags.

Key Capabilities
  • Tokenizer-free diffusion-autoregressive architecture (LocEnc → TSLM → RALM → LocDiT): enables flexible modeling across languages and reduces discretization artifacts compared with tokenized pipelines, which helps zero-shot and cross-lingual generalization.
  • Natural-language voice design: specify gender, age, tone, and emotion in plain text to generate a new voice without reference audio — useful for rapid prototyping of character voices and accessibility personas.
  • Controllable & ultimate cloning: clone a speaker from short clips, with optional style guidance; providing both reference audio and its transcript yields the highest fidelity. Supports LoRA fine-tuning from as little as ~5–10 minutes of audio for customization.
  • Production-oriented audio chain: AudioVAE V2 performs asymmetric 16k→48k super-resolution so the model accepts common reference formats but outputs 48kHz studio-quality audio; reported real-time factors (RTX 4090) enable low-latency streaming scenarios.
Who it's for and trade-offs

Great fit if you need an open-source, commercially usable TTS that balances high fidelity, multilingual support, and flexible voice control — for R&D teams, studios prototyping voices, or product teams building localized assistants. The Apache-2.0 license simplifies commercial use. Look elsewhere if you require guaranteed voice-safety/legal vetting for impersonation-sensitive deployments (the authors explicitly forbid misuse for impersonation/fraud), or if you need a tiny on-device model for extremely constrained hardware. Expect variability across languages (depends on dataset coverage), occasional instability on very long/highly expressive prompts, and nontrivial GPU requirements for fast generation (the model is ~2B parameters; typical VRAM recommendations are moderate but non-negligible).

Where it fits

Compared with single-language high-resource vocoders or closed-source cloning services, this project prioritizes multilingual zero-shot capability and flexible voice design while remaining fully open-source and fine-tunable. For production-grade deployments, pair it with safety labeling, speaker-consent policies, and downstream evaluation tailored to your use case.

Information

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.