Abiray/MiniMax-Music3-GGUF
353.2k
MiniMax-Music-3 GGUF Quantizations
This repository contains GGUF quantizations for the diffusion transformer / DiT backbone of MiniMax-Music3, a state-of-the-art text-to-music model capable of generating structured, full-length songs up to 5 minutes long at 32 kHz stereo.
These quantized weights enable running MiniMax-Music-3 locally inside ComfyUI using the ComfyUI-GGUF custom node with significantly lower VRAM requirements.
๐ฆ Quantized Files & Recommendations
๐งฉ Required Companion Files
The GGUF files in this repository replace only the diffusion transformer (DiT). To generate music in ComfyUI, you will also need the text encoder and VAE models provided by Comfy-Org:
- Text Encoders: Comfy-Org/MiniMax-Music-3 Text Encoders
- VAE: Comfy-Org/MiniMax-Music-3 VAE
๐ ComfyUI File Placement
Place the downloaded files into their respective folders in your ComfyUI installation:
ComfyUI/
โโโ models/
โโโ diffusion_models/ (or models/unet/)
โ โโโ MiniMax-Music3-Q8_0.gguf
โ
โโโ text_encoders/ (or models/clip/)
โ โโโ minimax_music3_text_encoder_bf16.safetensors
โ
โโโ vae/
โโโ minimax_music3_dav.safetensors๐ How to Use in ComfyUI
- Install the ComfyUI-GGUF extension via ComfyUI Manager.
- In your workflow:
- Load the GGUF model using `Unet Loader (GGUF)`.
- Load the text encoder using the standard CLIP / Text Encoder loader.
- Load the VAE using the standard VAE loader.
๐ฅ CLI Download Commands
1. Download GGUF Model
huggingface-cli download Abiray/MiniMax-Music3-GGUF MiniMax-Music3-Q8_0.gguf --local-dir ComfyUI/models/diffusion_models2. Download Companion Text Encoder & VAE
# Text Encoder
huggingface-cli download Comfy-Org/MiniMax-Music-3 text_encoders/minimax_music3_text_encoder_bf16.safetensors --local-dir ComfyUI/models/text_encoders --local-dir-use-symlinks False
# VAE
huggingface-cli download Comfy-Org/MiniMax-Music-3 vae/minimax_music3_dav.safetensors --local-dir ComfyUI/models/vae --local-dir-use-symlinks Falseโ๏ธ Prompting Structure
MiniMax-Music-3 generates the best results when given two separate conditioning inputs:
Lyrics (with section markers on individual lines)
[Verse]
Morning light filtering through the pine
Every quiet street is yours and mine
[Chorus]
Softly the world begins to breatheMusic Description
Genre: acoustic pop. BPM: 96. Key: C major. Warm and intimate, building gently into the chorus.
Vocals: soft female lead, close and breathy, light stacked harmonies in the chorus.
Arrangement: fingerpicked guitar and soft piano; brushed drums and upright bass enter in the chorus.๐ Credits & License
- Original Model: MiniMaxAI/MiniMax-Music3
- ComfyUI Repack: Comfy-Org/MiniMax-Music-3
- License: Inherits the Apache-2.0 License from the original release.
