K00B404 commited on
Commit
3cc4222
Β·
verified Β·
1 Parent(s): 176b072

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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