ComfyUI Node
JLC Resize Multiple Images
Resize one to five independent IMAGE tensors with one shared policy while preserving each input's aspect ratio. Individual outputs retain their own calculated dimensions. The trailing batch output follows ComfyUI ImageBatch behavior and normalizes later results to the first active result's dimensions before concatenation.
JLC Resize Multiple Images
- image_1
- image_2
- image_3
- image_4
- image_5
- image_1
- image_2
- image_3
- image_4
- image_5
- batch
◄slot_count1►
◄resize_byscale longer dimension►
◄multiplier1.00►
◄longer_size1024►
◄shorter_size1024►
◄width1024►
◄height1024►
◄megapixels1.00►
◄scale_methodarea►
◄divisible_by16►
Categoryutils/image
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| image_1 | IMAGE | Incoming IMAGE tensor to resize. If the upstream connected node deliberately outputs None at runtime, this node passes None through. | |
| slot_count | INT | 11–5 | Number of active image inputs and individual outputs. Press Update Visible Slots to apply the frontend socket layout. |
| resize_by | COMBO | scale longer dimension | Aspect-ratio-preserving resize policy. |
| multiplier | FLOAT | 1.000.01–8 | Scale factor; 2.0 doubles both dimensions. |
| longer_size | INT | 10241–16384 | Target size of the source image's longer edge. |
| shorter_size | INT | 10241–16384 | Target size of the source image's shorter edge. |
| width | INT | 10241–16384 | Target width; height is calculated from aspect ratio. |
| height | INT | 10241–16384 | Target height; width is calculated from aspect ratio. |
| megapixels | FLOAT | 1.000.01–64 | Target total megapixels using 1024×1024 per megapixel. |
| scale_method | COMBO | area | Interpolation method. Area is generally strong for downscaling; Lanczos is often useful for upscaling. |
| divisible_by | INT | 161–512 | After aspect-ratio calculation, round width and height down to this multiple. Use 1 to disable. |
| image_2opt | IMAGE | Optional source image for active slot 2. | |
| image_3opt | IMAGE | Optional source image for active slot 3. | |
| image_4opt | IMAGE | Optional source image for active slot 4. | |
| image_5opt | IMAGE | Optional source image for active slot 5. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| image_1 | IMAGE | — |
| image_2 | IMAGE | — |
| image_3 | IMAGE | — |
| image_4 | IMAGE | — |
| image_5 | IMAGE | — |
| batch | IMAGE | — |