VampNet
Music generation model using masked acoustic token modeling.
About
VampNet approaches music generation through masked acoustic token modeling: audio is encoded into discrete tokens across hierarchical codebooks, portions are masked, and a non-autoregressive transformer fills them back in. That mechanism makes it unusually flexible for a music model, since the same network handles unconditional generation, infilling missing sections of a track, and producing variations that riff on existing material, with per-codebook control for fine-grained edits. The release pairs a coarse model with a coarse-to-fine refinement stage and includes PyTorch training and fine-tuning scripts for custom datasets, a Gradio web interface, and Unloop, a Max/MSP integration for real-time experimentation. Created by researcher Hugo Flores Garcia, the code is on GitHub with pretrained checkpoints on Hugging Face; both carry Creative Commons non-commercial licenses, so usage is limited to research and personal projects. Music producers exploring generative sound design and audio researchers studying masked modeling are its main audience.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Music & Audio Generation
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Advanced (4/5)
- License
- MIT
- Minimum VRAM
- 8 GB
- Added
- Apr 3, 2026
Related Tools
Audio generation framework by Meta including MusicGen for text-to-music.
Latent diffusion model for text-to-audio, music, and speech generation.
Audio super-resolution model for upsampling audio to higher sample rates.
State-of-the-art music source separation model by Meta for splitting tracks.
Fast music generation model producing full songs with lyrics in seconds.
PyTorch library for deep learning research on audio generation including MusicGen and AudioGen.