MotionDirector icon indicating copy to clipboard operation
MotionDirector copied to clipboard

Use an image as the initial status to generate videos

Open sunnyHelen opened this issue 1 year ago • 2 comments

Hi,

Thank you very much for sharing your great work and the code. Is it possible to take an initial image to animate it rather than randomly generate videos from the text prompt? Could you provide some suggestions on how to do this?

sunnyHelen avatar Aug 30 '24 02:08 sunnyHelen

Hi. I think there are two ways to achieve your goal. The first one is that train spatial LoRAs on the initial image, combining with the temporal LoRAs learned from reference videos. The second one is that you can try to use the inversion noise from the initial image to denoise and generate videos.

ruizhaocv avatar Sep 02 '24 02:09 ruizhaocv

Hi,

Thank you very much for sharing your great work and the code. I encountered some problems when using MotionDirector for Image Animation. I trained temporal LoRAs and spatial LoRAs according to the instructions. However, the noise_prior parameter in the inference is 0.1, and the result is still similar to my reference video. Not the motion of the initial image.

xiueran avatar Nov 19 '24 09:11 xiueran