Spaces:
Running
on
Zero
Running
on
Zero
app
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ os.system("mv IP-Adapter/sdxl_models sdxl_models")
|
|
30 |
from huggingface_hub import hf_hub_download
|
31 |
|
32 |
# hf_hub_download(repo_id="h94/IP-Adapter", filename="sdxl_models/image_encoder", local_dir="./sdxl_models/image_encoder")
|
33 |
-
hf_hub_download(repo_id="InstantX/CSGO", filename="csgo_4_32.bin", local_dir="./CSGO/
|
34 |
os.system('rm -rf IP-Adapter/models')
|
35 |
base_model_path = "stabilityai/stable-diffusion-xl-base-1.0"
|
36 |
image_encoder_path = "sdxl_models/image_encoder"
|
|
|
30 |
from huggingface_hub import hf_hub_download
|
31 |
|
32 |
# hf_hub_download(repo_id="h94/IP-Adapter", filename="sdxl_models/image_encoder", local_dir="./sdxl_models/image_encoder")
|
33 |
+
hf_hub_download(repo_id="InstantX/CSGO", filename="csgo_4_32.bin", local_dir="./CSGO/")
|
34 |
os.system('rm -rf IP-Adapter/models')
|
35 |
base_model_path = "stabilityai/stable-diffusion-xl-base-1.0"
|
36 |
image_encoder_path = "sdxl_models/image_encoder"
|