-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running iw3——“PytorchStreamReader failed reading zip archive: failed finding central directory” #73
Comments
If waifu2x works, the iw3 model file may be corrupted due to download problems. Also, CLI will provide more detailed error messages.
|
The error is Possible causes are,
It's not likely to be 2 or 3, as waifu2x(loading other checkpoint files) is working.
Could you check the size and MD5 of
result
result
File size: 1,443,406,099 same result on linux. % ls -la iw3/pretrained_models/hub/checkpoints/ZoeD_M12_N.pt
-rw------- 1 nagadomi nagadomi 1443406099 7月 28 13:02 iw3/pretrained_models/hub/checkpoints/ZoeD_M12_N.pt
% md5sum iw3/pretrained_models/hub/checkpoints/ZoeD_M12_N.pt
f9b240db5a30a1600e25cad6866516b7 iw3/pretrained_models/hub/checkpoints/ZoeD_M12_N.pt Those ZoeDepth model files are downloaded from https://github.com/isl-org/ZoeDepth/releases/tag/v1.0 |
It is indeed an error caused by the damaged model. After manually downloading the corresponding model from Huggingface, it can run smoothly. Thank you for your patience and guidance! |
Do you have any idea why the file is damaged? |
It seems that I will add file validation with the hash value. |
Thanks for the reply. |
image
Strictly follow the steps to Manually install(https://github.com/nagadomi/nunif/blob/master/INSTALL-windows.md. The waifu2x is running well.
However, when using iw3, whether it is converting pictures or videos, the same error will occur. The parameter settings are as shown above.
The text was updated successfully, but these errors were encountered: