Bujiazi / MotionClone

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

CUDA out of memory #13

Open euminds opened 1 month ago

euminds commented 1 month ago

I can't run sample.py on A100 40GB due to CUDA out of memory. I think that MotionClone as a training-free method should run properly on consumer GPU like 4090 24GB.

euminds commented 1 month ago

I can try successfully on 4090 GPU to limit the generation video size to 256 256 16. It also should be set in invert.py

luo0207 commented 12 hours ago

@euminds Hi, when I decrease the resolution into 256*256, I find that the model is easy to collapse, which generates meaningless noise-like output video. Do you counter with the same issue?