ComfyUI Node
Image Info Pixaroma
Image Info Pixaroma - unpacks the image_info bundle from Load Image Mini Pixaroma into image, mask, width, height and filename outputs. Wire it in only when you need those extras, so the loader stays compact. The width, height and filename also show on the node face.
Image Info Pixaroma
- image_info
- image
- mask
- width
- height
- filename
Category👑 Pixaroma/🖼️ Image
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image_info | PIX_IMAGE_INFO | The image_info bundle from a Load Image Mini Pixaroma node. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The image from the bundle (same as the loader's image output). |
| mask | MASK | The image's mask, from its alpha channel (blank if it has none). |
| width | INT | Image width in pixels, after any resize. |
| height | INT | Image height in pixels, after any resize. |
| filename | STRING | The image's filename. |