AIAny
AI Audio2026
Icon for item

Irodori-TTS-500M-v3

Generates high-quality Japanese speech from text with zero-shot voice cloning and emoji-based style controls; uses a flow-matching diffusion transformer over DACVAE continuous latents, includes a duration predictor and integrated SilentCipher watermarking. Japanese-only.

Introduction

Why this matters Most small-to-mid-sized TTS models trade flexibility for simplicity: either they require speaker-specific fine-tuning or they lack controllable expressiveness. Irodori-TTS-500M-v3 tries a different balance — it packs zero-shot voice cloning, explicit emoji-driven style controls, and continuous-latent diffusion generation into a ~500M-parameter model to produce natural 48kHz Japanese speech while remaining practical for inference.

Key Capabilities
  • Zero-shot voice cloning: extracts speaker/style conditioning from a short reference audio and synthesizes new text in that voice without fine-tuning, enabling quick prototyping of personalized voices.
  • Emoji-based style & effect control: inserting specific emojis into input text modifies prosody, emotion, and simple sound effects, offering a lightweight, human-readable control mechanism for expressive TTS.
  • Flow-matching diffusion over continuous DACVAE latents: uses a Rectified Flow Diffusion Transformer (RF-DiT) targeting continuous codec latents (Aratako/Semantic-DACVAE-Japanese-32dim) for higher-fidelity 48kHz waveform reconstruction compared with tokenized vocoder-only pipelines.
  • Variable-length training & duration predictor: moved from fixed-length chunks to variable-length training and added a duration predictor to improve inference Real-Time Factor (RTF) and alignment robustness.
  • Responsible output watermarking: integrates SilentCipher to embed robust, inaudible watermarks in generated audio for provenance and misuse mitigation.
Who it's for and trade-offs

Great fit if you need a compact, expressive Japanese TTS that supports rapid voice cloning and simple, text-embedded style controls — e.g., demo builds, interactive voice agents in Japanese, or creative audio generation workflows. The emoji control is especially useful for content teams or prototypers who want quick, human-editable style tweaks. Look elsewhere if you require multilingual support, highly accurate Kanji-to-pronunciation resolution out of the box, or provably neutral non-watermarked outputs. Limitations include Japanese-only input support, relatively weaker kanji-reading accuracy (users may need to supply kana for complex text), and potential variability in emoji-control consistency across contexts. Also respect the model's ethical restrictions: avoid impersonation and deceptive deepfakes; the model authorates a no-impersonation policy and places legal/ethical responsibility on users.

Information

  • Websitehuggingface.co
  • AuthorsAratako (Chihiro Arata)
  • Published date2026/05/12

More Items

Hugging Face
AI Model2026

A GGUF-format Qwen3.6 35B base model image-text-to-text release repaired via tensor-level SVD/scale correction and packaged with Hermes agent tweaks; multimodal (vision + text), MoE architecture, ready for GGUF runtimes like llama.cpp.

Hugging Face
AI Model2026

Generates 2048-d multilingual text embeddings for retrieval and semantic search, suited for RAG and dense retrieval. Pruned and distilled from the Ministral-3 family into a ~1.14B BF16 model, supports long contexts (up to 32,768 tokens) and optimized for NVIDIA GPU inference.

GitHub
AI Audio2024

Provides low‑latency on‑device speech-to-text, intent recognition, and text-to-speech for building real‑time voice agents and interfaces. Streaming-optimized models, incremental caching, multilingual TTS/ASR and cross-platform bindings (Python, iOS, Android, Linux, Raspberry Pi) target live voice use cases where sub-200ms responsiveness matters.