BestWishYsh commited on
Commit
70528e9
1 Parent(s): bde53b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
34
 
35
  hf_hub_download(repo_id="ai-forever/Real-ESRGAN", filename="RealESRGAN_x4.pth", local_dir="model_real_esran")
36
  snapshot_download(repo_id="AlexWortega/RIFE", local_dir="model_rife")
 
37
 
38
  model_path = "BestWishYsh/ConsisID-preview"
39
  lora_path = None
 
34
 
35
  hf_hub_download(repo_id="ai-forever/Real-ESRGAN", filename="RealESRGAN_x4.pth", local_dir="model_real_esran")
36
  snapshot_download(repo_id="AlexWortega/RIFE", local_dir="model_rife")
37
+ snapshot_download(repo_id="BestWishYsh/ConsisID-preview", local_dir="BestWishYsh/ConsisID-preview")
38
 
39
  model_path = "BestWishYsh/ConsisID-preview"
40
  lora_path = None