Boese0601 / MagicDance

[ICML 2024] MagicPose(also known as MagicDance): Realistic Human Poses and Facial Expressions Retargeting with Identity-aware Diffusion
https://boese0601.github.io/magicdance/
Other
685 stars 61 forks source link

How to fine-tune Temporal module(motion module)? #22

Open haohantianchen opened 5 months ago

haohantianchen commented 5 months ago

Hello, first of all, thank you for your excellent work. I've noticed that you have implemented training for the motion module in your code, but I can't seem to find the usage instructions for this part?

Boese0601 commented 4 months ago

Hi, thanks for your interest in our work. This part of the code (motion module) was left on the internal codebase of ByteDance Inc., I'll release it once I get access to their server :) Meanwhile, I'd like to mention that the motion module is exactly the same as AnimateDiff-v2 so you might check their implementation here.