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

#TypeDescription
0MODELThe model after IP-Adapter encoding and application. Connect this to the next sampling or model-modification stage.
1CLIP_VISIONThe CLIP vision model used by the adapter/encoder. Useful for further vision conditioning or for another adapter step that needs the same vision model.
2IPADAPTERThe IP-Adapter state after encoding. Can be used for additional IP-Adapter operations or to inspect the active adapter configuration.
3EMBEDSThe first set of image embeddings produced by the encoder.
4EMBEDSThe second set of image embeddings produced by the encoder. Useful for workflows that need a paired or alternate embedding set.

Usage Notes

  • The MODEL output 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, and EMBEDS outputs connected can help avoid repeated encoding when multiple downstream nodes need the same encoder data.
  • The duplicate EMBEDS outputs both carry image embeddings; when a downstream node accepts only one EMBEDS input, you can use either output.

Comments

Sign in with GitHub to join the discussion.

Loading comments…