ComfyUI Node
๐งฎ Smart Tile Calculator V3 (Flux)
A ComfyUI node in ArchAi3d/Upscaling/Smart Tile with 10 inputs and 12 outputs.
๐งฎ Smart Tile Calculator V3 (Flux)
- image
- upscaled_image
- tile_width
- tile_height
- overlap
- output_width
- output_height
- tiles_x
- tiles_y
- total_tiles
- upscale
- efficiency
- debug_info
โupscale2.0โบ
โupscale_methodlanczosโบ
โtile_aspect_ratioautoโบ
โtarget_tile_mp1.0โบ
โpadding_pixels64โบ
โoptimize_efficiencytrueโบ
โmp_tolerance0.5โบ
โaspect_freedom1.0โบ
โupscale_tolerance0.00โบ
CategoryArchAi3d/Upscaling/Smart Tile
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | โ | |
| upscale | FLOAT | 2.01โ8 | Upscale factor (e.g. 2.0 = 2x upscale) |
| upscale_method | COMBO | lanczos | Interpolation method for upscaling |
| tile_aspect_ratio | COMBO | auto | Tile aspect ratio. 'auto' matches image orientation. |
| target_tile_mp | FLOAT | 1.00.25โ4 | Target Megapixels per tile (e.g. 1.0 = ~1024x1024) |
| padding_pixels | INT | 640โ512 | Minimum overlap between tiles for blending |
| optimize_efficiency | BOOLEAN | true | Search for tile size that maximizes efficiency (less wasted pixels) |
| mp_tolerance | FLOAT | 0.50โ1.5 | How much tile MP can deviate from target. 0=exact, 0.5=ยฑ50%, 1.0=ยฑ100% |
| aspect_freedom | FLOAT | 1.00โ2 | How much aspect ratio can change. 0=exact, 0.5=ยฑ50%, 1.0=any aspect |
| upscale_tolerance | FLOAT | 0.000โ0.2 | Allow output size to vary for better tile fit. 0=exact, 0.05=ยฑ5%, 0.1=ยฑ10% |
Outputs (12)
| 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 | โ |
| upscale | FLOAT | โ |
| efficiency | FLOAT | โ |
| debug_info | STRING | โ |