Skip to main content

From SEG_ELT

ImpactPack/Util
ImpactFrom_SEG_ELT

Example

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

NameTypeStatusConstraintsDefault
seg_eltSEG_ELTrequired--

Outputs

IndexNameTypeIs ListConnection Reference
0seg_eltSEG_ELTNo["{node_id}", 0]
1cropped_imageIMAGENo["{node_id}", 1]
2cropped_maskMASKNo["{node_id}", 2]
3crop_regionSEG_ELT_crop_regionNo["{node_id}", 3]
4bboxSEG_ELT_bboxNo["{node_id}", 4]
5control_net_wrapperSEG_ELT_control_net_wrapperNo["{node_id}", 5]
6confidenceFLOATNo["{node_id}", 6]
7labelSTRINGNo["{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?