-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Community] Experimental AnimateDiff Image to Video (open to improvements) #6509
[Community] Experimental AnimateDiff Image to Video (open to improvements) #6509
Conversation
Some results can be found here: #6328 (comment) |
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.
Excellent 👍🏽
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
Nice!
Looks like the IP Adapter FaceID PR would require fixing in the community README. @DN6 Should I fix it here? Edit: There's a few things that we could refactor in the community README. I think I'll take it up in a separate PR after this. |
@a-r-r-o-w I think separate PR for the README works. |
I ran into an issue using pipeline_animatediff_img2video worth reporting.. Getting this import error:
To fix it, you'd change that line to: |
cc: @a-r-r-o-w |
@Skquark Thanks for reporting the error! I believe this PR overlapped with the refactoring of the UNet modules and so this broke. If you'd like to, you can submit a PR fixing it otherwise I'll take it up sometime soon. Regarding the quality, AnimateDiff motion checkpoints are sensitive to the |
…ents) (huggingface#6509) * add animatediff img2vid * fix * Update examples/community/README.md Co-authored-by: Patrick von Platen <[email protected]> * fix code snippet between ip adapter face id and animatediff img2vid --------- Co-authored-by: Patrick von Platen <[email protected]>
What does this PR do?
Experimental img2vid support for AnimateDiff. Moved it here from #6328 due to the other being a core addition and it should make it easier to review vid2vid.
Colab
Fixes #6123.
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@DN6