ComfyUI Node
Divide and Conquer Algorithm (No Upscale)
Calculate the best dimensions for upscaling an image while maintaining minimum tile overlap and scale factor constraints. Steudio
Divide and Conquer Algorithm (No Upscale)
- image
- image_width
- image_height
- dac_data
◄tile_width1024►
◄tile_height1024►
◄min_overlap1/32 Tile►
◄min_scale_factor3.00►
◄tile_orderspiral►
CategorySteudio/Divide and Conquer/Advanced
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| tile_width | INT | 1024 | — |
| tile_height | INT | 1024 | — |
| min_overlap | COMBO | 1/32 Tile | 7 options: None, 1/64 Tile, 1/32 Tile, 1/16 Tile, 1/8 Tile, 1/4 Tile, +1 |
| min_scale_factor | FLOAT | 3.001–8 | — |
| tile_order | COMBO | spiral | 2 options: linear, spiral |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image_width | INT | — |
| image_height | INT | — |
| dac_data | DAC_DATA | — |