Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,6 @@ We release **v1 version** - better and realistic version, which can be used dire
|
|
29 |
|
30 |
Please, see our [ComfyUI custom nodes installation guide](https://github.com/XLabs-AI/x-flux-comfyui)
|
31 |
|
32 |
-
|
33 |
# Examples
|
34 |
|
35 |
See examples of our models results below.
|
@@ -41,7 +40,9 @@ To try our models, you have 2 options:
|
|
41 |
1. Use main.py from our [official repo](https://github.com/XLabs-AI/x-flux)
|
42 |
2. Use our custom nodes for ComfyUI and test it with provided workflows (check out folder /workflows)
|
43 |
|
44 |
-
|
|
|
|
|
45 |
|
46 |
![Example Picture 2](assets/ip_adapter_example2.png?raw=true)
|
47 |
![Example Picture 1](assets/ip_adapter_example1.png?raw=true)
|
|
|
29 |
|
30 |
Please, see our [ComfyUI custom nodes installation guide](https://github.com/XLabs-AI/x-flux-comfyui)
|
31 |
|
|
|
32 |
# Examples
|
33 |
|
34 |
See examples of our models results below.
|
|
|
40 |
1. Use main.py from our [official repo](https://github.com/XLabs-AI/x-flux)
|
41 |
2. Use our custom nodes for ComfyUI and test it with provided workflows (check out folder /workflows)
|
42 |
|
43 |
+
## Instruction for ComfyUI
|
44 |
+
Put `clip_vision_l.safetensors` to `ComfyUI/models/clip_vision` and `ip_adapter.safetensors` to `ComfyUI/models/xlabs/ipadapters`
|
45 |
+
Please, try our workflow "ip_adapter_workflow.json"
|
46 |
|
47 |
![Example Picture 2](assets/ip_adapter_example2.png?raw=true)
|
48 |
![Example Picture 1](assets/ip_adapter_example1.png?raw=true)
|