ComfyUI Node
Video Tile Slicer (var. size)
Splits each frame into a tiles_x × tiles_y grid with gaps and overlap seam tiles. Tiles are tensor views (memory-efficient). Feather blending is done in Video Tile Merge.
Video Tile Slicer (var. size)
- images
- tiles
- tile_config
- visualization
- tile_count
- layout_label
◄tiles_x2►
◄tiles_y2►
◄multiple32►
◄overlap_extension_x128►
◄overlap_extension_y128►
CategoryVideo Tiler
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Video or image batch [B,H,W,C]. Same frame size for all batches. | |
| tiles_x | INT | 21–5 | Horizontal grid cells (1–5). Defines how many columns of normal tiles. |
| tiles_y | INT | 21–5 | Vertical grid cells (1–5). Defines how many rows of normal tiles. |
| multiple | INT | 321–64 | Snap tile sizes and overlap geometry to this pixel multiple (e.g. 8, 16, 32). |
| overlap_extension_x | INT | 1280–4096 | Horizontal overlap seam thickness (pixels), snapped to multiple. Seam tiles blend in Merge. |
| overlap_extension_y | INT | 1280–4096 | Vertical overlap seam thickness (pixels), snapped to multiple. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| tiles | IMAGE | List of tile crops (OUTPUT_IS_LIST). Wire to processing, then Video Tile Merge tiles input. |
| tile_config | TILE_CONFIG | Opaque layout tuple for Merge / Get Tile / Reference Tile Slice. Geometry only; changing Merge feather does not require re-slicing. |
| visualization | IMAGE | Two preview images: bordered layout + traversal gradient (not for final encode). |
| tile_count | INT | Number of tiles in the list. |
| layout_label | STRING | Human-readable layout summary and rough memory hints. |