ComfyUI Node
SeedVR2 Tiling Upscaler
A ComfyUI node in image/upscaling with 14 inputs and 1 output.
SeedVR2 Tiling Upscaler
- image
- dit
- vae
- IMAGE
◄seed100►
◄new_resolution1072►
◄tile_width512►
◄tile_height512►
◄mask_blur0►
◄tile_padding32►
◄tile_upscale_resolution1024►
◄tiling_strategy▾►
◄anti_aliasing_strength0.00►
◄blending_methodauto►
◄color_correctionlab►
Categoryimage/upscaling
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| dit | SEEDVR2_DIT | DiT model configuration from 'SeedVR2 (Down)Load DiT Model' node. | |
| vae | SEEDVR2_VAE | VAE model configuration from 'SeedVR2 (Down)Load VAE Model' node. | |
| seed | INT | 1000–4294967295 | Random seed for reproducible results. Same seed produces same output. |
| new_resolution | INT | 107216–16384 | Target resolution for the longest side of output. Aspect ratio is maintained. |
| tile_width | INT | 51264–8192 | Width of each tile in pixels. Smaller tiles use less VRAM but may show more seams. |
| tile_height | INT | 51264–8192 | Height of each tile in pixels. Smaller tiles use less VRAM but may show more seams. |
| mask_blur | INT | 00–64 | Tile edge blending. 0=multi-band frequency separation (best detail), 1-3=minimal blur, 4+=traditional blur. |
| tile_padding | INT | 320–8192 | Overlap between tiles in pixels. Higher values reduce seams but increase processing time. Recommended: 32-64. |
| tile_upscale_resolution | INT | 102464–8192 | Maximum resolution for upscaling individual tiles. Higher=better quality but more VRAM. Try 1024-2048. |
| tiling_strategy | COMBO | Tile processing order. Chess=checkerboard pattern for better blending, Linear=row-by-row (faster). | |
| anti_aliasing_strength | FLOAT | 0.000–1 | Edge-aware smoothing strength. 0=disabled, 0.1-0.3=subtle smoothing. May soften details. |
| blending_method | COMBO | auto | Blending algorithm: auto (mask_blur based), multiband (Laplacian pyramid/frequency separation), bilateral (edge-preserving filter), content_aware (structure-adaptive), linear (alpha blend), simple (pixel averaging). |
| color_correction | COMBO | lab | Color correction method to match upscaled output to original input colors. lab=perceptual matching (recommended), wavelet=frequency-based, wavelet_adaptive=with saturation correction, hsv=hue-conditional, adain=style transfer, none=disabled. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |