MikaelTradera
commited on
Commit
•
c5cd5cb
1
Parent(s):
af7e1c4
Update ipadapter.sh
Browse files- ipadapter.sh +2 -2
ipadapter.sh
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Paths where the files should be copied to
|
4 |
-
CLIP_L_PATH="ComfyUI/models/clip_vision/"
|
5 |
-
FLUX_IP_ADAPTER_PATH="ComfyUI/models/xlabs/ipadapters/"
|
6 |
|
7 |
# Create the directories if they don't exist
|
8 |
mkdir -p $CLIP_L_PATH
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Paths where the files should be copied to
|
4 |
+
CLIP_L_PATH="/workspace/ComfyUI/models/clip_vision/"
|
5 |
+
FLUX_IP_ADAPTER_PATH="/workspace/ComfyUI/models/xlabs/ipadapters/"
|
6 |
|
7 |
# Create the directories if they don't exist
|
8 |
mkdir -p $CLIP_L_PATH
|