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
Update README.md bd348f9 verified
Update README.md c2509fd verified
Update README.md a21f1db verified
Update README.md a70ba5a verified
Update README.md 553a9cc verified
Update README.md 8506964 verified
Upload Music3.png 5e663f2 verified
Add diffusers weights (modular pipeline) (#2) edf4bc9
Add diffusers usage section to the README (#3) 80d66b1
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