ComfyUI Node
Image Tile (Seam Mask) (Yogurt Nodes)
Split image into overlapped tiles and generate inpaint masks (white=inpaint, black=reference).
Image Tile (Seam Mask) (Yogurt Nodes)
- image
- images
- masks
- tile_info
◄tile_size512►
◄seam64►
◄mask_blur0►
◄mask_expand0►
CategoryYogurtNodes/Image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image. Output tiles are cropped from the top-left. | |
| tile_size | INT | 5128–16384 | — |
| seam | INT | 640–16384 | Overlap size in pixels. |
| mask_blur | INT | 00–1024 | Gaussian blur kernel size (will be made odd). |
| mask_expand | INT | 00–1024 | Grow (dilate) radius before blur. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| masks | MASK | — |
| tile_info | DICT | — |