I am a total n00b here, after many attempts, I got it to install, but now when I try to use any checkpoints I have added it gives me many many lines of RED
[2023-07-27 20:14:13,181]::[InvokeAI]::ERROR --> Traceback (most recent call last):
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\app\services\processor.py", line 90, in __process
outputs = invocation.invoke(
File "C:\Users\Brad\invokeai.venv\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\app\invocations\compel.py", line 88, in invoke
tokenizer_info = context.services.model_manager.get_model(
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\app\services\model_manager_service.py", line 360, in get_model
model_info = self.mgr.get_model(
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\backend\model_management\model_manager.py", line 474, in get_model
model_path = model_class.convert_if_required(
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\backend\model_management\models\stable_diffusion.py", line 123, in convert_if_required
return _convert_ckpt_and_cache(
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\backend\model_management\models\stable_diffusion.py", line 274, in _convert_ckpt_and_cache
convert_ckpt_to_diffusers(
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\backend\model_management\convert_ckpt_to_diffusers.py", line 1713, in convert_ckpt_to_diffusers
pipe = download_from_original_stable_diffusion_ckpt(checkpoint_path, **kwargs)
File "C:\Users\Brad\invokeai.venv\lib\site-packages\invokeai\backend\model_management\convert_ckpt_to_diffusers.py", line 1614, in download_from_original_stable_diffusion_ckpt
text_config = create_ldm_bert_config(original_config)
This is the first 200 characters or so, but it goes on for about 2k characters.