-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Implement .swap()
against diffusers 0.12
#2385
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
keturn
merged 27 commits into
invoke-ai:main
from
damian0815:diffusers_cross_attention_control_reimplementation
Jan 30, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
0c2a511
wip SwapCrossAttnProcessor
damian0815 bffe199
SwapCrossAttnProcessor working - tested on mac CPU (MPS doesn't work)
damian0815 313b206
squash float16/float32 mismatch on linux
damian0815 c0610f7
pass missing value
damian0815 63c6019
sliced attention processor wip (untested)
damian0815 3c53b46
Merge branch 'main' into diffusers_cross_attention_control_reimplemen…
keturn a4aea15
more wip sliced attention (.swap doesn't work yet)
damian0815 c52dd7e
Merge branch 'diffusers_cross_attention_control_reimplementation' of …
damian0815 1f5ad1b
sliced swap working
damian0815 34a3f4a
cleanup
damian0815 41aed57
wip tracking down MPS slicing support
damian0815 95d147c
MPS support: negatory
damian0815 93a2444
Merge remote-tracking branch 'upstream/main' into diffusers_cross_att…
damian0815 5e7ed96
wip updating docs
damian0815 8ed8bf5
use 'auto' slice size
damian0815 7297526
trying out JPPhoto's patch on vast.ai
damian0815 fb312f9
use the correct value - whoops
damian0815 c381788
don't restore None
damian0815 e090c0d
try without setting every time
damian0815 5ce62e0
Merge branch 'main' into diffusers_cross_attention_control_reimplemen…
JPPhoto 27ee939
with diffusers cac, always run the original prompt on the first step
damian0815 c5c160a
Merge branch 'diffusers_cross_attention_control_reimplementation' of …
damian0815 478c379
for cac make t_start=0.1 the default
damian0815 17d73d0
Revert "with diffusers cac, always run the original prompt on the fir…
damian0815 3f1120e
Merge branch 'main' into diffusers_cross_attention_control_reimplemen…
damian0815 d044d4c
rename override/restore methods to better reflect what they actually do
damian0815 817e36f
Merge branch 'diffusers_cross_attention_control_reimplementation' of …
damian0815 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
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.
Uh oh!
There was an error while loading. Please reload this page.