Text-to-Audio
Diffusers
Safetensors
PyTorch
minimax_music3
music-generation
text-to-music
sglang-omni
Instructions to use MiniMaxAI/MiniMax-Music3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MiniMaxAI/MiniMax-Music3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-Music3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit History
Add diffusers weights (modular pipeline) f9d9536 verified
Update README.md d7047d5 verified
Update README.md b7b896e verified
Upload README.md with huggingface_hub 4ad2624 verified
Upload scripts/end_to_end/minimax_ttm_test.py with huggingface_hub a3a1c4c verified
Update example audio 7e1d01e verified
Update flowmatching VAE weights 7fa43e2 verified
docs: format community license 9c47cc4
yuanhe commited on
docs: refine model card header 7714661
yuanhe commited on
docs: expand MiniMax Music 3 model card 535a109
yuanhe commited on