ComfyUI Node
Generate Seam Mask
Generates a mask image with white bands at tile seam positions. Used for targeted seam fix denoising.
Generate Seam Mask
- IMAGE
◄image_width2048►
◄image_height2048►
◄tile_width1024►
◄tile_height1024►
◄overlap128►
◄seam_width64►
◄modebinary►
Categoryimage/upscaling
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image_width | INT | 204864–16384 | Width of the image (from GetImageSize). |
| image_height | INT | 204864–16384 | Height of the image (from GetImageSize). |
| tile_width | INT | 102464–8192 | Tile width used in the main tiled redraw pass. |
| tile_height | INT | 102464–8192 | Tile height used in the main tiled redraw pass. |
| overlap | INT | 1280–4096 | Overlap used in the main tiled redraw pass. |
| seam_width | INT | 648–512 | Width of the seam bands to fix (in pixels). |
| mode | COMBO | binary | binary: hard 0/1 mask. gradient: linear falloff for use with Differential Diffusion. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |