JackAILab commited on
Commit
b0fda3c
·
verified ·
1 Parent(s): 1f71982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ device = "cuda"
25
  script_directory = os.path.dirname(os.path.realpath(__file__))
26
 
27
  # download ConsistentID checkpoint to cache
28
- base_model_path = "SG161222/RealVisXL_V3.0"
29
  consistentID_path = hf_hub_download(repo_id="JackAILab/ConsistentID", filename="ConsistentID_SDXL-v1.bin", repo_type="model")
30
 
31
  ### Load base model
 
25
  script_directory = os.path.dirname(os.path.realpath(__file__))
26
 
27
  # download ConsistentID checkpoint to cache
28
+ base_model_path = "SG161222/RealVisXL_V5.0"
29
  consistentID_path = hf_hub_download(repo_id="JackAILab/ConsistentID", filename="ConsistentID_SDXL-v1.bin", repo_type="model")
30
 
31
  ### Load base model