MOSS-SoundEffect-v2.0 Crafts Any Sound You Describe In High Fidelity

MOSS-SoundEffect-v2.0 is an open model that creates high-fidelity sound effects straight from text prompts. It can generate rain, city noise, animal calls, human actions, and even short musical clips with a duration you control up to 30 seconds at 48 kHz. The generator replaces an older discrete-token approach with a diffusion process that refines audio from random noise, producing smoother and more varied results.
The model comes from the OpenMOSS-Team and sits inside their MOSS-TTS family as the dedicated text-to-sound member. For version 2.0 they rebuilt the core around a continuous latent Diffusion Transformer and Flow Matching, moving away from the previous autoregressive design to handle longer, more coherent clips. Everything is available on Hugging Face along with a ready-to-run Python pipeline, a Gradio web demo, and fine-tuning recipes.
Generate up to 30 seconds of any sound
- Urban environments.
- Animal and creature vocalizations.
- Human actions.
- Short musical and percussive elements.
- Adjustable length up to 30 seconds.
- Bilingual prompting (English and Chinese).
- 48 kHz studio-quality audio output.
This release targets indie creators, video editors, and privacy-conscious professionals who need on-the-fly sound effects without stock library subscriptions. The whole pipeline runs on a single consumer GPU with sufficient VRAM, letting small teams keep sensitive projects in-house. Hobbyists and non-developers can also use the included Gradio interface to type a description and download the result immediately.
What to expect under the hood
The 1.3 billion parameter model wraps the DiT backbone with torch.compile for fast reuse, but the very first call will spend a few minutes compiling. If you run into TorchDynamo or Triton errors, you can set an environment flag to disable compilation and fall back to eager mode. The release is designed for sound effects and short rhythmic clips, not as a full music generator, and the team recommends a clean Python 3.12 environment for smooth installs.
"MOSS-SoundEffect v2.0 is a text-to-audio model with a Diffusion Transformer (DiT) backbone trained with the Flow Matching objective, paired with a DAC VAE and a Qwen3 text encoder." — Source: Hugging Face