Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
18ebd57b
Commit
18ebd57b
authored
Apr 08, 2023
by
William Berman
Committed by
Will Berman
Apr 09, 2023
Browse files
add missing AttnProcessor2_0 to AttentionProcessor union
parent
b6cc0502
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/diffusers/models/attention_processor.py
src/diffusers/models/attention_processor.py
+1
-0
No files found.
src/diffusers/models/attention_processor.py
View file @
18ebd57b
...
@@ -684,6 +684,7 @@ class SlicedAttnAddedKVProcessor:
...
@@ -684,6 +684,7 @@ class SlicedAttnAddedKVProcessor:
AttentionProcessor
=
Union
[
AttentionProcessor
=
Union
[
AttnProcessor
,
AttnProcessor
,
AttnProcessor2_0
,
XFormersAttnProcessor
,
XFormersAttnProcessor
,
SlicedAttnProcessor
,
SlicedAttnProcessor
,
AttnAddedKVProcessor
,
AttnAddedKVProcessor
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment