Wan Chunked I2V Sampler ♾️

WanChunkedI2VSampler

All-in-one chunked video generator for Wan I2V models. Set total_frames and chunk_frames — the node handles everything: encode → sample → decode → extract reference → repeat. Supports single-pass (one model) or two-pass (connect model_b). FLF (First-Last-Frame): Connect an end_image to make the video transition toward a target end frame. For multi-chunk videos, set end_blend_chunks (e.g. 9–17) for a smooth crossfade overlap. Uses the proven concat approach: each chunk's first frame naturally matches the previous chunk's last frame, so we just drop it and concatenate. Requires: ComfyUI-WanVideoWrapper

Pack: ComfyUI_VideoChunkTools

custom_nodes.ComfyUI_VideoChunkTools

Inputs (34)

NameTypeRequired
modelWANVIDEOMODELrequired
vaeWANVAErequired
start_imageIMAGErequired
total_framesINTrequired
chunk_framesINTrequired
widthINTrequired
heightINTrequired
keep_proportionCOMBOrequired
crop_positionCOMBOrequired
stepsINTrequired
cfgFLOATrequired
shiftFLOATrequired
seedINTrequired
force_offloadBOOLEANrequired
schedulerCOMBOrequired
enable_vae_tilingBOOLEANrequired
model_bWANVIDEOMODELoptional
split_stepINToptional
cfg_bFLOAToptional
text_embedsWANVIDEOTEXTEMBEDSoptional
text_embed_sequenceTEXT_EMBED_SEQUENCEoptional
clip_embedsWANVIDIMAGE_CLIPEMBEDSoptional
feta_argsFETAARGSoptional
context_optionsWANVIDCONTEXToptional
noise_aug_strengthFLOAToptional
start_latent_strengthFLOAToptional
end_latent_strengthFLOAToptional
riflex_freq_indexINToptional
tile_xINToptional
tile_yINToptional
tile_stride_xINToptional
tile_stride_yINToptional
end_imageIMAGEoptional
end_blend_chunksINToptional

Outputs (3)

NameType
videoIMAGE
total_framesINT
chunks_generatedINT
Wan Chunked I2V Sampler ♾️ | TealPug Node Explorer