ComfyUI Node
Video Tile Slicer (fixed size)
Fixed-width/height tiles with fractional minimum overlap and traversal pattern. Emits the same sockets as the variable grid slicer; TILE_CONFIG is v5 (Merge applies feather).
Video Tile Slicer (fixed size)
- images
- tiles
- tile_config
- visualization
- tile_count
- layout_label
◄tile_width512►
◄tile_height512►
◄multiple32►
◄overlap1/4►
◄patternrow►
CategoryVideo Tiler
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Video or image batch [B,H,W,C]. | |
| tile_width | INT | 51264–8192 | Tile width in pixels (step 8). |
| tile_height | INT | 51264–8192 | Tile height in pixels (step 8). |
| multiple | INT | 321–64 | Stride/overlap positions snap to this pixel grid. |
| overlap | COMBO | 1/4 | Minimum neighbour overlap as a fraction of tile width/height per axis (layout chooses fewest tiles that satisfy it). |
| pattern | COMBO | row | Tile visitation order (affects traversal viz and merge paint order for overlaps). |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| tiles | IMAGE | Tile list for list-mode processing → Video Tile Merge. |
| tile_config | TILE_CONFIG | TILE_CONFIG v5 for Merge / Get Tile / Reference Tile Slice. |
| visualization | IMAGE | Preview: labels + traversal gradient (not final output). |
| tile_count | INT | Tile count. |
| layout_label | STRING | Layout string + memory hints. |