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
Thanks for your excellent work. When I run your code I get the following error :
** File "/mnt/data/anaconda3/lib/python3.9/site-packages/clip_interrogator/clip_interrogator.py", line 85, in load_caption_model
caption_model = BlipForConditionalGeneration.from_pretrained(model_path, torch_dtype=self.dtype)**
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like Salesforce/blip-image-captioning-large is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
This should be a problem with my network. I tried to load the model manually, but I couldn't find a download link for the pre-trained Salesforce/blip-image-captioning-large model at huggingface.
The text was updated successfully, but these errors were encountered:
Thanks for your excellent work. When I run your code I get the following error :
** File "/mnt/data/anaconda3/lib/python3.9/site-packages/clip_interrogator/clip_interrogator.py", line 85, in load_caption_model
caption_model = BlipForConditionalGeneration.from_pretrained(model_path, torch_dtype=self.dtype)**
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like Salesforce/blip-image-captioning-large is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
This should be a problem with my network. I tried to load the model manually, but I couldn't find a download link for the pre-trained Salesforce/blip-image-captioning-large model at huggingface.
The text was updated successfully, but these errors were encountered: