luohao123/gaintmodels

there is a matrix shape error in clip_textmodel.py

Opened this issue · 1 comments

File "C:\Users\wang\PycharmProjects\stablediffusion\stablefusion\clip_textmodel.py", line 16, in triu_onnx
return mask * x
RuntimeError: The size of tensor a (2) must match the size of tensor b (77) at non-singleton dimension 2

this shouldn't happen, how did u get this error?