Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,8 +173,8 @@ hf_hub_download(repo_id="briaai/ID_preservation_2.3_auraFaceEnc", filename="imag
|
|
| 173 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 174 |
|
| 175 |
# ckpts paths
|
| 176 |
-
face_adapter = f"./checkpoints/ip-adapter.bin"
|
| 177 |
-
controlnet_path = f"./checkpoints/controlnet"
|
| 178 |
base_model_path = f'briaai/BRIA-2.3'
|
| 179 |
resolution = 1024
|
| 180 |
|
|
|
|
| 173 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 174 |
|
| 175 |
# ckpts paths
|
| 176 |
+
face_adapter = f"./checkpoints/checkpoint_105000/ip-adapter.bin"
|
| 177 |
+
controlnet_path = f"./checkpoints/checkpoint_105000/controlnet"
|
| 178 |
base_model_path = f'briaai/BRIA-2.3'
|
| 179 |
resolution = 1024
|
| 180 |
|