5090 UnetLoaderGGUF

#6
by k21f - opened

Error(s) in loading state_dict for LTXVModel:
size mismatch for scale_shift_table: copying a param with shape torch.Size([2, 4096]) from checkpoint, the shape in current model is torch.Size([2, 2048]).
size mismatch for transformer_blocks.0.scale_shift_table: copying a param with shape torch.Size([6, 4096]) from checkpoint, the shape in current model is torch.Size([6, 2048]).
size mismatch for transformer_blocks.0.attn1.q_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.0.attn1.k_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.0.attn2.q_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.0.attn2.k_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.1.scale_shift_table: copying a param with shape torch.Size([6, 4096]) from checkpoint, the shape in current model is torch.Size([6, 2048]).
size mismatch for transformer_blocks.1.attn1.q_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.1.attn1.k_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.1.attn2.q_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.1.attn2.k_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.2.scale_shift_table: copying a param with shape torch.Size([6, 4096]) from checkpoint, the shape in current model is torch.Size([6, 2048]).
size mismatch for transformer_blocks.2.attn1.q_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.2.attn1.k_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.2.attn2.q_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048]).
size mismatch for transformer_blocks.2.attn2.k_norm.weight: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([2048])..........

Anyone know how to solve this?

You need to update comfyui to the latest version 0.3.33 i think it was

you can just run the update batch file in the update folder

Sign up or log in to comment