Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ To try our models, you have 2 options:
|
|
42 |
|
43 |
## Instruction for ComfyUI
|
44 |
1. Go to ComfyUI/custom_nodes
|
45 |
-
2. Clone [x-flux-comfyui
|
46 |
3. Go to ComfyUI/custom_nodes/x-flux-comfyui/ and run python setup.py
|
47 |
4. Update x-flux-comfy with `git pull` or reinstall it.
|
48 |
5. Download Clip-L `model.safetensors` from [OpenAI VIT CLIP large](https://huggingface.co/openai/clip-vit-large-patch14), and put it to `ComfyUI/models/clip_vision/*`.
|
|
|
42 |
|
43 |
## Instruction for ComfyUI
|
44 |
1. Go to ComfyUI/custom_nodes
|
45 |
+
2. Clone [x-flux-comfyui](https://github.com/XLabs-AI/x-flux-comfyui.git), path should be ComfyUI/custom_nodes/x-flux-comfyui/*, where * is all the files in this repo
|
46 |
3. Go to ComfyUI/custom_nodes/x-flux-comfyui/ and run python setup.py
|
47 |
4. Update x-flux-comfy with `git pull` or reinstall it.
|
48 |
5. Download Clip-L `model.safetensors` from [OpenAI VIT CLIP large](https://huggingface.co/openai/clip-vit-large-patch14), and put it to `ComfyUI/models/clip_vision/*`.
|