mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Move the models to any folder to avoid boot warnings
This commit is contained in:
parent
7cb49e65bd
commit
92fb09c4df
@ -20,15 +20,15 @@ config = InvokeAIAppConfig.get_config()
|
||||
DEPTH_ANYTHING_MODELS = {
|
||||
"large": {
|
||||
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitl14.pth?download=true",
|
||||
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vitl14.pth",
|
||||
"local": "any/annotators/depth_anything/depth_anything_vitl14.pth",
|
||||
},
|
||||
"base": {
|
||||
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true",
|
||||
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vitb14.pth",
|
||||
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vitb14.pth",
|
||||
},
|
||||
"small": {
|
||||
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vits14.pth?download=true",
|
||||
"local": "sd-1/controlnet/annotators/depth_anything/depth_anything_vits14.pth",
|
||||
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vits14.pth",
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user