File size: 2,505 Bytes
70703f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# Setting Up IP-Adapter in ComfyUI
Here are the download links to each file. Scroll below to see instructions with each file.
## Files and Directories
| File | Download Link | Directory to Copy |
|----------------------------|---------------------------------------------------------------------------------------------------------|--------------------------------------------|
| Ip Adapter Civitai Page | [Ip Adapter Civitai Page](https://civitai.com/models/686075/xlabs-ai-flux-ip-adapter) | - |
| X-flux node ComfyUI repo | [X-flux node ComfyUI repo](https://github.com/XLabs-AI/x-flux-comfyui) | ComfyUI/custom_nodes/x-flux-comfyui |
| Clip-L | [Clip-L](https://huggingface.co/openai/clip-vit-large-patch14/blob/main/model.safetensors) | ComfyUI/models/clip_vision/ |
| Flux Ip-Adapter | [Flux Ip-Adapter](https://huggingface.co/XLabs-AI/flux-ip-adapter/blob/main/flux-ip-adapter.safetensors)| ComfyUI/models/xlabs/ipadapters/ |
| Workflow | [Workflow](https://huggingface.co/XLabs-AI/flux-ip-adapter/blob/main/ip_adapter_workflow.json) | Drag and drop to ComfyUI |
| Realism Lora | [Realism Lora](https://huggingface.co/XLabs-AI/flux-RealismLora/blob/main/lora.safetensors) | ComfyUI/models/xlabs/lora/ |
### Instructions:
1. **IP Adapter Civitai Page**: Follow the link to download the IP Adapter from Civitai. There's no specific directory to copy it to, but use it as instructed in the model page.
2. **X-flux node for ComfyUI**: Download the X-flux node from the GitHub repo and copy it to `ComfyUI/custom_nodes/x-flux-comfyui`.
3. **Clip-L Model**: Download the Clip-L model from Hugging Face and copy it to the `ComfyUI/models/clip_vision/` directory.
4. **Flux IP Adapter**: Download the Flux IP Adapter from Hugging Face and copy it to `ComfyUI/models/xlabs/ipadapters/`.
5. **Workflow**: Download the workflow JSON file from Hugging Face and drag and drop it into ComfyUI.
6. **Realism Lora**: Download the Realism Lora from Hugging Face and copy it to `ComfyUI/models/xlabs/lora/`.
This setup will allow you to run the IP-Adapter in ComfyUI with the necessary nodes and models.
|