drbaph/vdn-minimax-h3-int8-convrot-comfyui
VDN-H3 stage-dmd-step-250 — INT8 ConvRot (ComfyUI pre-quantized)
Pre-quantized Comfy Kitchen INT8 ConvRot version of the 8-step checkpoint (stage-dmd-step-250) from OpenVDN/vdn-minimax-h3. For use with ComfyUI-VDN-H3.
<video src="https://huggingface.co/drbaph/vdn-minimax-h3-int8-convrot-comfyui/resolve/main/assets/int8-ref2va-8step-vdn-1.mp4" controls loop width="100%"> </video>
Requires ComfyUI-VDN-H3 v1.3.0+ (release).
Same weights, same adapters, A/B-verified visually identical output. What you save:
Faster: the branch's dispatched matmuls run 2.7x faster than bf16, and the A/B render finished ~1.2x faster end-to-end (~111 s -> ~95 s, single run each).
BF16 vs INT8 ConvRot — A/B
8 steps, ersde / beta, 1280x736 / 61 frames, merge, `cachegpu`, same seed. Identical output; wall clock from a single run each (±5 s sampling).
Install
Download this repo into ComfyUI/models/vdn/ (the folder name becomes the vdn_checkpoint entry), then select it in the Apply-VDN node's vdn_checkpoint dropdown. Nothing else changes; the base MiniMax-H3 model and this node's settings work exactly as before.
Ref2V example
Rendered with this repo's INT8 ConvRot stage on a ref2va base: 8 steps, er_sde / beta, 928x928.
<video src="https://huggingface.co/drbaph/vdn-minimax-h3-int8-convrot-comfyui/resolve/main/assets/vdnh3smoke00046.mp4" controls loop width="100%"> </video>
How it was made
tools/quantize_vdn_branch_int8.py from the ComfyUI-VDN-H3 repo, using comfy-kitchen's TensorWiseINT8Layout (convrot, per-channel) — the same serialization ComfyUI ships for its own int8-convrot diffusion models. Only the branch's dispatched linear weights are quantized; adapters, biases, norms and convs pass through untouched.
Acknowledgement
VDN-H3 is built on MiniMax-H3 and starts from its released transformer weights. We also thank Diffusers, FlashAttention, and Triton, which the optimized inference path is built with.
License
VDN-H3 is a derivative of MiniMax-H3 and is distributed under the MiniMax H3 Community License Agreement, included here verbatim from the upstream repository.
The agreement grants rights only in its applicable territory, defined as worldwide excluding the European Union, the United Kingdom, the Republic of Korea, and the United States of America. It states that use outside the applicable territory is not authorized and invites people in an excluded territory to contact MiniMax about obtaining a license.
The agreement also contains redistribution requirements and an Acceptable Use Policy. Among other requirements, a distribution must include the agreement, modified files must carry notices of their modification, and distributions to third parties other than through hosted services must include the NOTICE file supplied with the code repository. Please read the agreement in full before using or distributing VDN-H3. This note is not a substitute for the license text or for legal advice.
