ComfyUI Node
Load Image
Loads an image from a specified file path.
Load Image
- image
- mask
- width
- height
- metadata
◄image_nameexample.png►
CategorySage Utils/image/file
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image_name | COMBO | example.png | The file path of the image to load. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The loaded image. |
| mask | IMAGE | The alpha or mask output for the loaded image, if available. |
| width | INT | The width of the loaded image. |
| height | INT | The height of the loaded image. |
| metadata | STRING | Metadata extracted from the loaded image. |