ComfyUI Node
Crop By BBox
A ComfyUI node in itsjustregi / SDXL Adherence with 6 inputs and 2 outputs.
Crop By BBox
- image
- image_cropped
- info_json
◄bbox_json—►
◄resize_backtrue►
◄clamp_to_boundstrue►
◄feather0►
◄expand0►
Categoryitsjustregi / SDXL Adherence
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Image to crop (H×W×C or B×H×W×C). | |
| bbox_json | STRING | BBox JSON: {x,y,w,h,W,H}. | |
| resize_backopt | BOOLEAN | true | Resize crop back to original content size w×h. |
| clamp_to_boundsopt | BOOLEAN | true | Clamp crop rect to image bounds. |
| featheropt | INT | 00–32 | Soft edge radius in pixels. |
| expandopt | INT | 00–256 | Grow crop rect by N px in all directions. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image_cropped | IMAGE | — |
| info_json | STRING | — |