ComfyUI Node
π§ Create Tiles
A ComfyUI node in SuperNodes/Tiling with 4 inputs and 2 outputs.
π§ Create Tiles
- image
- tiles
- stitch_info
βrows2βΊ
βcols2βΊ
βoverlap0.25βΊ
CategorySuperNodes/Tiling
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The source image to be tiled. | |
| rows | INT | 21β64 | Number of rows in the grid. |
| cols | INT | 21β64 | Number of columns in the grid. |
| overlap | FLOAT | 0.250β1 | Overlap factor (0.0-1.0). 0.0 means distinct grid cells. 1.0 means the tile extends into adjacent cells by 50% of the grid size. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| tiles | IMAGE | β |
| stitch_info | STITCH_INFO | β |