Download
2 variants available
fp32 SafeTensor
minimax_h3_pruned_turbo_ckpt850_loraWithALS.safetensors
Full precision, largest file • 1.32 GB
Verified: 2 days ago
SafeTensor
fp32
minimax_h3_pruned_turbo_ckpt850_loraWithALS.safetensors
Full precision, largest file
Verified: 2 days ago
fp32
minimax_h3_pruned_turbo_ckpt850_lora_fixed.safetensors
Full precision, largest file
Verified: 2 days ago
8120 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
(29)
Aug 6, 2026
MiniMax H3

100 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
550 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
MiniMax H3 Pruned Turbo LoRA (4-Step)
for FL2VA model
Special thanks to larryvrh for the original MiniMax H3 Turbo LoRA:
https://huggingface.co/larryvrh/MiniMax-H3-Turbo-Lora
This adapted release is based on the original acceleration checkpoint:
or
https://github.com/xiaolibai-sys/ComfyUI-MiniMaxH3
first
Announcement
After several days of experimentation, I have identified a serious issue: certain DiT blocks (from the 20th to the 40th) in Minimax H3 are extremely sensitive to input perturbations—even when the AdaLN modulation error is as small as 1e-5 to 1e-4. After propagating through 50 layers, this can result in a 10% difference in the hidden L2 norm (compared to the BF16 model + LoRA). Therefore, this is not a good approach, and I have decided to abandon it. Perhaps a better alternative is to follow Larryvrh's method of precomputing t_embedding and computing online. In other words, the offline approximated AdaLN_t_table with low-rank structure cannot adequately represent the rich dynamics of LoRA—it is lossy. However, for users with extremely limited VRAM, this remains the only way to bake weights offline into the model (at least for now). I will provide a simple baking script at https://github.com/xiaolibai-sys/MiniMax-H3-Lora-Bake, where you can bake the converted LoRA weights to reduce runtime LoRA memory usage. Finally, thank you all for your support.
What This Is
This is a complete pruned MiniMax H3 LoRA for 4-step video and audio generation. The original Turbo LoRA targets the full 2688-dimensional AdaLN branch. Pruned models instead use an 8-dimensional adaln_t_table plus per-block projections, so the original AdaLN matrices cannot be applied directly.
This adapted LoRA bakes the AdaLN adaptation into the pruned model format. It contains the backbone LoRA weights, adaln_t_table, per-block AdaLN projection weights and biases, and final layer AdaLN weights and biases. No h3_silu_temb_grid file is required at runtime.
Available Versions
There are two versions of the adapted LoRA.
The first version uses ALS optimization. The shared table and every per-block projection are jointly refined over several iterations. This version gives the best accuracy for a single complete LoRA. Measured against the exact BF16 full model plus LoRA modulation, block max relative error is around 1.5e-5 and final layer relative error is around 4.5e-5.
The second version uses a fixed shared table. The table is initialized from builtin:fl2va or builtin:ref2va and is not updated. Only projection and bias are optimized. Block max relative error is around 8.8e-5 and final layer relative error is around 1.27e-4.
The ALS version is recommended when you only need one adapter and want the closest possible approximation. The fixed-table version is recommended when multiple LoRA adapters must be combined. Because all fixed-table outputs share the same T, projections can be combined linearly:
P_combined = P_base + sum(strength_j (P_j - P_base))
b_combined = b_base + sum(strength_j (b_j - b_base))
T_combined = T_common
Both versions are complete pruned LoRAs and can be placed directly into ComfyUI/models/loras.
How to Use
Place the LoRA into:
ComfyUI/models/loras
Then load it with the official LoraLoader, LoraLoaderModelOnly, or the MiniMax H3 LoRA Loader node from ComfyUI-MiniMaxH3.
Support for the complete pruned LoRA format in ComfyUI is proposed here(DOWNLOAD IT FIRST):
https://github.com/Comfy-Org/ComfyUI/pull/15353
Support is also included in ComfyUI-MiniMaxH3 version 1.2.0 and newer(with audio shift fixed):
https://github.com/xiaolibai-sys/ComfyUI-MiniMaxH3
The table builder repository is available here:
https://github.com/xiaolibai-sys/MiniMax-H3-Pruned-Lora-Adapter
Credits
Original acceleration LoRA by larryvrh.
Official ComfyUI integration PR:
https://github.com/Comfy-Org/ComfyUI/pull/15353
ComfyUI node package:

 (1).jpeg)
