MAGNeT by Meta logo

MAGNeT by Meta

Paid

Fast non-autoregressive audio generation for text-to-music and text-to-audio

4.5
Inputs: textOutputs: audio
Type
Saas
Company
Meta AI (FAIR)

About MAGNeT by Meta

MAGNeT (Masked Audio Generation using a Single Non-Autoregressive Transformer) is a research model developed by Meta AI and collaborators for text-to-music and text-to-audio generation. It uses a single-stage, non-autoregressive transformer that operates directly over multiple streams of audio tokens. During training, the model predicts spans of masked tokens, and during inference it gradually constructs the output sequence using several decoding steps. MAGNeT introduces a novel rescoring method that leverages an external pre-trained model to rank predictions for later decoding steps, and a hybrid version that fuses autoregressive and non-autoregressive generation for the first few seconds. The model achieves comparable quality to existing baselines while being significantly faster (up to 7x faster than autoregressive approaches).

Key Features

Single-stage non-autoregressive transformer
Masked sequence modeling for audio tokens
Rescoring method using external pre-trained model
Hybrid autoregressive/non-autoregressive generation
7x faster than autoregressive baselines
Text-to-music and text-to-audio generation

Pros & Cons

Pros
  • Significantly faster than autoregressive models (up to 7x)
  • Comparable generation quality to state-of-the-art baselines
  • Novel rescoring mechanism improves output quality
  • Flexible hybrid mode for quality-speed trade-off
  • Single-stage architecture simplifies pipeline
Cons
  • Requires multiple decoding steps for full sequence
  • Hybrid mode adds complexity with autoregressive first stage
  • Research model, not yet available as commercial product

Best For

Text-to-music generationText-to-audio generationAudio content creationMusic prototyping

Alternatives to MAGNeT by Meta

FAQ

What is MAGNeT?
MAGNeT is a masked generative sequence modeling method for audio generation, using a single non-autoregressive transformer.
What can MAGNeT generate?
It can generate music and audio from text descriptions.
How fast is MAGNeT compared to other models?
MAGNeT is up to 7x faster than autoregressive baselines while maintaining comparable quality.