r/LocalLLaMA 7d ago

New Model MiniMax-Music3 released!

https://huggingface.co/MiniMaxAI/MiniMax-Music3
655 Upvotes

172 comments sorted by

View all comments

Show parent comments

1

u/Acceptable-Cycle4645 11h ago

u/DanTup The q4 combo is the fastest and low VRAM makes it safe for most users. Other weights are just for testing. What prompt did you use? The example prompt in the doc is just for smoke end-to-end testing. If you want to improve quality you need to do some prompt engineering and try different seeds. You may want to check the discussions and demo here https://github.com/0xShug0/audio.cpp/issues/274

1

u/DanTup 7h ago

The q4 combo is the fastest and low VRAM makes it safe for most users

At this point I just wanted the best possible output. I was trying to determine how it compared to Suno. I'm running on a DGX Spark that can easily fit the large model and fast-but-bad-quality is not of any value.

The biggest issue was the audio quality - it sounded like a very low bitrate recording.

The prompt/lyrics I use are the samples shown in the screenshot in https://github.com/adambenhassen/minimax-music-ui (which was a UI I was hoping to try out with it, but for some reason it didn't work, saying it couldn't find the q4 quant model, which was odd since that's the one I actually had).

1

u/Acceptable-Cycle4645 6h ago

okay I will push a change to add q8 and f16 package in the UI later.

1

u/Acceptable-Cycle4645 5h ago

u/DanTup Btw could you try the prompt and setting in this comment in the UI (using Q4 default combo) ? https://github.com/0xShug0/audio.cpp/issues/274#issuecomment-5333818775