File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
invokeai/backend/image_util/depth_anything Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020DEPTH_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
You can’t perform that action at this time.
0 commit comments