ComfyUI-ADMotionDirector/animatediff/models/motion_module.py", line 251, in forward
x = x + self.pe[:, :x.size(1)]
RuntimeError: The size of tensor a (54) must match the size of tensor b (32) at non-singleton dimension 1
I changed size to smaller or square size like 512... but it still raise issue. I use SD1.5 model. I use pytorch 2.1.2+cuda121
Hi,
When I use your node, running and got this issue:
ComfyUI-ADMotionDirector/animatediff/models/motion_module.py", line 251, in forward x = x + self.pe[:, :x.size(1)] RuntimeError: The size of tensor a (54) must match the size of tensor b (32) at non-singleton dimension 1
I changed size to smaller or square size like 512... but it still raise issue. I use SD1.5 model. I use pytorch 2.1.2+cuda121