ComfyUI Node
Ino Load Image
Loads a single image from input/output/temp by parent_folder + folder + filename. Returns (success, message, rel_path, abs_path, image, mask).
Ino Load Image
- success
- message
- rel_path
- abs_path
- image
- mask
◄parent_folder▾►
◄folder►
◄filename►
CategoryInoImageHelper
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| parent_folder | COMBO | 3 options: input, output, temp | |
| folder | STRING | — | |
| filename | STRING | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| rel_path | STRING | — |
| abs_path | STRING | — |
| image | IMAGE | — |
| mask | MASK | — |