ComfyUI Node
PixelLimitResizer
A ComfyUI node in keitNodes with 3 inputs and 5 outputs.
PixelLimitResizer
- image
- image
- width
- height
- aspect_ratio
- resize_info
◄upscale_methodlanczos►
◄max_pixels589824►
CategorykeitNodes
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| upscale_methodopt | COMBO | lanczos | 5 options: nearest-exact, bilinear, area, bicubic, lanczos |
| max_pixelsopt | INT | 589824256–4194304 | Maximum pixel count limit (width × height). The image will be resized to stay within this limit while maintaining aspect ratio and 16-pixel alignment. Default: 589824 pixels (ex: 1024×576) |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| width | INT | — |
| height | INT | — |
| aspect_ratio | FLOAT | — |
| resize_info | STRING | — |