MiniMax-H3-Flashgen
Collection
distilled LoRAs for MiniMax-H3 • 1 item • Updated
4-step distilled LoRA for MiniMax-H3 text-to-video+audio (T2VA). Trained on Ascend NPU with data-free distillation; merge into the base model and inject base_schedule before vllm-omni / MindIE-SD deployment.
| File | Description |
|---|---|
minimax_h3_4step_lora_flashgen_v1.0_768p_bf16.safetensors |
Student LoRA, rank 64, bf16 |
merge_lora_ckpt.py |
Merge LoRA into base model and inject base_schedule |
| Item | Value |
|---|---|
| Method | Distribution matching distillation (VSD, no GAN), trained on Ascend NPU |
| Task | T2VA |
| Inference steps | 4 |
| Resolution | 1344×768, 5.2s |
| base_schedule | [1.0, 0.7, 0.4, 0.15, 0.0] |
| LoRA targets | qkv_proj, out_proj, fc1, fc2, adaln_proj.linear |
| LoRA rank | 64 |
Requires base model MiniMaxAI/MiniMax-H3.
Merge with merge_lora_ckpt.py before vllm-omni / MindIE deployment:
python merge_lora_ckpt.py \
${MODEL_ROOT}/FL2VA \
minimax_h3_4step_lora_flashgen_v1.0_768p_bf16.safetensors \
./minimax-h3-4step-flashgen
export MODEL=./minimax-h3-4step-flashgen/FL2VA
For Ascend NPU inference and serving, see the MindIE-SD deployment guide:
Base model
MiniMaxAI/MiniMax-H3