Nodes/comfyui-video-tiler/Video Tile Slicer (var. size)
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.

By maDcaDDie2000·Created 5 months ago·Updated 15 days ago· 18
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)

NameTypeDefaultDescription
imagesIMAGEVideo or image batch [B,H,W,C]. Same frame size for all batches.
tiles_xINT21–5Horizontal grid cells (1–5). Defines how many columns of normal tiles.
tiles_yINT21–5Vertical grid cells (1–5). Defines how many rows of normal tiles.
multipleINT321–64Snap tile sizes and overlap geometry to this pixel multiple (e.g. 8, 16, 32).
overlap_extension_xINT1280–4096Horizontal overlap seam thickness (pixels), snapped to multiple. Seam tiles blend in Merge.
overlap_extension_yINT1280–4096Vertical overlap seam thickness (pixels), snapped to multiple.

Outputs (5)

NameTypeDescription
tilesIMAGEList of tile crops (OUTPUT_IS_LIST). Wire to processing, then Video Tile Merge tiles input.
tile_configTILE_CONFIGOpaque layout tuple for Merge / Get Tile / Reference Tile Slice. Geometry only; changing Merge feather does not require re-slicing.
visualizationIMAGETwo preview images: bordered layout + traversal gradient (not for final encode).
tile_countINTNumber of tiles in the list.
layout_labelSTRINGHuman-readable layout summary and rough memory hints.