Text-to-Audio
MLX
Diffusers
Safetensors
minimax_music3
apple-silicon
macos
minimax
minimax-music3
audio-generation
generative-audio
music-generation
text-to-music
local-inference
Instructions to use appautomaton/MiniMax-Music3-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use appautomaton/MiniMax-Music3-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-Music3-MLX appautomaton/MiniMax-Music3-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 203 Bytes
f47c22e | 1 2 3 4 5 6 7 8 9 10 11 | {
"attention_head_dim": 64,
"condition_dim": 2048,
"ff_inner_dim": 8192,
"fourier_embedding_dim": 256,
"in_channels": 128,
"num_attention_heads": 32,
"num_layers": 36,
"rotary_dim": 32
}
|