Skip to content

Commit 6a2eb1d

Browse files
blessedcoolanthipsterusername
authored andcommitted
fix: Change the path of the annotator folder to annotators
Just making this change in case there are other models added to the folder in the future
1 parent 13123da commit 6a2eb1d

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/annotator/depth_anything/depth_anything_vitl14.pth",
23+
"local": "sd-1/controlnet/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/annotator/depth_anything/depth_anything_vitb14.pth",
27+
"local": "sd-1/controlnet/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": "sd-1/controlnet/annotator/depth_anything/depth_anything_vits14.pth",
31+
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vits14.pth",
3232
},
3333
}
3434

0 commit comments

Comments
 (0)