good model,need vae?

#9
by adooo - opened

Do you need vae(diffusion_pytorch_model.safetensors) files to use together? Would it be better to use them together?

Loading VAE weights from commandline argument: /content/stable-diffusion-webui/models/VAE/diffusion_pytorch_model.safetensors
loading stable diffusion model: RuntimeError
Traceback (most recent call last):
File "/content/stable-diffusion-webui/webui.py", line 139, in initialize
modules.sd_models.load_model()
File "/content/stable-diffusion-webui/modules/sd_models.py", line 436, in load_model
load_model_weights(sd_model, checkpoint_info, state_dict, timer)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 329, in load_model_weights
sd_vae.load_vae(model, vae_file, vae_source)
File "/content/stable-diffusion-webui/modules/sd_vae.py", line 146, in load_vae
_load_vae_dict(model, vae_dict_1)
File "/content/stable-diffusion-webui/modules/sd_vae.py", line 171, in _load_vae_dict
model.first_stage_model.load_state_dict(vae_dict_1)
File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1671, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for AutoencoderKL:
Missing key(s) in state_dict: "encoder.down.0.block.0.norm1.weight", "encod...................

It probably does it’s been a minute since I’ve had time to update it

Sign up or log in to comment