Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: Failed to invoke function <function inference_animate_x_entrance at 0x7ff19ce59fc0>, with The size of tensor a (65) must match the size of tensor b (33) at non-singleton dimension 0 #5

Open
dengtianbi opened this issue Dec 18, 2024 · 1 comment

Comments

@dengtianbi
Copy link

When I set max_frames to 64, an error occurred.

Exception: Failed to invoke function <function inference_animate_x_entrance at 0x7ff19ce59fc0>, with The size of tensor a (65) must match the size of tensor b (33) at non-singleton dimension 0

@tanshuai0219
Copy link

Thanks for pointing it out.
We have updated the instruction for longer video generation at

- If you want to generage longer video with more frames, you should modify

Please follow the instruction to modify: 1. max_frames as the number of frames and 2. seq_len in UNet as the number of frames + 1.

We also provide an example for 96 frames video generation at

- We take 96 frames as an example, and the config should be:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants