MikaelTradera commited on
Commit
70703f3
1 Parent(s): cc91754

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Setting Up IP-Adapter in ComfyUI
3
+
4
+ Here are the download links to each file. Scroll below to see instructions with each file.
5
+
6
+ ## Files and Directories
7
+
8
+ | File | Download Link | Directory to Copy |
9
+ |----------------------------|---------------------------------------------------------------------------------------------------------|--------------------------------------------|
10
+ | Ip Adapter Civitai Page | [Ip Adapter Civitai Page](https://civitai.com/models/686075/xlabs-ai-flux-ip-adapter) | - |
11
+ | X-flux node ComfyUI repo | [X-flux node ComfyUI repo](https://github.com/XLabs-AI/x-flux-comfyui) | ComfyUI/custom_nodes/x-flux-comfyui |
12
+ | Clip-L | [Clip-L](https://huggingface.co/openai/clip-vit-large-patch14/blob/main/model.safetensors) | ComfyUI/models/clip_vision/ |
13
+ | Flux Ip-Adapter | [Flux Ip-Adapter](https://huggingface.co/XLabs-AI/flux-ip-adapter/blob/main/flux-ip-adapter.safetensors)| ComfyUI/models/xlabs/ipadapters/ |
14
+ | Workflow | [Workflow](https://huggingface.co/XLabs-AI/flux-ip-adapter/blob/main/ip_adapter_workflow.json) | Drag and drop to ComfyUI |
15
+ | Realism Lora | [Realism Lora](https://huggingface.co/XLabs-AI/flux-RealismLora/blob/main/lora.safetensors) | ComfyUI/models/xlabs/lora/ |
16
+
17
+ ### Instructions:
18
+
19
+ 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.
20
+ 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`.
21
+ 3. **Clip-L Model**: Download the Clip-L model from Hugging Face and copy it to the `ComfyUI/models/clip_vision/` directory.
22
+ 4. **Flux IP Adapter**: Download the Flux IP Adapter from Hugging Face and copy it to `ComfyUI/models/xlabs/ipadapters/`.
23
+ 5. **Workflow**: Download the workflow JSON file from Hugging Face and drag and drop it into ComfyUI.
24
+ 6. **Realism Lora**: Download the Realism Lora from Hugging Face and copy it to `ComfyUI/models/xlabs/lora/`.
25
+
26
+ This setup will allow you to run the IP-Adapter in ComfyUI with the necessary nodes and models.
27
+