xingpng commited on
Commit
7f35b92
1 Parent(s): baeefe0
Files changed (1) hide show
  1. app.py +1 -1
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/csgo_4_32.bin")
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"