what about this error: c:\Supir\SUPIR\venv\lib\site-packages\open_clip\factory.py:213 in create_mod

what about this error:
c:\Supir\SUPIR\venv\lib\site-packages\open_clip\factory.py:213 in create_model

│ 210 │ f'Pretrained weights ({pretrained}) not found for model {model_name}
│ 211 │ f'Available pretrained tags ({list_pretrained_tags_by_model(model_na
│ 212 │ logging.warning(error_str)
❱ 213 │ raise RuntimeError(error_str)
│ 214 │ pretrained_loaded = True
│ 215 │ elif has_hf_hub_prefix:
│ 216 │ logging.info(f'Loading pretrained {model_name} weights ({pretrained}).')

RuntimeError: Pretrained weights (models/open_clip_pytorch_model.bin) not found for model ViT-bigG-14.Available pretrained tags
(['laion2b_s39b_b160k'].
Was this page helpful?