ComfyUI Node
SeedVR2 Tile Splitter
A ComfyUI node in image/upscaling with 5 inputs and 3 outputs.
SeedVR2 Tile Splitter
- image
- tiles
- tile_metadata
- resolution
◄tile_size_mp1.0►
◄tile_upscale_mp2.0►
◄overlap_percent10►
◄feather_blend1.00►
Categoryimage/upscaling
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| tile_size_mp | FLOAT | 1.00.1–16 | Maximum size of each tile in megapixels. The grid is chosen so every tile is AT MOST this size. Lower = less VRAM per SeedVR2 pass. |
| tile_upscale_mp | FLOAT | 2.00.1–64 | Desired output size of each upscaled tile in megapixels. Used to compute the resolution hint for SeedVR2. Typically 2x your tile_size_mp. |
| overlap_percent | FLOAT | 100–40 | Overlap between adjacent tiles as a % of tile size. 10% is a safe default. Increase to 15-20% if seams appear. |
| feather_blend | FLOAT | 1.000–1 | Fraction of the overlap zone used for blending during stitch. 1.0 = smooth linear feather. 0.0 = hard cut. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| tiles | IMAGE | — |
| tile_metadata | TILE_METADATA | — |
| resolution | INT | — |