ComfyUI Node
Load images from disk
A ComfyUI node in ✨ LF Nodes/IO Operations with 6 inputs and 8 outputs.
Load images from disk
- ui_widget
- image
- image_list
- name
- creation_date
- nr
- selected_image
- selected_index
- selected_name
◄dir►
◄subdirfalse►
◄strip_exttrue►
◄load_cap0►
◄dummy_outputfalse►
Category✨ LF Nodes/IO Operations
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| dir | STRING | Path to the directory containing the images to load. | |
| subdir | BOOLEAN | false | Indicates whether to also load images from subdirectories. |
| strip_ext | BOOLEAN | true | Whether to remove file extensions from filenames. |
| load_cap | INT | 0 | Maximum number of images to load before stopping. Set 0 for an unlimited amount. |
| dummy_output | BOOLEAN | false | Flag indicating whether to output a dummy image tensor and string when the list is empty. |
| ui_widgetopt | KUL_MASONRY | [object Object] | — |
Outputs (8)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| image_list | IMAGE | — |
| name | STRING | — |
| creation_date | STRING | — |
| nr | INT | — |
| selected_image | IMAGE | — |
| selected_index | INT | — |
| selected_name | STRING | — |