Instructions to use ntc-ai/minimax-music3-concept-sliders with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ntc-ai/minimax-music3-concept-sliders with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-Music-3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ntc-ai/minimax-music3-concept-sliders") prompt = "Same prompt and lyrics. Energy slider Off then Loud +1. Unidirectional lyric-hold LM." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
| { | |
| "prompts_file": "conceptmod/textsliders/data/prompts-energy-v3.yaml", | |
| "row": 0, | |
| "seed": 23, | |
| "duration": 20.0, | |
| "apply_budget": false, | |
| "results": [ | |
| { | |
| "file": "00_total00.0_capB.wav", | |
| "label": "baseline", | |
| "stack": "", | |
| "settings": [], | |
| "total": 0, | |
| "components": 0, | |
| "rms": 0.16485, | |
| "crest_db": 15.45, | |
| "applied": "none", | |
| "rms_ratio": 1.0, | |
| "crest_delta_db": 0.0 | |
| }, | |
| { | |
| "file": "01_total08.0_capB.wav", | |
| "label": "energy:+1,distortion:-1,tempo:+1,triphop:+1,gender:+0.5", | |
| "stack": "energy:+1,distortion:-1,tempo:+1,triphop:+1,gender:+0.5", | |
| "settings": [ | |
| { | |
| "id": "energy", | |
| "scale": 1.0 | |
| }, | |
| { | |
| "id": "distortion", | |
| "scale": -1.0 | |
| }, | |
| { | |
| "id": "tempo", | |
| "scale": 1.0 | |
| }, | |
| { | |
| "id": "triphop", | |
| "scale": 1.0 | |
| }, | |
| { | |
| "id": "gender", | |
| "scale": 0.5 | |
| } | |
| ], | |
| "total": 8.0, | |
| "components": 9, | |
| "rms": 0.1013, | |
| "crest_db": 18.37, | |
| "applied": "energyx+0.50, energy-lm-v3x+1.00, distortionx-1.00, distortion-lm-v3x-1.00, tempox+1.00, tempo-lm-v3x+1.00, triphop-tf-v4x+1.00, triphop-lm-v3x+1.00, gender-lm-v3x+0.50", | |
| "rms_ratio": 0.614, | |
| "crest_delta_db": 2.92 | |
| }, | |
| { | |
| "file": "02_total20.0_capB.wav", | |
| "label": "energy:+2,distortion:-2,tempo:+2,triphop:+2,breath:+1,live:-1,gender:+1,rapslow:-1,space:+1", | |
| "stack": "energy:+2,distortion:-2,tempo:+2,triphop:+2,breath:+1,live:-1,gender:+1,rapslow:-1,space:+1", | |
| "settings": [ | |
| { | |
| "id": "energy", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "distortion", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "tempo", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "triphop", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "breath", | |
| "scale": 1.0 | |
| }, | |
| { | |
| "id": "live", | |
| "scale": -1.0 | |
| }, | |
| { | |
| "id": "gender", | |
| "scale": 1.0 | |
| }, | |
| { | |
| "id": "rapslow", | |
| "scale": -1.0 | |
| }, | |
| { | |
| "id": "space", | |
| "scale": 1.0 | |
| } | |
| ], | |
| "total": 20.0, | |
| "components": 13, | |
| "rms": 0.07873, | |
| "crest_db": 18.16, | |
| "applied": "energyx+1.00, energy-lm-v3x+2.00, distortionx-2.00, distortion-lm-v3x-2.00, tempox+2.00, tempo-lm-v3x+2.00, triphop-tf-v4x+2.00, triphop-lm-v3x+2.00, breath-lm-v3x+1.00, live-lm-v3x-1.00, gender-lm-v3x+1.00, rapslow-lm-v3x-1.00, spacex+1.00", | |
| "rms_ratio": 0.478, | |
| "crest_delta_db": 2.71 | |
| }, | |
| { | |
| "file": "03_total27.0_capB.wav", | |
| "label": "gender:+2,rapslow:+2,triphop:+2,energy:+2,distortion:+2,tempo:+2,live:+2,breath:+2,space:+2,rhyme:+2", | |
| "stack": "gender:+2,rapslow:+2,triphop:+2,energy:+2,distortion:+2,tempo:+2,live:+2,breath:+2,space:+2,rhyme:+2", | |
| "settings": [ | |
| { | |
| "id": "gender", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "rapslow", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "triphop", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "energy", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "distortion", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "tempo", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "live", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "breath", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "space", | |
| "scale": 2.0 | |
| }, | |
| { | |
| "id": "rhyme", | |
| "scale": 2.0 | |
| } | |
| ], | |
| "total": 27.0, | |
| "components": 14, | |
| "rms": 0.1199, | |
| "crest_db": 16.34, | |
| "applied": "gender-lm-v3x+2.00, rapslow-lm-v3x+2.00, triphop-tf-v4x+2.00, triphop-lm-v3x+2.00, energyx+1.00, energy-lm-v3x+2.00, distortionx+2.00, distortion-lm-v3x+2.00, tempox+2.00, tempo-lm-v3x+2.00, live-lm-v3x+2.00, breath-lm-v3x+2.00, spacex+2.00, rhyme-lm-v4x+2.00", | |
| "rms_ratio": 0.727, | |
| "crest_delta_db": 0.89 | |
| }, | |
| { | |
| "file": "04_total27.0_capB.wav", | |
| "label": "gender:-2,rapslow:-2,triphop:-2,energy:-2,distortion:-2,tempo:-2,live:-2,breath:-2,space:-2,rhyme:-2", | |
| "stack": "gender:-2,rapslow:-2,triphop:-2,energy:-2,distortion:-2,tempo:-2,live:-2,breath:-2,space:-2,rhyme:-2", | |
| "settings": [ | |
| { | |
| "id": "gender", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "rapslow", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "triphop", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "energy", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "distortion", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "tempo", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "live", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "breath", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "space", | |
| "scale": -2.0 | |
| }, | |
| { | |
| "id": "rhyme", | |
| "scale": -2.0 | |
| } | |
| ], | |
| "total": 27.0, | |
| "components": 14, | |
| "rms": 0.09808, | |
| "crest_db": 19.64, | |
| "applied": "gender-lm-v3x-2.00, rapslow-lm-v3x-2.00, triphop-tf-v4x-2.00, triphop-lm-v3x-2.00, energyx-1.00, energy-lm-v3x-2.00, distortionx-2.00, distortion-lm-v3x-2.00, tempox-2.00, tempo-lm-v3x-2.00, live-lm-v3x-2.00, breath-lm-v3x-2.00, spacex-2.00, rhyme-lm-v4x-2.00", | |
| "rms_ratio": 0.595, | |
| "crest_delta_db": 4.19 | |
| } | |
| ] | |
| } | |