We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fbf70 commit 15b5fefCopy full SHA for 15b5fef
src/diffusers/models/attention_processor.py
@@ -2813,7 +2813,6 @@ def __call__(
2813
encoder_hidden_states: torch.Tensor,
2814
attention_mask: Optional[torch.Tensor] = None,
2815
image_rotary_emb: Optional[torch.Tensor] = None,
2816
- *args,
2817
**kwargs,
2818
) -> torch.Tensor:
2819
text_seq_length = encoder_hidden_states.size(1)
@@ -2886,7 +2885,6 @@ def __call__(
2886
2885
2887
2888
2889
2890
2891
2892
0 commit comments