-
Notifications
You must be signed in to change notification settings - Fork 6k
[Pipeline] AnimateDiff SDXL #6721
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
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
56ba44b
update conversion script to handle motion adapter sdxl checkpoint
a-r-r-o-w 7ae7bc8
add animatediff xl
a-r-r-o-w 01f5978
handle addition_embed_type
a-r-r-o-w 2562500
fix output
a-r-r-o-w 736a224
update
a-r-r-o-w 4a2b9de
add imports
a-r-r-o-w eb060e0
make fix-copies
a-r-r-o-w 54cd75c
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w c01d2c2
add decode latents
a-r-r-o-w 3d45dc1
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 60364ea
update docstrings
a-r-r-o-w 0db8340
add animatediff sdxl to docs
a-r-r-o-w bf2cd49
remove unnecessary lines
a-r-r-o-w 389adaa
update example
a-r-r-o-w f471e3c
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w ba4f9f4
add test
a-r-r-o-w 504e958
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w a3fb232
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 512d346
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 21e6af1
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 1fa606f
revert conv_in conv_out kernel param
a-r-r-o-w 93fc848
remove unused param addition_embed_type_num_heads
a-r-r-o-w 5bbd8ef
latest IPAdapter impl
a-r-r-o-w 9f69127
make fix-copies
a-r-r-o-w 5919f37
fix return
a-r-r-o-w a09355a
add IPAdapterTesterMixin to tests
a-r-r-o-w 306902f
fix return
a-r-r-o-w 5ba4383
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w feb458a
revert based on suggestion
a-r-r-o-w 7c3807d
add freeinit
a-r-r-o-w dd996ad
fix test_to_dtype test
a-r-r-o-w 53f5815
use StableDiffusionMixin instead of different helper methods
a-r-r-o-w 971852f
fix progress bar iterations
a-r-r-o-w dc0fd88
apply suggestions from review
a-r-r-o-w 75bd4e8
hardcode flip_sin_to_cos and freq_shift
a-r-r-o-w 2b618ea
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 124d1c9
make fix-copies
a-r-r-o-w 1081788
fix ip adapter implementation
a-r-r-o-w f887625
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 4772b0d
fix last failing test
a-r-r-o-w 7df8fab
make style
a-r-r-o-w b68037d
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 90ebe25
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 3c662ba
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w c8b9d73
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w 33d5a18
Update docs/source/en/api/pipelines/animatediff.md
a-r-r-o-w 43e873f
remove todo
a-r-r-o-w 3a9cd0f
Merge branch 'main' into re-animatediff-sdxl
a-r-r-o-w cf3ebc9
fix doc-builder errors
a-r-r-o-w 1a8d76c
Merge branch 'main' into re-animatediff-sdxl
DN6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you also load add_embedding in from_unet2d? Something like:
Uh oh!
There was an error while loading. Please reload this page.
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.
If we take a look at current unet_2d_condition.py modelling code, the team has refactored out these changes into separate helper functions. I think that because unet_motion_model.py is mostly a copy of that, we can adapt those changes here and therefore all the functionality one would need. We can take it up in a future PR in my opinion (also I'm afraid I will not have time to test things thoroughly if we do it here).