ComfyUI Node
Load Image Pixaroma
Load Image Pixaroma - native LoadImage parity (upload, drag-drop, paste, multi-frame, alpha to mask) plus inline resize: max megapixels, longest side, scale by, fit inside, crop to fill, match aspect ratio. Snap chips, resample picker, upscale guard. Outputs: image, mask, width, height, filename, original_width, original_height. Eliminates the need for downstream Get Image Size + Image Scale + Image Resize chains in most workflows.
Load Image Pixaroma
- image
- mask
- width
- height
- filename
- original_width
- original_height
◄image▾►
Category👑 Pixaroma/🖼️ Image
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | The image to load from ComfyUI's input folder. Use the Upload Image button, drag a file onto the node, paste from the clipboard, or pick one from the dropdown. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The loaded image, after any resize. |
| mask | MASK | The image's mask, from its alpha channel (blank if it has none). |
| width | INT | Output width in pixels, after any resize. |
| height | INT | Output height in pixels, after any resize. |
| filename | STRING | The image's filename. |
| original_width | INT | Width of the original image, before any resize. |
| original_height | INT | Height of the original image, before any resize. |