Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ from ip_adapter import IPAdapterXL
|
|
18 |
|
19 |
import os
|
20 |
os.system("git lfs install")
|
21 |
-
os.system("git clone https://huggingface.co/h94/IP-Adapter")
|
|
|
22 |
os.system("mv IP-Adapter/sdxl_models sdxl_models")
|
23 |
|
24 |
# global variable
|
|
|
18 |
|
19 |
import os
|
20 |
os.system("git lfs install")
|
21 |
+
#os.system("git clone https://huggingface.co/h94/IP-Adapter")
|
22 |
+
os.system("wget https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl.bin")
|
23 |
os.system("mv IP-Adapter/sdxl_models sdxl_models")
|
24 |
|
25 |
# global variable
|