-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[IP-Adapter] Support multiple IP-Adapters #6573
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 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7e1bf9b
allow list
3b55a1e
update
345b4d6
save
f6bae6e
add
baa7b83
remove print lines
9024698
style
27fc796
support multi-image
67908bf
Merge branch 'main' into multi-ipadapter
yiyixuxu afd91e3
fix a typo
7d42455
Merge branch 'multi-ipadapter' of github.com:huggingface/diffusers in…
1fdcd7b
fix
45fb582
fix a bug!
yiyixuxu 1a4c6b1
fix
d924c47
update
cc2aa1b
fix
2c86534
Merge branch 'main' into multi-ipadapter
yiyixuxu 0049e44
Apply suggestions from code review
yiyixuxu 4a3df90
ImageProjectionLayers -> image_projection_layers
ff96407
merge
193d6e8
fix
f7f2465
fix-copies
efa704a
update test
9abdcf9
add test
5e47ceb
add prepare_ip_adapter_image_embeds method so pipelines can copy from
c6670de
update all pipelines support ip-adapter
711387e
deprecate image_embeds as 3d tensor
bce309f
corrent num_images_per_prompt behavior
fae861e
fix batching behavior
21da205
revert for lcm and sd safe
accee6b
correct tests
816578f
update attention processer so backward compatible
e57103f
revert changes made to ipadapter attention processor to follow the de…
6cfa34b
Merge branch 'main' into multi-ipadapter
yiyixuxu 1e68c64
add doc
2cc1561
update doc
475046e
update docstring
98fa0c2
add a slow test for multi
3a52ecb
remove ddim config
e742cf4
style
dcdde9c
Merge branch 'main' into multi-ipadapter
yiyixuxu 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
add doc
- Loading branch information
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
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.
Let's try to load the scheduler from a repo - it's bad practice to incentivize the user to always have to define the scheduler themselves
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.
DDIMScheduler.from_config()would work - I updated it!