AIAny
AI Video2026
Icon for item

MiniMax-H3-Acc-LoRAs

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Introduction

Reducing video-generation inference steps is now practical for MiniMax-H3 by shifting parts of the decoder into compact LoRA-style adapters tailored for Parallel Decoding Distillation (PDD). The repository packages PDD-specific LoRAs and example pipelines so you can generate comparable short videos with far fewer NFE (inference steps) than standard checkpoints, at the cost of requiring matched base weights and the PDD adapter structure.

What Sets It Apart
  • PDD-adapted LoRAs, not a vanilla PEFT LoRA: the approach applies low-rank updates to the backbone and explicitly repeats the final heads per decoded interval so each generation step fuses a block of outputs. This structural change enables stable few-step (e.g., 8-step) video generation while keeping payloads small.
  • Official 8-step checkpoints for two MiniMax-H3 task variants: FL2VA and Ref2VA. Each Acc LoRA uses rank=64 and network_alpha=64 and is stored in BF16 safetensors, matching MiniMax-H3 checkpoints for straightforward application.
  • Hands-on demos and scripts: the repo includes side-by-side baseline vs. turbo vs. Acc-LoRA comparison videos, plus example scripts (predict_t2v.py / predict_ref2v.py) that call apply_pdd_lora and derive required NFE automatically. The examples use LoRA weight=1.0 for shown comparisons.
Who It's For and Trade-offs
  • Great fit if you need lower-latency text-to-video or reference-to-video generation with MiniMax-H3 and can run the required inference stack (Diffusers >= 0.40.0) and comply with MiniMax-H3’s community license. The adapters let you trade extra model engineering (matching checkpoint + adapter mechanics) for much fewer generation steps.
  • Look elsewhere if you cannot obtain or run MiniMax-H3 checkpoints, if strict bit-exact baseline fidelity is required for every sample, or if you need a generic PEFT LoRA workflow—PDD LoRAs alter head structure and are not a drop-in, standard PEFT adapter.
Practical notes
  • Requires MiniMax-H3 base checkpoints and Diffusers' MiniMax-H3 ModularPipeline (diffusers >= 0.40.0).
  • Checkpoints provided: MiniMax-H3-FL2VA-Acc-8Step.safetensors and MiniMax-H3-Ref2VA-Acc-8Step.safetensors, stored as BF16 safetensors (rank=64, network_alpha=64).
  • Licensing: the base MiniMax-H3 model is released under the MiniMax H3 Community License Agreement; using these adapters requires compliance with that license and access rules.

Information

  • Websitehuggingface.co
  • Organizationsalibaba-pai, MiniMaxAI
  • Published date2026/08/26

Categories

More Items

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.

Hugging Face
AI Video2026

Experimental MiniMax H3 variant that injects learned stylistic and motion 'character' from LTX 2.3, Wan 2.2 and Krea 2 into H3 by surgically grafting attention and MLP components; preserves H3 modality routing while shifting t2v/i2v aesthetics, with limited audio impact and community-license constraints.