From SEG_ELT
ImpactPack/Util
ImpactFrom_SEG_ELTExample
JSON Example
{
"class_type": "ImpactFrom_SEG_ELT",
"inputs": {
"seg_elt": [
"node_id",
0
]
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
seg_elt | SEG_ELT | required | - | - |
Outputs
| Index | Name | Type | Is List | Connection Reference |
|---|---|---|---|---|
0 | seg_elt | SEG_ELT | No | ["{node_id}", 0] |
1 | cropped_image | IMAGE | No | ["{node_id}", 1] |
2 | cropped_mask | MASK | No | ["{node_id}", 2] |
3 | crop_region | SEG_ELT_crop_region | No | ["{node_id}", 3] |
4 | bbox | SEG_ELT_bbox | No | ["{node_id}", 4] |
5 | control_net_wrapper | SEG_ELT_control_net_wrapper | No | ["{node_id}", 5] |
6 | confidence | FLOAT | No | ["{node_id}", 6] |
7 | label | STRING | No | ["{node_id}", 7] |
How to connect to these outputs
To connect another node's input to an output from this node, use the connection reference format:
["node_id", output_index]Where node_id is the ID of this ImpactFrom_SEG_ELT node in your workflow, and output_index is the index from the table above.
Example
If this node has ID "5" in your workflow:
seg_elt (SEG_ELT):["5", 0]cropped_image (IMAGE):["5", 1]cropped_mask (MASK):["5", 2]
Was this page helpful?