ComfyUI Node
Divide and Conquer Algorithm
Calculate the best dimensions and upscale an image while maintaining minimum tile overlap and scale factor constraints. Steudio
Divide and Conquer Algorithm
- image
- upscale_model
- IMAGE
- dac_data
◄scaling_methodlanczos►
◄tile_width1024►
◄tile_height1024►
◄min_overlap1/32 Tile►
◄min_scale_factor3.00►
◄tile_orderspiral►
CategorySteudio/Divide and Conquer
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| upscale_model | UPSCALE_MODEL | — | |
| scaling_method | COMBO | lanczos | 5 options: nearest-exact, bilinear, area, bicubic, lanczos |
| 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 (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| dac_data | DAC_DATA | — |