-
Notifications
You must be signed in to change notification settings - Fork 266
404 Not Found huggingface link error #298
Description
Got key frames, tried to run the file via dragging and dropping folder with video and key frames got following message.
"HTTP/1.1 404 Not Found"
Inference failed: Failed to download CorridorKey checkpoint from https://huggingface.co/nikopueringer/CorridorKey_v1.0.
Check your network connection and try again. Original error: 404 Client Error.
Seems to be an issue that the program is looking for a file named CorridorKey.pth on Hugging Face, but the repository was updated and the file is now named CorridorKey_v1.0.pth
Temporary fix is to download "CorridorKey_v1.0.pth" manually, move it to "CorridorKey-main\CorridorKeyModule\checkpoints" and rename it to "CorridorKey.pth"
Long term fix should be as simple as changing the two names to match either on hugging face link or inside of CorridorKey itself.