LPengYang / MotionClone

Official implementation of MotionClone: Training-Free Motion Cloning for Controllable Video Generation
402 stars 31 forks source link

camera pose config,such as “apple-->iphone" #14

Closed balabala932131 closed 1 month ago

balabala932131 commented 4 months ago

Nice work!

Can you provide some configurations for camera poses? I'd like to try some examples.

Looking forward to your reply!

LPengYang commented 1 month ago

Sorry for being late. We have updated the code. Now you can perform camera motion cutomization via " python t2v_video_sample.py --inference_config "configs/t2v_camera.yaml" --examples "configs/t2v_camera.jsonl" ". In our experiments, MotionClone showcases impressive proficiency in camera motion scenarios. Moreover, MotionClone also supports image-to-video and sketch-to-video. More details are available in the README file. Hope this helps.