ComfyUI Node
(Deno) Multi Image Loader
DENO Custom Nodes vunknown. The DENO info button checks Comfy Registry and marks this node when an update is available. Minor-upgrade multi image loader for ComfyUI with drag reorder, paste/upload support, and stable batch output. YouTube: https://www.youtube.com/@Denoise-AI
(Deno) Multi Image Loader
- multi_output
- width
- height
◄image_paths►
◄modeKeep Input Ratio►
◄ratio_preset16:9►
◄megapixels1.00►
◄width1024►
◄height1024►
◄divisible_by32►
◄interpolationlanczos►
◄resize_methodCenter Crop (Fill)►
CategoryDeno/Image
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image_paths | STRING | Selected image file list managed by the node UI. | |
| mode | COMBO | Keep Input Ratio | Choose how each image is resized before the batch output is built. |
| ratio_preset | COMBO | 16:9 | Target aspect ratio used in Preset Ratio mode. |
| megapixels | FLOAT | 1.000.01–10 | Target total image size in megapixels for automatic sizing modes. |
| width | INT | 102464–8192 | Manual or fallback output width in pixels. |
| height | INT | 102464–8192 | Manual or fallback output height in pixels. |
| divisible_by | COMBO | 32 | Round the final batch size to a model-safe multiple. |
| interpolation | COMBO | lanczos | Resize filter. Lanczos is the default quality choice. |
| resize_method | COMBO | Center Crop (Fill) | Choose crop-fill or fit/letterbox behavior for loaded images. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| multi_output | IMAGE | Loaded images resized into one same-size IMAGE batch. |
| width | INT | Final batch width in pixels. |
| height | INT | Final batch height in pixels. |