Updating V1-5-pruned-emaonly.ckpt to v2-1_768

#49
by MillennialMe - opened

I am trying to update my model that I currently have.

Updating from V1-5-pruned-emaonly.ckpt
to
v2-1_768-ema-pruned.ckpt

I am willing to download a different model if that is necessary. I have the Web UI and when I go to start the bat file i get these errors.

    size mismatch for model.diffusion_model.output_blocks.9.1.proj_out.weight: copying a param with shape torch.Size([320, 320]) from checkpoint, the shape in current model is torch.Size([320, 320, 1, 1]).
    size mismatch for model.diffusion_model.output_blocks.10.1.proj_in.weight: copying a param with shape torch.Size([320, 320]) from checkpoint, the shape in current model is torch.Size([320, 320, 1, 1]).
    size mismatch for model.diffusion_model.output_blocks.10.1.transformer_blocks.0.attn2.to_k.weight: copying a param with shape torch.Size([320, 1024]) from checkpoint, the shape in current model is torch.Size([320, 768]

My coding skills are limited, if its not possible to update, I am willing to install a whole new package.

I'm totally new to this so I'm probably wrong but that file doesn't seem to exist

Sign up or log in to comment