-
Notifications
You must be signed in to change notification settings - Fork 208
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
PytorchStremReader failed reading zip archive #12
Comments
+1 here. I`m getting the same error. Have you managed to fix it? |
@mfrashad - thanks for sharing this repo. The post looks great, however, I`m really keen to experiment myself. If you have a moment - can you pls let us know if you are familiar with the above error? It seems like several people are experiencing it, therefore it is likely to help others as well. Appreciate this! RuntimeError Traceback (most recent call last) 4 frames /content/clipit/vqgan.py in load_model(self, config_path, checkpoint_path, device) /content/taming-transformers/taming/models/vqgan.py in init_from_ckpt(self, path, ignore_keys) /usr/local/lib/python3.7/dist-packages/torch/serialization.py in load(f, map_location, pickle_module, **pickle_load_args) /usr/local/lib/python3.7/dist-packages/torch/serialization.py in init(self, name_or_buffer) RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory |
I think it has something to do with the ffmpeg-linux64-v3.1.1 file which it downloads initially. I think it is curropt if you do something after running the code. I signed in with a different google account and ran the setup up and the VQGAN + CLIP again and it worked. When I signed in with my normal account the next day it was also working. |
Hi there
I keep getting this issue when I try and run VQGAN + CLIP
RuntimeError Traceback (most recent call last)
in ()
12 # Apply these settings and run
13 settings = clipit.apply_settings()
---> 14 clipit.do_init(settings)
15 clipit.do_run(settings)
4 frames
/usr/local/lib/python3.7/dist-packages/torch/serialization.py in init(self, name_or_buffer)
240 class _open_zipfile_reader(_opener):
241 def init(self, name_or_buffer) -> None:
--> 242 super(_open_zipfile_reader, self).init(torch._C.PyTorchFileReader(name_or_buffer))
243
244
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
The text was updated successfully, but these errors were encountered: