Doubiiu / DynamiCrafter

[ECCV 2024] DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
Apache License 2.0
2.06k stars 161 forks source link

How to make the video start with the image I given? #87

Closed bopan3 closed 1 month ago

bopan3 commented 1 month ago

How to make the video start with the image I given? Currently the image I given seems to appear at the middle of the video.

Doubiiu commented 1 month ago

As stated in the paper, we employ random selection during the training process. Consequently, the location of the input frame in the generated videos is derived from the complex conditional distribution that the model has learned. You may need to fine-tune the model by fixing the conditional input image as the first frame of the videos.