[Feature] Support AnimateDiff, a popular text2animation method#1980
[Feature] Support AnimateDiff, a popular text2animation method#1980liuwenran merged 60 commits intoopen-mmlab:mainfrom
Conversation
There was a problem hiding this comment.
Hey @ElliotQi , thanks you for support this COOL algorithm to MMagic.
Please install pre-commit hook via pip install pre-commit before creating commit in order to fix lint error automatically.
Since you have already create a commit and PR, you can use the following commands to roll back:
git reset --soft HEAD^ # reset commit and remain changes
pip install pre-commit # install pre-commit hook package
pre-commit install # install pre-commit hook for current repo
git commit -m "xxxxx" # create commit
git push -f <repository> <refspec> # -f for force pushOr, you can run the following commands to run pre-commit hook manually, and then add a new commit for format fixing:
pip install pre-commit # install pre-commit hook package
pre-commit install # install pre-commit hook for current repo
pre-commit run --all-files # run pre-commit checking for all file
git add xxx # add changed files
git commit -m "xxx" # create new commit
git push <repository> <refspec> # push to remote|
Hi @LeoXing1996, thanks for your reply. |
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
|
Hi @ElliotQi, We'd like to express our appreciation for your valuable contributions to the mmagic. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
liuwenran
left a comment
There was a problem hiding this comment.
Thanks for your contribution!


Motivation
Support AnimateDiff in MMagic.
Modification
Use cases (Optional)
configs/animatediff/animatediff_ToonYou.pyChecklist
Submitting this pull request means that,
Before PR:
After PR: