FastH3 8-Step V2 Gets Native ComfyUI Templates

ComfyUI Wikinews

FastVideo FastH3 8-Step V2 runs natively in ComfyUI with official t2v and first/last-frame templates, BlockSparseAttention VSA settings and a Comfy-Org repacked checkpoint.

When FastH3 Preview v1 launched in late August, running it inside ComfyUI was not realistic: the VSA adapters needed FastVideo's own launchers, and we pointed ComfyUI users at distillation LoRAs like H3 Turbo-SLA and PDD Acc LoRA instead. That has changed. FastVideo shipped an 8-Step V2 checkpoint, Comfy-Org repacked it for ComfyUI, and the official workflow template repo now carries two native FastH3 templates.

FastH3 t2v template preview

The official FastH3 text-to-video template in ComfyUI's template browser.

The 8-Step V2 checkpoint

FastVideo-FastH3-8-Step-V2 is a data-free DMD2 distillation of MiniMax H3 trained with VSA-H3 attention at 80% sparsity. It generates synchronized video and audio in 8 transformer forwards instead of the base model's full schedule, and this generation ships with a permissive change: the checkpoint's own README documents the attention requirements directly, so it can be served outside the FastVideo stack as long as the sparse attention pattern is reproduced at inference.

Comfy-Org repacked the distilled transformer as fastvideo_fasth3_8step_v2_pruned_int8_convrot.safetensors in the Comfy-Org/FastVideo-FastH3 repo, which redirects to FastVideo's FastH3-Comfy; the base-model text encoder and the video/audio VAE files live on Comfy-Org/MiniMax-H3.

ComponentFileLocation
Distilled transformerfastvideo_fasth3_8step_v2_pruned_int8_convrot.safetensorsmodels/diffusion_models/
Text encoderqwen3vl_32b_minimax_h3_nvfp4_awq.safetensorsmodels/text_encoders/
Video VAEminimax_h3_video_vae_fp16.safetensorsmodels/vae/
Audio VAEminimax_h3_audio_vae_fp32.safetensorsmodels/vae/

Two official templates

Template version 0.11.61 of Comfy-Org/workflow_templates added both workflows on September 15:

FastH3 i2v template preview

The first/last-frame variant of the FastH3 template.

Both templates share one critical detail: the checkpoint was trained with VSA-H3 attention at 80% sparsity, and the templates wire in a BlockSparseAttention node set to the vsa method with keep_percent 10 to reproduce that pattern. The sol-attn and sla sparse methods are not compatible with this checkpoint. Resolution stays on H3's native 768px short-edge canvas, and duration snaps to the model's 17-frames-per-block grid at 24 FPS.

Scope

The distilled checkpoint covers text-to-video-and-audio and first/last-frame conditioning only. Ref2VA (multi-reference conditioning) was not distilled, so reference-based tasks still need the base MiniMax H3 model. An added bonus of this generation: FastVideo's comfy-kitchen RoPE path means the templates run on standard ComfyUI nightly builds, not the FastVideo stack.

For context on where FastH3 sits in the wider acceleration landscape, see the H3 Acceleration Arena blind A/B ranking.

Comments

Sign in with GitHub to join the discussion.

Loading comments…
FastH3 8-Step V2 Gets Native ComfyUI Templates | ComfyUI Wiki