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