ComfyUI Node
Load Image Enhanced
Loads an image from the ComfyUI input directory and returns the image tensor, mask, and original filename. The dropdown lists all images recursively from subfolders (excluding hidden folders and 'clipspace'). Supports animated images (GIF, APNG) with multi-frame handling. Optionally specify a custom output filename via the 'original_filename' text field.
Load Image Enhanced
- image
- mask
- filename
◄image▾►
◄original_filename►
Categoryimage
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | 1 options: example.png | |
| original_filename | STRING | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The loaded image tensor. |
| mask | MASK | The image mask (if available). |
| filename | STRING | The original filename of the loaded image. |