mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: incorrect local file path
This commit is contained in:
parent
0868fc2558
commit
35184dbd86
@ -24,11 +24,11 @@ DEPTH_ANYTHING_MODELS = {
|
|||||||
},
|
},
|
||||||
"base": {
|
"base": {
|
||||||
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true",
|
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true",
|
||||||
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vitb14.pth",
|
"local": "any/annotators/depth_anything/depth_anything_vitb14.pth",
|
||||||
},
|
},
|
||||||
"small": {
|
"small": {
|
||||||
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vits14.pth?download=true",
|
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vits14.pth?download=true",
|
||||||
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vits14.pth",
|
"local": "any/annotators/depth_anything/depth_anything_vits14.pth",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user