AIAny
AI Audio2026
Icon for item

Inflect-Nano-v2

Generates English speech locally from text into 24 kHz waveforms with a fixed synthetic male voice. Complete text-to-waveform TTS under ~4M parameters (≈16 MB FP32), supports CPU/CUDA inference, deterministic seeds, long-text chunking and an ONNX export path under Apache-2.0 license.

Introduction

Why this matters

Small, deployable TTS models are the practical path to private, low-latency voice features on devices and edge servers. Inflect-Nano-v2 targets that niche by packaging a complete text-to-waveform pipeline into a deployable ~4M-parameter model plus runtime, trading raw expressiveness for footprint, determinism, and reproducible local inference.

What Sets It Apart
  • Full local pipeline packaged: includes English frontend (normalization + phonemization), VITS-family generator and an integrated neural waveform decoder so text → 24 kHz waveform runs end-to-end without external vocoders.
  • Extremely compact footprint: 3,966,721 parameters and ~15.97 MB FP32 deployable weights, designed for CPU- or CUDA-based inference on constrained hosts.
  • Reproducible, production-minded controls: deterministic seeds, punctuation-aware long-text chunking with controlled pauses/fades, and tunable speed/variation parameters for consistent outputs.
  • Benchmarked and exportable: reported community preference (63.9%), UTMOS22 predicted naturalness 4.386, and a verified FP32 ONNX export allowing torch-free runtimes and provider selection (CPU/CUDA/DirectML).
Who it’s for — and trade-offs

Great fit if you need lightweight, auditable, locally run English TTS with a stable synthetic voice (examples: embedded appliance prompts, offline narration, privacy-sensitive voice features). The release prioritizes deployability: very small memory footprint and multi-threaded CPU throughput (~10.72× real-time on a 4-thread Hugging Face CPU test) and an official ONNX path for production runtimes.

Look elsewhere if you need multi-language support, multiple or zero-shot voice cloning, maximal expressiveness, or validated accessibility/medical-grade synthesis. The model provides a single fixed male synthetic voice, can sound flatter on unfamiliar phrasing, and uses punctuation-aware chunking rather than a single long-form synthesis pass.

Practical notes and responsible use

The package is open-weight under Apache-2.0 and includes evaluation artifacts, frozen prompts, and export utilities. An adaptation toolkit is published for experimental voice or language adaptation (quality depends on data and evaluation). Do not use the voice to impersonate real individuals; disclose synthetic speech where required and avoid relying on it for legal, medical, emergency, or other safety-critical communications.

Information

More Items

Hugging Face
AI Model2026

Provides per-tensor non-uniform GGUF quantizations of Qwen3.8-27B using GSQ and RCO, delivering high accuracy at 2.5–3.5 bits and including a BF16 vision projector for multimodal use. Optimized to run unmodified in llama.cpp, Ollama, and LM Studio.

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.