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
41b705f4
Unverified
Commit
41b705f4
authored
Jul 24, 2024
by
Sayak Paul
Committed by
GitHub
Jul 24, 2024
Browse files
remove residual i from auraflow. (#8949)
* remove residual i. * rename to aura_flow in pipeline test
parent
50d21f7c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
1 deletion
+0
-1
src/diffusers/models/attention_processor.py
src/diffusers/models/attention_processor.py
+0
-1
tests/pipelines/aura_flow/test_pipeline_aura_flow.py
tests/pipelines/aura_flow/test_pipeline_aura_flow.py
+0
-0
No files found.
src/diffusers/models/attention_processor.py
View file @
41b705f4
...
@@ -1182,7 +1182,6 @@ class AuraFlowAttnProcessor2_0:
...
@@ -1182,7 +1182,6 @@ class AuraFlowAttnProcessor2_0:
attn
:
Attention
,
attn
:
Attention
,
hidden_states
:
torch
.
FloatTensor
,
hidden_states
:
torch
.
FloatTensor
,
encoder_hidden_states
:
torch
.
FloatTensor
=
None
,
encoder_hidden_states
:
torch
.
FloatTensor
=
None
,
i
=
0
,
*
args
,
*
args
,
**
kwargs
,
**
kwargs
,
)
->
torch
.
FloatTensor
:
)
->
torch
.
FloatTensor
:
...
...
tests/pipelines/aura_flow/test_pipeline_aura_
d
low.py
→
tests/pipelines/aura_flow/test_pipeline_aura_
f
low.py
View file @
41b705f4
File moved
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