Skip to content

Commit 35184db

Browse files
fix: incorrect local file path
1 parent 0868fc2 commit 35184db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

invokeai/backend/image_util/depth_anything/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"base": {
2626
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true",
27-
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vitb14.pth",
27+
"local": "any/annotators/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": "any/annotators/depth_anything/depth_anything/depth_anything_vits14.pth",
31+
"local": "any/annotators/depth_anything/depth_anything_vits14.pth",
3232
},
3333
}
3434

0 commit comments

Comments
 (0)