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

Is there any plan to open source the imae-to-video model and related code? #10

Open
1343744768 opened this issue Dec 2, 2024 · 4 comments

Comments

@1343744768
Copy link

Hi, Thanks for your amazing work! May i ask is there any plan to open source the image-to-video model and related code?

@SHYuanBest
Copy link
Member

Thanks for your interest. Our current code supports both image and text inputs simultaneously. When only an image is input, it functions as an image-to-video model, but the quality of the generated video may degrade.

@wangqiang9
Copy link

Thanks for your interest. Our current code supports both image and text inputs simultaneously. When only an image is input, it functions as an image-to-video model, but the quality of the generated video may degrade.

I have a question. When only an image is input, how should the input text be set? Can it be set to null? How does text cross attention work?
Thanks a lot.

@SHYuanBest
Copy link
Member

the input text will be set to "" (Empty string). At this time, all T5 tokens are padding tokens, which means they do not function as text. Of course this will drastically reduce the quality of the generated video

@wangqiang9
Copy link

the input text will be set to "" (Empty string). At this time, all T5 tokens are padding tokens, which means they do not function as text. Of course this will drastically reduce the quality of the generated video

Thanks.

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

3 participants