Skip to content

Commit 92fb09c

Browse files
fix: Move the models to any folder to avoid boot warnings
1 parent 7cb49e6 commit 92fb09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

invokeai/backend/image_util/depth_anything/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
DEPTH_ANYTHING_MODELS = {
2121
"large": {
2222
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitl14.pth?download=true",
23-
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vitl14.pth",
23+
"local": "any/annotators/depth_anything/depth_anything_vitl14.pth",
2424
},
2525
"base": {
2626
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true",
27-
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vitb14.pth",
27+
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vitb14.pth",
2828
},
2929
"small": {
3030
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vits14.pth?download=true",
31-
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vits14.pth",
31+
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vits14.pth",
3232
},
3333
}
3434

0 commit comments

Comments
 (0)