JackAILab commited on
Commit
31287b1
·
verified ·
1 Parent(s): a6ea34d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ print(zero.device) # <-- 'cpu' 🤔
18
  script_directory = os.path.dirname(os.path.realpath(__file__))
19
 
20
  # download ConsistentID checkpoint to cache
21
- base_model_path = hf_hub_download(repo_id="SG161222/Realistic_Vision_V6.0_B1_noVAE")
22
  consistentID_path = hf_hub_download(repo_id="JackAILab/ConsistentID", filename="ConsistentID-v1.bin", repo_type="model")
23
 
24
  ### Load base model
 
18
  script_directory = os.path.dirname(os.path.realpath(__file__))
19
 
20
  # download ConsistentID checkpoint to cache
21
+ base_model_path = "SG161222/Realistic_Vision_V6.0_B1_noVAE"
22
  consistentID_path = hf_hub_download(repo_id="JackAILab/ConsistentID", filename="ConsistentID-v1.bin", repo_type="model")
23
 
24
  ### Load base model