IPAdapter Save Embeds
ipadapter/embedsOutput Node
IPAdapterSaveEmbedsExample
JSON Example
{
"class_type": "IPAdapterSaveEmbeds",
"inputs": {
"embeds": [
"node_id",
0
],
"filename_prefix": "IP_embeds"
}
}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 |
|---|---|---|---|---|
embeds | EMBEDS | required | - | - |
filename_prefix | STRING | required | - | "IP_embeds" |
Outputs
This node has no outputs.
Was this page helpful?