Uh oh!
There was an error while loading. Please reload this page.
[Community] Experimental AnimateDiff Image to Video (open to improvements) - #6509
Conversation
a-r-r-o-w
commented
Jan 9, 2024
Some results can be found here: #6328 (comment) |
Uh oh!
There was an error while loading. Please reload this page.
HuggingFaceDocBuilderDev
commented
Jan 12, 2024
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. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
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. |
DN6
commented
Jan 17, 2024
@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: |
DN6
commented
Feb 23, 2024
cc: @a-r-r-o-w |
a-r-r-o-w
commented
Feb 23, 2024
@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 |
Skquark
commented
Feb 23, 2024
…ents) (huggingface#6509) * add animatediff img2vid * fix * Update examples/community/README.md Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * fix code snippet between ip adapter face id and animatediff img2vid --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>



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