-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Support AnimateDiff, a popular text2animation method #1980
Conversation
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.
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 push
Or, 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! |
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.
Thanks for your contribution!
Motivation
Support AnimateDiff in MMagic.
Modification
Use cases (Optional)
configs/animatediff/animatediff_ToonYou.py
Checklist
Submitting this pull request means that,
Before PR:
After PR: