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

A LoRA adapter for MiniMax-H3 that enables joint video + synchronized stereo audio generation in as few as 4 sampler steps, cutting sampling time roughly ~5×; early prototype under-trained, so 6–8 steps or newer checkpoints give better sharpness.

GitHub
AI Image2025

Provides curated ComfyUI workflow templates and subgraph blueprints that package reusable node graphs, preview assets, and publishing pipelines for image/video generation. Includes a browsable Astro site with i18n, CI-driven sync/publish scripts, and PyPI packaging for easy distribution.

Hugging Face
AI Model2026

Provides GGUF-quantized, ComfyUI-ready MiniMax‑H3 model files (FL2VA/REF2VA, text encoder, audio/video VAEs) to enable local ComfyUI inference for short video + stereo audio generation; requires the official VAEs and sufficient VRAM.