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

First frame conditioning possible? #33

Open
ivaniliash opened this issue Dec 20, 2023 · 2 comments
Open

First frame conditioning possible? #33

ivaniliash opened this issue Dec 20, 2023 · 2 comments

Comments

@ivaniliash
Copy link

Great work and paper!
Is it possible with the current model to inititalize the video with some initial first image and generate the following frames based on this image? If not, what modifications would be needed to achieve that?

@YBYBZhang
Copy link
Owner

Thanks for your inspiration! Our ControlVideo requires motion sequence of all frames (e.g., depth maps) and text prompt to produce a video. In order to achieve first-frame generation, I think that you may add https://github.com/lllyasviel/ControlNet-v1-1-nightly#controlnet-11-shuffle into ControlVideo pipeline, where the content of first-image can be integrated into videos.

@ivaniliash
Copy link
Author

ivaniliash commented Dec 23, 2023

Thanks for the pointer! I'll definitely take a look at that. But what if I want the first image to stay completely unchanged and generate the following frames from there based on the motion sequence?
(with the first frame of the motion sequence corresponding to the initial image)

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