Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
for [ComfyUI_InstantID](https://github.com/cubiq/ComfyUI_InstantID)
|
2 |
+
|
3 |
+
clone/download to `ComfyUI_folder/models/insightface/models/antelopev2`
|
4 |
+
|
5 |
+
example:
|
6 |
+
```shell
|
7 |
+
git lfs install
|
8 |
+
git clone --depth 1 https://huggingface.co/kidyu/antelopev2-for-InstantID-ComfyUI /comfy/models/insightface/models/antelopev2
|
9 |
+
```
|