Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ from omegaconf import OmegaConf
|
|
17 |
from cldm.hack import disable_verbosity, enable_sliced_attention
|
18 |
from huggingface_hub import hf_hub_download
|
19 |
|
20 |
-
hf_hub_download(repo_id="onlineformapro/anydoor-models-ofp", filename="
|
21 |
-
hf_hub_download(repo_id="onlineformapro/anydoor-refine-ofp", filename="
|
22 |
|
23 |
cv2.setNumThreads(0)
|
24 |
cv2.ocl.setUseOpenCL(False)
|
|
|
17 |
from cldm.hack import disable_verbosity, enable_sliced_attention
|
18 |
from huggingface_hub import hf_hub_download
|
19 |
|
20 |
+
hf_hub_download(repo_id="onlineformapro/anydoor-models-ofp", filename="general_v0.1.ckpt")
|
21 |
+
hf_hub_download(repo_id="onlineformapro/anydoor-refine-ofp", filename="coarse_mask_refine.pth")
|
22 |
|
23 |
cv2.setNumThreads(0)
|
24 |
cv2.ocl.setUseOpenCL(False)
|