multimodalart HF Staff commited on
Commit
657e4fe
·
verified ·
1 Parent(s): dfb0094

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ hf_hub_download(
48
  filename="controlnet/diffusion_pytorch_model.safetensors",
49
  local_dir="./checkpoints",
50
  )
51
- hf_hub_download(repo_id="InstantX/InstantID", filename="pytorch_model.bin", local_dir="./checkpoints")
52
 
53
  # Load face encoder
54
  app = FaceAnalysis(
 
48
  filename="controlnet/diffusion_pytorch_model.safetensors",
49
  local_dir="./checkpoints",
50
  )
51
+ hf_hub_download(repo_id="Super-shuhe/InstantID-FaceID-6M", filename="pytorch_model.bin", local_dir="./checkpoints")
52
 
53
  # Load face encoder
54
  app = FaceAnalysis(