Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#431·AnimateDiff

can not learn temporal information

Author: slippersmanCreated Oct 17, 2025Updated Oct 17, 2025

Hello, I read your ICLR '24 paper AnimateDiff—both its innovative approach and impressive results are remarkable. I’m currently trying to replace its base model with Stable 3.5's transformer for training but have encountered some issues. I’d greatly appreciate your advice.

  1. Due to hardware constraints, I modified the model using Megatron/DeepSpeed to reduce GPU memory usage. With 100 training clips (test set: random samples from training), the loss converges initially, but outputs degrade into solid-color images as epochs increase (see epoch5-60). No temporal dynamics are learned.
  2. In the image finetuning stage of official AnimateDiff, the code directly uses diffusers' UNet without visible domain adapter logic (as described in your paper). Is this component implemented elsewhere?

Source: guoyww/AnimateDiff

View original on GitHubView discussion on GitHub