ComfyUI Node
TS Image Tile Splitter
Split a large image into overlapping tiles for tile-based processing.
TS Image Tile Splitter
- image
- tiles
- tile_data
◄tile_width1024►
◄tile_height1024►
◄overlap128►
◄feather0.10►
CategoryTS/Image/Tiles
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Image to split into overlapping tiles. | |
| tile_width | INT | 102464–8192 | Tile width in pixels. |
| tile_height | INT | 102464–8192 | Tile height in pixels. |
| overlap | INT | 1280–512 | Overlap between neighboring tiles in pixels. |
| feather | FLOAT | 0.100–0.5 | Edge feather as a fraction of tile size, used when merging tiles back. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| tiles | IMAGE | Batch of tiles in row-major order. |
| tile_data | TILE_INFO | TILE_INFO metadata to feed into TS Image Tile Merger. |