Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
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
|