Skip to main content

IPAdapterApply (SEGS)

ImpactPack/Util
ImpactIPAdapterApplySEGS

Example

JSON Example
{
  "class_type": "ImpactIPAdapterApplySEGS",
  "inputs": {
    "segs": [
      "node_id",
      0
    ],
    "ipadapter_pipe": [
      "node_id",
      0
    ],
    "weight": 0.7,
    "noise": 0.4,
    "weight_type": "channel penalty",
    "start_at": 0,
    "end_at": 0.9,
    "unfold_batch": false,
    "faceid_v2": false,
    "weight_v2": 1,
    "context_crop_factor": 1.2,
    "reference_image": [
      "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
segsSEGSrequired--
ipadapter_pipeIPADAPTER_PIPErequired--
weightFLOATrequiredmin: -1, max: 3, step: 0.050.7
noiseFLOATrequiredmin: 0, max: 1, step: 0.010.4
weight_typeENUM
3 options
  • original
  • linear
  • channel penalty
required-"channel penalty"
start_atFLOATrequiredmin: 0, max: 1, step: 0.0010
end_atFLOATrequiredmin: 0, max: 1, step: 0.0010.9
unfold_batchBOOLEANrequired-false
faceid_v2BOOLEANrequired-false
weight_v2FLOATrequiredmin: -1, max: 3, step: 0.051
context_crop_factorFLOATrequiredmin: 1, max: 100, step: 0.11.2
reference_imageIMAGErequired--
combine_embedsENUM
5 options
  • concat
  • add
  • subtract
  • average
  • norm average
optional--
neg_imageIMAGEoptional--

Outputs

IndexNameTypeIs ListConnection Reference
0SEGSSEGSNo["{node_id}", 0]
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 ImpactIPAdapterApplySEGS node in your workflow, and output_index is the index from the table above.

Example

If this node has ID "5" in your workflow:

  • SEGS (SEGS): ["5", 0]
Was this page helpful?