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
Hi @raven38 thanks for building this. I'm looking forward to testing it
Which diffusers version are you using? Running into some tensor mismatch on the text encoder embeddings
ids = torch.cat((txt_ids, img_ids), dim=1)
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 512 but got size 4096 for tensor number 1 in the list.```
The text was updated successfully, but these errors were encountered:
Hi @raven38 thanks for building this. I'm looking forward to testing it
Which diffusers version are you using? Running into some tensor mismatch on the text encoder embeddings
The text was updated successfully, but these errors were encountered: