mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
remove residual i from auraflow. (#8949)
* remove residual i. * rename to aura_flow in pipeline test
This commit is contained in:
@@ -1182,7 +1182,6 @@ class AuraFlowAttnProcessor2_0:
|
||||
attn: Attention,
|
||||
hidden_states: torch.FloatTensor,
|
||||
encoder_hidden_states: torch.FloatTensor = None,
|
||||
i=0,
|
||||
*args,
|
||||
**kwargs,
|
||||
) -> torch.FloatTensor:
|
||||
|
||||
Reference in New Issue
Block a user