Local path
MiniMax Music 3.0 on your GPU
MiniMax Music 3 shipped open weights on 13 August 2026 and landed in ComfyUI the same day. This is the search query (“music 3 comfyui”, “minimax music 3 local”) that thin listicles will miss.
What you need
- Current ComfyUI with MiniMax Music 3 support
- Weights: MiniMaxAI/MiniMax-Music3 (Comfy-Org also mirrored files)
- NVIDIA CUDA. Full precision wants ~24 GB; group offload can squeeze toward 8 GB, slower
Official tutorial
Follow docs.comfy.org — MiniMax Music 3. Do not invent node names from memory; Comfy’s template library is the source of truth.
Prompt format that survives Comfy
Same contract as the API and the studio on this site:
- Lyrics with section tags on their own lines
- Music description as Global Metadata / Vocal Details / Arrangement
hf download MiniMaxAI/MiniMax-Music3 --local-dir /path/to/minimax_ttm
SGLang-Omni alternative if you want an OpenAI-shaped local endpoint instead of a graph:
sgl-omni serve --model-path MiniMaxAI/MiniMax-Music3 --port 8000
Output locally is 32 kHz, 16-bit stereo WAV. Official hosted API can request 44.1 kHz MP3.