ComfyUI Node
Load & Resize Image + Filename
A ComfyUI node in KJNodes/image with 7 inputs and 5 outputs.
Load & Resize Image + Filename
- image
- mask
- width
- height
- filename
◄image▾►
◄resizefalse►
◄width512►
◄height512►
◄keep_proportionfalse►
◄divisible_by2►
◄upscale_methodlanczos►
CategoryKJNodes/image
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | 1 options: example.png | |
| resize | BOOLEAN | false | — |
| width | INT | 5121–16384 | Target width (only used when resize is enabled) |
| height | INT | 5121–16384 | Target height (only used when resize is enabled) |
| keep_proportion | BOOLEAN | false | — |
| divisible_by | INT | 21–256 | Round output dimensions to be divisible by this value |
| upscale_method | COMBO | lanczos | 5 options: nearest-exact, bilinear, area, bicubic, lanczos |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |
| width | INT | — |
| height | INT | — |
| filename | STRING | — |