Replies: 1 comment 1 reply
-
This is caused by a broken model file(maybe something went wrong when downloading), please delete model and rerun From your error message, the model seems downloaded to
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fetching 9 files: 100%|##########| 9/9 [00:00<00:00, 8998.51it/s]
You are using a model of type clip_vision_model to instantiate a model of type clip. This is not supported for all configurations of models and can yield errors.
flaskwebgui - [ERROR] - Exception on /model [POST]
Traceback (most recent call last):
File "C:\Users\User\Downloads\lama-cleaner-win\lama-cleaner\installer\lib\site-packages\transformers\modeling_utils.py", line 399, in load_state_dict
return torch.load(checkpoint_file, map_location="cpu")
File "C:\Users\User\Downloads\lama-cleaner-win\lama-cleaner\installer\lib\site-packages\torch\serialization.py", line 705, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "C:\Users\User\Downloads\lama-cleaner-win\lama-cleaner\installer\lib\site-packages\torch\serialization.py", line 242, in init
super(_open_zipfile_reader, self).init(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
During handling of the above exception, another exception occurred:
Beta Was this translation helpful? Give feedback.
All reactions