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

Frame Interpolation is causing an error #345

Open
2 tasks done
Enchante503 opened this issue Sep 23, 2024 · 1 comment
Open
2 tasks done

Frame Interpolation is causing an error #345

Enchante503 opened this issue Sep 23, 2024 · 1 comment
Assignees

Comments

@Enchante503
Copy link

System Info / 系統信息

Windows11Pro WSL2 Ubuntu 22.04.4 LTS
CUDA12
RTX4090

Information / 问题信息

  • The official example scripts / 官方的示例脚本
  • My own modified scripts / 我自己修改的脚本和任务

Reproduction / 复现过程

I tried to make a video from the sample image at https://huggingface.co/spaces/THUDM/CogVideoX-5B-Space
using I2V + Frame Interpolation (8fps -> 16fps), but I got an error.

When I tried it locally (gradio_composite_demo)
I got the following error:
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 480 but got size 496 for tensor number 1 in the list.

In the local environment, add the following code:

pipe_image.enable_sequential_cpu_offload()
pipe_image.vae.enable_tiling()

Expected behavior / 期待表现

The video is created successfully.

@zRzRzRzRzRzRzR
Copy link
Member

@glide-the

@zRzRzRzRzRzRzR zRzRzRzRzRzRzR self-assigned this Sep 25, 2024
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