I installed this using the automated script for Windows. Getting this error when trying to launch. Any help would be appreciated, thank you.
`E:\InvokeAI>.venv\Scripts\python scripts\invoke.py
- Initializing, be patient...
Initialization file C:\Users\stateanomaly/.invokeai not found. Applying default settings...
NOTE: Redirects are currently not supported in Windows or MacOs.
NOT FOUND: GFPGAN model not found at ./models/gfpgan/GFPGANv1.4.pth
GFPGAN Disabled
NOT FOUND: CodeFormer model not found at ldm/invoke/restoration/codeformer\weights/codeformer.pth
CodeFormer Disabled
ESRGAN Initialized
Using device_type cuda
Current VRAM usage: 0.00G
Loading stable-diffusion-1.5 from ./models/ldm/stable-diffusion-v1/v1-5-pruned-emaonly.ckpt
| LatentDiffusion: Running in eps-prediction mode
| DiffusionWrapper has 859.52 M params.
| Making attention of type 'vanilla' with 512 in_channels
| Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
| Making attention of type 'vanilla' with 512 in_channels
** model stable-diffusion-1.5 could not be loaded: [Errno 2] No such file or directory: 'C:\Users\matts/.cache\huggingface\hub\models--openai--clip-vit-large-patch14\refs\main'
Traceback (most recent call last):
File "e:\invokeai\ldm\invoke\model_cache.py", line 75, in get_model
requested_model, width, height, hash = self._load_model(model_name)
File "e:\invokeai\ldm\invoke\model_cache.py", line 220, in _load_model
model = instantiate_from_config(c.model)
File "e:\invokeai\ldm\util.py", line 90, in instantiate_from_config
return get_obj_from_str(config['target'])(
File "e:\invokeai\ldm\models\diffusion\ddpm.py", line 658, in init
self.instantiate_cond_stage(cond_stage_config)
File "e:\invokeai\ldm\models\diffusion\ddpm.py", line 769, in instantiate_cond_stage
model = instantiate_from_config(config)
File "e:\invokeai\ldm\util.py", line 90, in instantiate_from_config
return get_obj_from_str(config['target'])(
File "e:\invokeai\ldm\modules\encoders\modules.py", line 247, in init
self.tokenizer = CLIPTokenizer.from_pretrained(
File "E:\InvokeAI.venv\lib\site-packages\transformers\tokenization_utils_base.py", line 1736, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "E:\InvokeAI.venv\lib\site-packages\transformers\utils\hub.py", line 409, in cached_file
resolved_file = hf_hub_download(
File "E:\InvokeAI.venv\lib\site-packages\huggingface_hub\file_download.py", line 1136, in hf_hub_download
with open(ref_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\stateanomaly/.cache\huggingface\hub\models--openai--clip-vit-large-patch14\refs\main'
** restoring None
** "None" is not a known model name. Please check your models.yaml file`