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
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
docs: refine model card header 7714661
yuanhe commited on
docs: expand MiniMax Music 3 model card 535a109
yuanhe commited on