Skip to content

MiniMax Music 3 GGUF

MiniMax Music 3 generates complete songs up to 5 minutes long at 32 kHz stereo. It uses a 2.4B flow-matching diffusion transformer plus a text and language model encoder. This repository ships GGUF quants of both components.

Hugging Face repositoryMiniMax-Music3-GGUF on Hugging Face

Example output

Available Quantizations

Diffusion transformer (DiT)

QuantSizeFile
BF164.64 GBminimax_music3_dit_BF16.gguf
Q4_01.39 GBminimax_music3_dit_Q4_0.gguf
Q8_02.52 GBminimax_music3_dit_Q8_0.gguf
Q8_CR2.38 GBminimax_music3_dit_Q8_CR.gguf

Pruned text encoder

QuantSizeFile
Q4_05.38 GBminimax_music3_text_encoder_pruned_Q4_0.gguf
Q8_08.93 GBminimax_music3_text_encoder_pruned_Q8_0.gguf
Q8_CR8.49 GBminimax_music3_text_encoder_pruned_Q8_CR.gguf

Model Input and Output

Inputs

FieldValue
LyricsText with uppercase section tags
Music descriptionGenre, tempo, key, vocals, arrangement
Token limit5,000 tokens

Outputs

FieldValue
DurationUp to 5 minutes
Audio32 kHz stereo
StreamingNo

ComfyUI Setup

Load the model with the GGUF loader node from comfyui-gguf-reboot. The loader node gives the best performance. Use Q8_CR for the DiT when audio quality matters.

Dependencies

Place these files in the ComfyUI model folders before running a workflow.

ComponentFileFolder
Diffusion transformerminimax_music3_dit_*.ggufmodels/diffusion_models/ or models/unet/
Text encoderminimax_music3_text_encoder_pruned_*.ggufmodels/text_encoders/ or models/clip/

Workflow downloads

Import this JSON file into ComfyUI.

JSON fileMusic generation ComfyUI workflow

GGUF quantization and open-source tools.