AIAny
AI Video2026
Icon for item

MiniMax-H3 Turbo 4-Step — ComfyUI Pruned-Model LoRAs

Provides ComfyUI-compatible pruned/curve-form LoRA conversions of the MiniMax‑H3 Turbo 4-step audio‑video generation preview, including further-trained ckpt500 EMA and non‑EMA variants and an example ComfyUI workflow for low-step experiments.

Introduction

Low-step joint video+audio generation (4 sampling steps instead of ~20) greatly reduces runtime but is fragile to model and scheduler mismatches. This repository makes the MiniMax‑H3 Turbo 4‑step LoRA usable inside ComfyUI’s pruned/curve-form MiniMax‑H3 pipeline so you can practically experiment with ultra-low-step audio‑video generation without rebuilding the full model stack.

What Sets It Apart
  • ComfyUI compatibility conversion: retained tensor keys were re‑namespaced to the diffusion_model.* namespace so ComfyUI’s built‑in MiniMax‑H3 LoRA loader accepts them without key warnings.
  • Partial, pruned conversions: preserved BF16 dtype, tensor shapes, LoRA ranks and A/B orientation while pruning AdaLN projection tensors so the adapters match the pruned/curve-form MiniMax‑H3 checkpoint.
  • Multiple variants included: initial preview EMA/non‑EMA conversions plus further‑trained ckpt500 EMA and non‑EMA variants (time‑averaged EMA vs crisper non‑EMA behavior) to compare stability vs sharpness.
  • Validation and accelerator compatibility: validated for complete A/B pairs and tested working with optional attention accelerators (SageAttention, Sol, Gradient, Spectrum) and recommended ComfyUI settings.
Key usage notes and practical guidance
  • Recommended starting files: minimax_h3_turbo_4step_ckpt500_pruned_comfyui.safetensors (further‑trained non‑EMA) or its EMA counterpart for comparison.
  • Recommended ComfyUI parameters used in tests: video sigma shift ~12, audio sigma shift ~4–6, sampler res_multistep, steps 8–10 (6–8 for ckpt500), LoRA strength 0.8–1.8. Audio scheduling is critical; wrong scheduler/sigma can produce destroyed or noisy audio.
  • Conversion specifics: source tensors ~518 → retained 416 in pruned conversion; pruned out 102 AdaLN tensors. Namespace conversions: blocks.* → diffusion_model.blocks., token_refiner. → diffusion_model.token_refiner.*.
Who it's for and tradeoffs

Great fit if you use ComfyUI with the pruned/curve-form MiniMax‑H3 checkpoint and want to test or benchmark ultra-low-step (4‑step / 6–10 step) joint audio+video generation without rebuilding adapters. Look elsewhere if you need a full-model, unpruned Turbo LoRA or production-ready audio/video quality out of an already‑finished training run: these are partial compatibility conversions of an early preview LoRA and the original Turbo LoRA itself was an under-trained preview (EMA not fully matured).

More Items

Hugging Face
AI Video2026

LoRA adapters for MiniMax H3 that sharpen and enhance videos in ComfyUI by conditioning on source clips via guide latents for pixel-level alignment. Designed mainly for ref2va as a second-pass sharpening tool, includes a ComfyUI workflow and example before/after clips; requires aligned guide clips at the target resolution and valid clip lengths.

Hugging Face
AI Video2026

Replaces a character in a video using a single repainted frame from the same clip and propagates that edit across the shot while preserving motion, camera and lighting; requires no pose estimator, segmentation, face tracker or text prompt. Key facts: a 33.1B MiniMax-H3 finetune, DMD-distilled to three forward passes, 124 frames in ~26s on one B200 GPU.

Hugging Face
AI Video2026

Generates short multimodal videos from text, images, or reference clips using a fine-tuned MiniMax‑H3 fusion model; improves HDR clarity, motion fluidity, distant-face fidelity and VFX while preserving MiniMax‑H3’s prompt/style behavior. Best used via ComfyUI.