VAE Loader KJ Error

#12
by cloudinthesky - opened

Error(s) in loading state_dict for VideoVAE:
size mismatch for decoder.conv_in.conv.weight: copying a param with shape torch.Size([1024, 128, 3, 3, 3]) from checkpoint, the shape in current model is torch.Size([256, 128, 3, 3, 3]).
size mismatch for decoder.conv_in.conv.bias: copying a param with shape torch.Size([1024]) from checkpoint, the shape in current model is torch.Size([256]).

guys i found the solution, you need to update both KJ nodes AND Comfyui to the latest version0.15.1.

Comfyui- now 0.163 for me now. Seems to be working. Thanks cloudinthesky

Sign up or log in to comment