You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSError: Can't load the model for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-large-patch14' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
The text was updated successfully, but these errors were encountered:
download the clip-vit-large-patch14.tar.gz and unzip it in your own path as /path/to/clip-vit-large-patch14
vim annotator/content/__init__.py and change the path to /path/to/clip-vit-large-patch14
vim ldm/modules/encoders/modules.py and change the path in 95 and 198 lines in the class FrozenCLIPEmbedder and FrozenCLIPT5Encoder to path/to/clip-vit-large-patch14
OSError: Can't load the model for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-large-patch14' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
The text was updated successfully, but these errors were encountered: