SCAIL Auto Extend Unlocks Infinite SCAIL-2 Video Generation in One Go

The SCAIL Auto Extend custom node for ComfyUI takes the manual labor out of generating long SCAIL-2 videos by handling every extension pass inside a single queue. It automatically breaks a long video into 81-frame chunks with a small overlap, applies color matching so the sections blend smoothly, and stitches the final result without any hand-tweaking.
Created by open-source developer Brobert-in-aus, the node replaces the tedious process of duplicating sampler sections, recalculating the last chunk’s length, and manually bypassing blocks — now everything runs in one go.
How automatic extension works
- Auto-splits videos into 81-frame chunks.
- 5-frame overlap anchors each new chunk.
- Color matching stops visual drift over time.
- Progress logs per chunk with frame counts.
- Seed increment or fixed options per chunk.
- Clean cancellation between or during chunks.
Anyone who wants to push SCAIL-2 beyond its 81-frame limit without juggling multiple node chains will find this tool useful. It streamlines the workflow so you load a video, pick a reference image, and get a full-length output with no frame math required.
Developer notes and known limits
The node calls ComfyUI’s own WanSCAILToVideo, SamplerCustom, and ColorTransfer implementations internally, so the output is identical to a carefully built manual pipeline. Resolution must be divisible by 32, and generation works best at the model’s native 16 fps — interpolating later is cheaper than forcing a different frame rate during generation.
Multi-person replacement is still experimental; scenes where people cross or occlude each other can cause identity swapping, making simple, lane-keeping footage much more reliable.
“This node, coded by our friend Fable 5, automatically determines how many extra segments are needed and how long the final segment should be, and generates all segments within the one node, allowing you to generate indefinite length videos without having to bust out the calculator.” — Source: Reddit