ComfyUI Node
Load Image (With Path)
Loads an image from the input folder and outputs the decoded tensor, alpha mask, base filename, absolute file path, and parent directory string.
Load Image (With Path)
- IMAGE
- MASK
- filename
- full_path
- directory
◄image▾►
CategoryMDSNodes/image
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | Select an existing image from the input directory or upload a new file. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | The decoded image tensor (RGB) formatted for VAE, ControlNet, or upscalers. |
| MASK | MASK | The alpha transparency mask channel (inverted for inpainting). |
| filename | STRING | The clean file name including extension (e.g., photo.png). |
| full_path | STRING | The full absolute file path on disk (e.g., E:\ComfyUI\ComfyUI\input\photo.png). |
| directory | STRING | The parent folder directory path where the image is stored. |