lionking821 commited on
Commit
5fe7d38
·
verified ·
1 Parent(s): e37d2b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ os.system("mv IP-Adapter/sdxl_models sdxl_models")
29
 
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"
 
29
 
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"