unconditional ERROR ;(

#1
by Lambda-7C0 - opened

sshot-092
RuntimeError: Error(s) in loading state_dict for Ideogram4Transformer2DModel:

File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 2581, in load_state_dict
raise RuntimeError(
...<3 lines>...
)
RuntimeError: Error(s) in loading state_dict for Ideogram4Transformer2DModel:
While copying the parameter named "llm_cond_norm.weight", whose dimensions in the model are torch.Size([53248]) and whose dimensions in the checkpoint are torch.Size([29952]), an exception occurred : ('The size of tensor a (53248) must match the size of tensor b (29952) at non-singleton dimension 0',).
While copying the parameter named "layers.0.attention.norm_q.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([144]), an exception occurred : ('The size of tensor a (256) must match the size of tensor b (144) at non-singleton dimension 0',).
While copying the parameter named "layers.0.attention.norm_k.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([144]), an exception occurred : ('The size of tensor a (256) must match the size of tensor b (144) at non-singleton dimension 0',).

Sign up or log in to comment