ComfyUI Extension
ComfyUI_JinaCLIP_SDXL_IP_Adapter
Custom ComfyUI nodes to use Jina-clip IP-adapter for Mugen
lRemixl/ComfyUI_JinaCLIP_SDXL_IP_Adapter
Nodes4
On cloudLocal install
Categoryllm_sdxl/jina/IP-Adapter
Stars0
Updated4 months ago
Nodes (4)
Load Jina CLIP Vision
Every Jina IP-Adapter workflow starts here — and it quietly dumps the text tower to save your VRAM
llm_sdxl/jina/IP-Adapter
Apply Jina IP-Adapter
This is where your reference image becomes a second prompt — without touching the text one
llm_sdxl/jina/IP-Adapter
Apply Jina IP-Adapter (Multi)
Same adapter, up to four references — and you get to choose between blending them or stacking them
llm_sdxl/jina/IP-Adapter
Load Jina IP-Adapter Model
790MB of adapter, not the 100MB you're used to — this one was trained, not distilled
llm_sdxl/jina/IP-Adapter
Readme
ComfyUI_JinaCLIP_SDXL_IP_Adapter
Custom ComfyUI nodes to use Jina-clip IP-adapter for Mugen
JinaClipLoaderVision
- Node path:
llm_sdxl/jina/IP-adapter/JinaClipLoaderVision - Loads only the vision tower from Jina-clip-v2.
JinaIPAdapterModelLoader
- Node path:
llm_sdxl/jina/IP-adapter/JinaIPAdapterModelLoader - Loads the IP-adapter from
ComfyUI/models/ip_adapter/.
JinaIPAdapterApply
- Node path:
llm_sdxl/jina/IP-adapter/JinaIPAdapterApply - Applies patches to the input model, and handles the logic required for the IP-adapter.
JinaIPAdapterApplyMulti
- Node path:
llm_sdxl/jina/IP-adapter/JinaIPAdapterApplyMulti - Same as
JinaIPAdapterApply, but allows for multiple image inputs at once.
Credits: NeuroSenko: Uses their custom nodes as a base