Beidouqixing/minimax-h3-4step-lora-flashgen

Model

MiniMax-H3 4-Step LoRA (FlashGen)

17

3 commits

1 linked in READMEs

updated Sep 1, 2026

See the code
4step
distillation
flashgen
image-to-video
lora
minimax-h3
t2va

README

MiniMax-H3 4-Step LoRA (FlashGen)

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.

Files

FileDescription
minimax_h3_4step_lora_flashgen_v1.0_768p_bf16.safetensorsStudent LoRA, rank 64, bf16
merge_lora_ckpt.pyMerge LoRA into base model and inject base_schedule

Training config

ItemValue
MethodDistribution matching distillation (VSD, no GAN), trained on Ascend NPU
TaskT2VA
Inference steps4
Resolution1344×768, 5.2s
base_schedule[1.0, 0.7, 0.4, 0.15, 0.0]
LoRA targetsqkv_proj, out_proj, fc1, fc2, adaln_proj.linear
LoRA rank64

Usage

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

Deployment (MindIE-SD / vllm-omni)

For Ascend NPU inference and serving, see the MindIE-SD deployment guide:

Contributors

Beidouqixing

3 commits

Beidouqixing/minimax-h3-4step-lora-flashgen

Model

MiniMax-H3 4-Step LoRA (FlashGen)

17

3 commits

1 linked in READMEs

updated Sep 1, 2026

See the code
4step
distillation
flashgen
image-to-video
lora
minimax-h3
t2va

README

MiniMax-H3 4-Step LoRA (FlashGen)

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.

Files

FileDescription
minimax_h3_4step_lora_flashgen_v1.0_768p_bf16.safetensorsStudent LoRA, rank 64, bf16
merge_lora_ckpt.pyMerge LoRA into base model and inject base_schedule

Training config

ItemValue
MethodDistribution matching distillation (VSD, no GAN), trained on Ascend NPU
TaskT2VA
Inference steps4
Resolution1344×768, 5.2s
base_schedule[1.0, 0.7, 0.4, 0.15, 0.0]
LoRA targetsqkv_proj, out_proj, fc1, fc2, adaln_proj.linear
LoRA rank64

Usage

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

Deployment (MindIE-SD / vllm-omni)

For Ascend NPU inference and serving, see the MindIE-SD deployment guide:

Contributors

Beidouqixing

3 commits