ComfyUI Node
(Deno) Advanced Image Source Loader
DENO Custom Nodes vunknown. The DENO info button checks Comfy Registry and marks this node when an update is available. Advanced image source loader for users who need external folders, absolute file paths, web URLs, batch output, and mixed-size image-list output. Use the standard Multi Image Loader for simpler input-folder workflows. YouTube: https://www.youtube.com/@Denoise-AI
(Deno) Advanced Image Source Loader
- images
- batch
- image_list
- width
- height
- image_count
◄image_paths►
◄modeKeep Input Ratio►
◄ratio_preset16:9►
◄megapixels1.00►
◄width1024►
◄height1024►
◄divisible_by32►
◄interpolationlanczos►
◄resize_methodCenter Crop (Fill)►
◄recursive_foldersfalse►
◄list_output_modeOriginal Size►
◄disabled_image_paths►
CategoryDeno/Image
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| image_paths | STRING | Files, folders, absolute paths, or web URLs selected by the advanced source UI. | |
| mode | COMBO | Keep Input Ratio | Choose how images are resized for the batch output. |
| 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, fit, or advanced size handling for loaded images. |
| recursive_folders | BOOLEAN | false | Include image files found inside subfolders. |
| list_output_mode | COMBO | Original Size | Choose whether the image_list output keeps original sizes or matches the batch size. |
| disabled_image_paths | STRING | Saved skipped sources. Managed by the UI when you disable items. | |
| imagesopt | IMAGE | Optional incoming images to merge with the selected file/path sources. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| batch | IMAGE | Loaded sources resized into one same-size IMAGE batch. |
| image_list | IMAGE | Loaded sources as an IMAGE list for workflows that accept different-sized images. |
| width | INT | Final batch width in pixels. |
| height | INT | Final batch height in pixels. |
| image_count | INT | Number of images loaded from all active sources. |