ComfyUI Node
๐งฉ Smart Tile Solver V6.1 (Grid-Lock)
A ComfyUI node in ArchAi3d/Upscaling/Smart Tile with 13 inputs and 14 outputs.
๐งฉ Smart Tile Solver V6.1 (Grid-Lock)
- image
- upscaled_image
- tile_width
- tile_height
- overlap
- output_width
- output_height
- tiles_x
- tiles_y
- total_tiles
- latent_tile_w
- latent_tile_h
- actual_upscale
- efficiency
- debug_info
โupscale_by2.0โบ
โupscale_tolerance0.10โบ
โtarget_mp1.0โบ
โmp_tolerance0.30โบ
โmin_overlap64โบ
โdivisibility64โบ
โar_constraint16:9 maxโบ
โupscale_methodlanczosโบ
โoutput_modeshrink_onlyโบ
โaspect_locktrueโบ
โforced_tile_width0โบ
โforced_tile_height0โบ
CategoryArchAi3d/Upscaling/Smart Tile
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | โ | |
| upscale_by | FLOAT | 2.01โ8 | Target upscale factor |
| upscale_tolerance | FLOAT | 0.100โ0.5 | How much output can deviate from target (ยฑ10% = 0.1) |
| target_mp | FLOAT | 1.00.25โ4 | Target megapixels per tile |
| mp_tolerance | FLOAT | 0.300โ1 | How much tile MP can deviate from target (ยฑ30% = 0.3) |
| min_overlap | INT | 640โ512 | Minimum overlap between tiles for blending |
| divisibility | COMBO | 64 | Tile alignment (64 for Flux/Qwen, 8 for SD1.5) |
| ar_constraint | COMBO | 16:9 max | Maximum aspect ratio deviation for tiles |
| upscale_method | COMBO | lanczos | Interpolation method for upscaling |
| output_mode | COMBO | shrink_only | shrink_only: Output never exceeds target. allow_grow: Can grow within tolerance. force_tile_size: Use exact tile from forced inputs. |
| aspect_lock | BOOLEAN | true | Lock aspect ratio to prevent non-square pixel distortion |
| forced_tile_widthopt | INT | 00โ4096 | Force specific tile width (0 = auto). Only used when output_mode='force_tile_size' |
| forced_tile_heightopt | INT | 00โ4096 | Force specific tile height (0 = auto). Only used when output_mode='force_tile_size' |
Outputs (14)
| Name | Type | Description |
|---|---|---|
| upscaled_image | IMAGE | โ |
| tile_width | INT | โ |
| tile_height | INT | โ |
| overlap | INT | โ |
| output_width | INT | โ |
| output_height | INT | โ |
| tiles_x | INT | โ |
| tiles_y | INT | โ |
| total_tiles | INT | โ |
| latent_tile_w | INT | โ |
| latent_tile_h | INT | โ |
| actual_upscale | FLOAT | โ |
| efficiency | FLOAT | โ |
| debug_info | STRING | โ |