tumurzakov / AnimateDiff

AnimationDiff with train
Apache License 2.0
115 stars 26 forks source link

Training Cost #21

Open AmberCheng opened 2 months ago

AmberCheng commented 2 months ago

Hi, I am currently also fine-tuning the motion module of Animatediff. However, I am using the original GitHub(https://github.com/guoyww/AnimateDiff). I found that when the training size is 512x512x16 frames, the GPU memory has reached 51G. I wonder what are your training configurations and resource consumption? Looking forward to your reply~

tumurzakov commented 2 months ago

Thats too many, 512x512x16 must took somewhere 15-16gb, I guess you didn't turn off gradients on unet. You must turn on grandients only on motion module.