What is MiniMax H3 Turbo?
It is not an official MiniMax model. H3 Turbo refers to a family of community LoRAs that distill MiniMax H3 so it generates joint video and synchronized stereo audio in roughly 4 to 8 sampling steps instead of about 20. The main lines are LightX2V/ModelTC and larryvrh, with ComfyUI conversions from Kijai and others.
Which H3 Turbo LoRA should I use?
For reference-to-video, the LightX2V Ref2VA checkpoint is the only one distilled for that task. For everything else, larryvrh v4 step-600 EMA is the author-recommended pick at 6 to 8 steps, while the LightX2V 768p 4-step checkpoint is the better choice when you want maximum speed at 1344×768.
Is 4 steps really 5× faster?
The roughly 5× figure describes sampling steps alone, dropping from about 20 to 4. Your total time also includes model loading, text encoding, VAE decode, and audio decode, none of which shrink by 5×. Judge the setup by time per usable clip, including the runs you throw away.
How many steps should I use, 4, 6, or 8?
Use 4 when speed matters more than fast-motion fidelity. Use 6 to 8 for most work — both Turbo authors identify this as the range where quality lands, and the v4 author reports no additional benefit past 8 steps, where over-sharpening starts instead.
Why does my 4-step output look smeared or ghosted?
That is the documented failure mode of the step floor on large, fast motion. Raise to 6 or 8 steps first. If the shot is still dominated by fast motion, the older larryvrh ckpt-850 line handles that case better at low step counts than v4 does.
Can I run H3 Turbo on this website?
No. Turbo LoRAs are local ComfyUI and Diffusers checkpoints, and no hosted API exposes them yet. The generator on this site runs the standard MiniMax H3 model. This page is a setup reference for running Turbo on your own machine.
What license do the Turbo LoRAs use?
Both the LightX2V/ModelTC and larryvrh Turbo checkpoints are published under Apache-2.0. Check the individual model card before commercial use, since the base model and the LoRA carry separate terms.
Do I need a custom ComfyUI node for H3 Turbo?
No. MiniMax H3 has native ComfyUI support, so the Turbo LoRA loads through the standard LoRA loader. Put the file in ComfyUI/models/loras/ and insert it between the model loader and the sampler.
What LoRA strength should I use?
This is the one setting where practice diverges from the model card. The v4 card is tuned for strength 1.0 across the step range, while community testing converged on 0.6 to 0.8 with 6 to 10 steps, and Kijai’s ComfyUI conversions suggest lowering strength if outputs look noisy. Start at 1.0 and drop it if you see grain.
Can H3 Turbo run in 2 steps?
Community testing got a working 2-step pass with clean audio after v4 landed, but the video comes out visibly softer. It is a real capability rather than a practical default — 4 steps is the floor worth planning around.
Which Turbo LoRA works on 12 GB of VRAM?
Start from a pruned or INT8 conversion rather than full bf16, stay at 544p instead of the 768p checkpoint, and enable offload and block swap. Quantized builds down to Q4 and Q2 exist, but check audio sync specifically, since quantization tends to degrade audio before it degrades the picture.
Does the Turbo LoRA work with SageAttention?
Yes, and they stack. SageAttention speeds up attention while the Turbo LoRA cuts sampling steps, so they address different parts of the run. One community report on an RTX 5080 shows the pair landing well ahead of either one alone.