Skip to content
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

what files and path to be needed? #44

Open
jasoncow007 opened this issue Aug 18, 2023 · 0 comments
Open

what files and path to be needed? #44

jasoncow007 opened this issue Aug 18, 2023 · 0 comments

Comments

@jasoncow007
Copy link

Loading CLIP interrogator...
Loading CLIP model from ViT-H-14/laion2b_s32b_b79k
Loading BLIP model...
load checkpoint from https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_large_caption.pth
Loading CLIP model...
Traceback (most recent call last):
File "D:\sd-webui-aki-v4\extensions\sd_smartprocess\smartprocess.py", line 106, in preprocess
clip_interrogator = ClipInterrogator(clip_use_v2,
File "D:\sd-webui-aki-v4\extensions\sd_smartprocess\clipinterrogator.py", line 107, in init
self.load_clip_model()
File "D:\sd-webui-aki-v4\extensions\sd_smartprocess\clipinterrogator.py", line 118, in load_clip_model
self.clip_model, _, self.clip_preprocess = open_clip.create_model_and_transforms(
File "D:\sd-webui-aki-v4\py310\lib\site-packages\open_clip\factory.py", line 308, in create_model_and_transforms
model = create_model(
File "D:\sd-webui-aki-v4\py310\lib\site-packages\open_clip\factory.py", line 222, in create_model
checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
File "D:\sd-webui-aki-v4\py310\lib\site-packages\open_clip\pretrained.py", line 425, in download_pretrained
target = download_pretrained_from_hf(model_id, cache_dir=cache_dir)
File "D:\sd-webui-aki-v4\py310\lib\site-packages\open_clip\pretrained.py", line 395, in download_pretrained_from_hf
cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir)
File "D:\sd-webui-aki-v4\py310\lib\site-packages\huggingface_hub\utils_validators.py", line 120, in _inner_fn
return fn(*args, **kwargs)
File "D:\sd-webui-aki-v4\py310\lib\site-packages\huggingface_hub\file_download.py", line 1259, in hf_hub_download
raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the disk cache. Please try again or make sure your Internet connection is on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant