Replies: 1 comment 5 replies
-
Have you tried using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "D:\AI\stable-diffusion-webui\modules\safe.py", line 97, in load
check_pt(filename)
File "D:\AI\stable-diffusion-webui\modules\safe.py", line 76, in check_pt
with zipfile.ZipFile(filename) as z:
File "C:\Users\DrorLazar\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1249, in init
self.fp = io.open(file, filemode)
FileNotFoundError: [Errno 2] No such file or directory: 'auto'
The file may be malicious, so the program is not going to read it.
You can skip this check with --disable-safe-unpickle commandline argument.
Traceback (most recent call last):
File "D:\AI\stable-diffusion-webui\launch.py", line 252, in
start()
File "D:\AI\stable-diffusion-webui\launch.py", line 247, in start
webui.webui()
File "D:\AI\stable-diffusion-webui\webui.py", line 127, in webui
initialize()
File "D:\AI\stable-diffusion-webui\webui.py", line 82, in initialize
modules.sd_models.load_model()
File "D:\AI\stable-diffusion-webui\modules\sd_models.py", line 245, in load_model
load_model_weights(sd_model, checkpoint_info)
File "D:\AI\stable-diffusion-webui\modules\sd_models.py", line 214, in load_model_weights
sd_vae.load_vae(model, vae_file)
File "D:\AI\stable-diffusion-webui\modules\sd_vae.py", line 144, in load_vae
vae_dict_1 = {k: v for k, v in vae_ckpt["state_dict"].items() if k[0:4] != "loss" and k not in vae_ignore_keys}
TypeError: 'NoneType' object is not subscriptable
any ideas?
or is it an update thing that is being resolved now?
Beta Was this translation helpful? Give feedback.
All reactions