-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels