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).
Get Tile
- images
- tile_config
- tile
- tile_index
- tile_config
◄tile_index0►
CategoryVideo Tiler
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Full frame [B,H,W,C] or slicer tiles output (list); INPUT_IS_LIST unwraps list context. | |
| tile_config | TILE_CONFIG | Layout from Video Tile Slice / Slice Fixed. | |
| tile_index | INT | 00–999 | Zero-based tile index; clamped to valid range. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| tile | IMAGE | Single tile crop [B,h,w,C], contiguous. |
| tile_index | INT | Resolved index after clamping. |
| tile_config | TILE_CONFIG | Same TILE_CONFIG passthrough for downstream. |