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
| { | |
| "schema": 3, | |
| "name": "breath-lm-uni-lyric", | |
| "checkpoint": "/ml2/music/sliders-conceptmod/models/breath-lm-uni-lyric/breath-lm-uni-lyric_last.safetensors", | |
| "weights": "/ml2/music/sliders-conceptmod/models/breath-lm-uni-lyric/breath-lm-uni-lyric_last.safetensors", | |
| "modules": 144, | |
| "rank": 8, | |
| "alpha": 8.0, | |
| "steps": 800, | |
| "steps_budget": 800, | |
| "lr": 0.0005, | |
| "seed": 7, | |
| "rows": 6, | |
| "lm_target": "faithful_plus_neu_lyric", | |
| "plus_only": false, | |
| "plus_neu": true, | |
| "plus_neu_prefix": false, | |
| "plus_neu_lyric": true, | |
| "even_blend_scale": 0.5, | |
| "pole_mode": "hidden", | |
| "symmetric": true, | |
| "hold_weight": 0.0, | |
| "project_align_min": null, | |
| "project_align_scope": null, | |
| "anchor_weight": 0.0, | |
| "leakage_floor": null, | |
| "slider_positive": "Every inhale audible, mouth air on the capsule.", | |
| "slider_negative": "Some natural breath, not featured.", | |
| "leak_positive": "", | |
| "leak_negative": "", | |
| "common_beta": 0.0, | |
| "target_scale": 1.0, | |
| "planreg_weight": 0.0, | |
| "blind_weight": null, | |
| "blind_cut": null, | |
| "blind_dims": null, | |
| "first": { | |
| "step": 1, | |
| "row": 0, | |
| "loss": 7.382477760314941, | |
| "pperc": 1.0335923433303833, | |
| "nperc": 0.0, | |
| "cos_pos": 0.02168353646993637, | |
| "cos_neg": 0.0, | |
| "collapse": 0.0, | |
| "edrift_p": 0.0, | |
| "edrift_n": 0.0, | |
| "pdrift_p": 0.0, | |
| "pdrift_n": 0.0 | |
| }, | |
| "last": { | |
| "step": 800, | |
| "row": 1, | |
| "loss": 5.633821964263916, | |
| "pperc": 1.098653793334961, | |
| "nperc": 0.0, | |
| "cos_pos": 0.12126332521438599, | |
| "cos_neg": 0.0, | |
| "collapse": 0.0, | |
| "edrift_p": 0.08941879868507385, | |
| "edrift_n": 0.0, | |
| "pdrift_p": 0.0026275296695530415, | |
| "pdrift_n": 0.0 | |
| }, | |
| "target_replace": [ | |
| "Qwen3Attention" | |
| ], | |
| "kind": "language_model", | |
| "prefix": "lora_te", | |
| "delimiter": "-", | |
| "train_method": "full", | |
| "unit_scale": 1.0, | |
| "endreg": { | |
| "enabled": true, | |
| "weight": 1.0, | |
| "frames": 250, | |
| "seed": 7, | |
| "rows_ended_naturally": 0, | |
| "final_edrift_p": 0.09533815994858742, | |
| "final_edrift_n": 0.0 | |
| }, | |
| "plus_label": "Breathy", | |
| "minus_label": "Off", | |
| "recommended_range": [ | |
| 0.0, | |
| 2.0 | |
| ], | |
| "prompts_file": "conceptmod/textsliders/data/prompts-breath-uni-v1.yaml", | |
| "early_stop": { | |
| "enabled": false, | |
| "fired": false, | |
| "window": 50, | |
| "min_steps": 100, | |
| "cos": 0.97, | |
| "collapse": -0.95, | |
| "perc": 0.2, | |
| "metrics": { | |
| "cos_pos": 0.25927984453737735, | |
| "cos_neg": 0.0, | |
| "collapse": 0.0, | |
| "pperc": 0.998196405172348, | |
| "nperc": 0.0 | |
| } | |
| } | |
| } |