ComfyUI Node
WAN Tiled Sampler (Model Patch)
A ComfyUI node in Mago Nodes/Sampling with 9 inputs and 1 output.
WAN Tiled Sampler (Model Patch)
- model
- MODEL
◄tiles_h2►
◄tiles_w2►
◄overlap_h25►
◄overlap_w25►
◄scale_schedule►
◄bypass_tilingfalse►
◄reference_latent_fulltrue►
◄debugfalse►
CategoryMago Nodes/Sampling
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| tiles_h | INT | 21–8 | Number of spatial tiles along the height axis. Set 1 to disable. |
| tiles_w | INT | 21–8 | Number of spatial tiles along the width axis. Set 1 to disable. |
| overlap_h | INT | 250–50 | Overlap between height tiles, % of tile height (0–50%). |
| overlap_w | INT | 250–50 | Overlap between width tiles, % of tile width (0–50%). |
| scale_scheduleopt | STRING | Multiscale (coarse-to-fine) schedule, step → resolution %. e.g. {0:25, 10:50, 20:100} runs the WHOLE frame downscaled to 25% for steps 0–9, 50% for 10–19, then full-res from 20 (held until next key). While scale < 100% the frame runs in one pass (no tiling) so global motion stays coherent — the I2V fix. Step indices are local to each sampler pass. Empty = always 100%. | |
| bypass_tilingopt | BOOLEAN | false | Skip tiling (unless a scale_schedule is set). |
| reference_latent_fullopt | BOOLEAN | true | Pass the full reference frame to every tile (I2V global context) instead of cropping it to the tile region. Keep on for I2V. |
| debugopt | BOOLEAN | false | Print tile layout, blend-weight sanity check, and per-step scale/tile decisions to the console. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |