You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
place t5xxl_fp16 in text_encoders, choose t5xxl_fp16.safetensors in LTXV clip mode loader, cause
Error(s) in loading state_dict for T5EncoderModel:
size mismatch for shared.weight: copying a param with shape torch.Size([32128, 4096]) from checkpoint, the shape in current model is torch.Size([32128, 512]).
The text was updated successfully, but these errors were encountered:
place t5xxl_fp16 in text_encoders, choose t5xxl_fp16.safetensors in LTXV clip mode loader, cause
Error(s) in loading state_dict for T5EncoderModel:
size mismatch for shared.weight: copying a param with shape torch.Size([32128, 4096]) from checkpoint, the shape in current model is torch.Size([32128, 512]).
The text was updated successfully, but these errors were encountered: