AudioCraft / MusicGen
Audio generation framework by Meta including MusicGen for text-to-music.
About
MusicGen is the text-to-music model at the center of AudioCraft, Meta's PyTorch library for generative audio research. Given a text description, and optionally a melody to condition on, it generates music using a single-stage autoregressive transformer over EnCodec audio tokens. The AudioCraft repository packages it alongside AudioGen for text-to-sound generation and the EnCodec neural codec, with both inference and training code so researchers can fine-tune or retrain models on their own data. Pretrained MusicGen checkpoints come in several sizes, and running the larger ones comfortably calls for a GPU with several gigabytes of VRAM. The licensing is split: the AudioCraft code is MIT licensed, but the released model weights are distributed under CC-BY-NC 4.0, which excludes commercial use. Musicians, researchers, and hobbyists use it for prompted composition sketches and melody-guided variations, and the models are also accessible through the Hugging Face Transformers library.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Music & Audio Generation
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Minimum VRAM
- 8 GB
- Added
- Apr 3, 2026
Related Tools
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.
Audio diffusion model by Harmonai for generating music samples.
PyTorch library for deep learning research on audio generation including MusicGen and AudioGen.