-
Notifications
You must be signed in to change notification settings - Fork 133
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
[ppdiffusers] AnimateAnyone Training Support #501
Conversation
Thanks for your contribution! |
…nto AnimateAnyone_trn
…nto AnimateAnyone_trn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
### 4.4 第二阶段微调前后对比 | ||
在第二阶段训练中,利用 [animatediff初始化权重](https://huggingface.co/guoyww/animatediff)对模型组网中的motion_modules进行微调,微调前后生成效果对比如下: | ||
| Static Image | Pose Video | Before Fine-tuning | After Fine-tuning | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Static Image这一列的图片貌似有问题,不能按照原比例显示
from paddlenlp.utils.log import logger | ||
from src.models.mutual_self_attention import ReferenceAttentionControl | ||
from src.models.pose_guider import PoseGuider | ||
from src.models.unet_2d_condition import UNet2DConditionModel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve comment from #501 --------- Co-authored-by: xuzhang <westfish@126.com>
Co-authored-by: xuzhang <westfish@126.com>
Resolve comment from PaddlePaddle#501 --------- Co-authored-by: xuzhang <westfish@126.com>
No description provided.