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

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.