ComfyUI Node
JSON Regions to SAM3 Boxes API
A ComfyUI node in SAM3/prompts with 3 inputs and 3 outputs.
JSON Regions to SAM3 Boxes API
- image
- positive_boxes
- negative_boxes
- debug_info
◄json_text{
"regions": [
{ "x1": 78, "y1": 0, "width": 234, "height": 119 }
]
}►
◄padding0►
CategorySAM3/prompts
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| json_text | STRING | { "regions": [ { "x1": 78, "y1": 0, "width": 234, "height": 119 } ] } | — |
| padding | INT | 00–512 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| positive_boxes | SAM3_BOXES_PROMPT | — |
| negative_boxes | SAM3_BOXES_PROMPT | — |
| debug_info | STRING | — |