EasyUse/Adaptergenerated
Easy Apply IPAdapter (Encoder)(ipadapterApplyEncoder)
Easy Apply IPAdapter (Encoder) node from ComfyUI-Easy-Use.
ipadapter Apply Encoder
model
clip_vision
ipadapter
pos_embed
neg_embed
Easy Use
Description
The Easy Apply IPAdapter (Encoder) node is an adapter helper in the EasyUse/Adapter category. It runs the IP-Adapter encoder path and exposes both the resulting model and the encoder-related data for reuse in the same workflow. This is useful when you need to apply IP-Adapter conditioning while also keeping the CLIP vision model, IP-Adapter state, and generated image embeddings available for downstream nodes.
Inputs
The node definition exposes no input sockets. This node takes no inputs; it produces encoder outputs for use elsewhere in the workflow.
Outputs
| # | Type | Description |
|---|---|---|
| 0 | MODEL | The model after IP-Adapter encoding and application. Connect this to the next sampling or model-modification stage. |
| 1 | CLIP_VISION | The CLIP vision model used by the adapter/encoder. Useful for further vision conditioning or for another adapter step that needs the same vision model. |
| 2 | IPADAPTER | The IP-Adapter state after encoding. Can be used for additional IP-Adapter operations or to inspect the active adapter configuration. |
| 3 | EMBEDS | The first set of image embeddings produced by the encoder. |
| 4 | EMBEDS | The second set of image embeddings produced by the encoder. Useful for workflows that need a paired or alternate embedding set. |
Usage Notes
- The
MODELoutput is the primary output for most workflows; the remaining outputs are available for reuse or for building custom IP-Adapter chains. - Keeping the
CLIP_VISION,IPADAPTER, andEMBEDSoutputs connected can help avoid repeated encoding when multiple downstream nodes need the same encoder data. - The duplicate
EMBEDSoutputs both carry image embeddings; when a downstream node accepts only oneEMBEDSinput, you can use either output.
Comments
Sign in with GitHub to join the discussion.