ComfyUI Node
πΈ Bawk Image Loader
πΈ Enhanced image loader with auto-rotation, smart resizing, and mask generation
πΈ Bawk Image Loader
- image
- mask
- filename
- width
- height
βimageβΎβΊ
βauto_orienttrueβΊ
βtarget_sizeOriginalβΊ
βresize_methodLanczosβΊ
βpad_to_squarefalseβΊ
βnormalize_colorstrueβΊ
βcreate_maskfalseβΊ
CategoryBawkNodes/image
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | Select image file or upload new one | |
| auto_orientopt | BOOLEAN | true | Automatically rotate image based on EXIF orientation data |
| target_sizeopt | COMBO | Original | Resize image to target size (maintains aspect ratio) |
| resize_methodopt | COMBO | Lanczos | Resampling method for resizing |
| pad_to_squareopt | BOOLEAN | false | Pad image to square aspect ratio with black borders |
| normalize_colorsopt | BOOLEAN | true | Normalize color values to 0-1 range for better FLUX compatibility |
| create_maskopt | BOOLEAN | false | Generate mask output (white = opaque, black = transparent) |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| mask | MASK | β |
| filename | STRING | β |
| width | INT | β |
| height | INT | β |