ComfyUI Node

Get Tile

Extract a single tile by index for manual branches. Accepts either the full-frame IMAGE + tile_config or the slicer tiles list (list execution).

By maDcaDDie2000·Created 5 months ago·Updated 15 days ago· 18
Get Tile
  • images
  • tile_config
  • tile
  • tile_index
  • tile_config
tile_index0
CategoryVideo Tiler

Inputs (3)

NameTypeDefaultDescription
imagesIMAGEFull frame [B,H,W,C] or slicer tiles output (list); INPUT_IS_LIST unwraps list context.
tile_configTILE_CONFIGLayout from Video Tile Slice / Slice Fixed.
tile_indexINT00–999Zero-based tile index; clamped to valid range.

Outputs (3)

NameTypeDescription
tileIMAGESingle tile crop [B,h,w,C], contiguous.
tile_indexINTResolved index after clamping.
tile_configTILE_CONFIGSame TILE_CONFIG passthrough for downstream.