-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Animatediff used for inference , or just training only? #42
Comments
It is just for training. It remains in the inference code because the inference code is modified based on the training one. |
Thank you :D |
In the "3.1. Implementation Details" section, it is mentioned that "In motion learning, only motion modules, which are initialized from AnimateDiff [8], are optimizable." I would like to understand why the motion module trained in the second phase doesn't participate in inference. Could you clarify the reason behind this decision? |
Here, the not-used one is the initialization parameter, the trained one is used |
Hello,
I tried to run the inference demo without Animatediff model, it seems like running ok. Is the AnimateDiff motion module necessary for the inference process? 'cause I couldn't find anywhere import the motion module in your code except training process.
In addtion, can I use Animatediff v3 instead of v2 ? I have this odd question because you placed mm_v2.ckpt in the inference example :D
Thank you in advance.
The text was updated successfully, but these errors were encountered: