Skip to content

Commit 8ef6a0d

Browse files
committed
removed attn_mask from FlaxWanAttn call
1 parent 947d902 commit 8ef6a0d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/models/wan/transformers/transformer_wan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ def __call__(
408408
attn_output = self.attn2(
409409
hidden_states=norm_hidden_states,
410410
encoder_hidden_states=encoder_hidden_states,
411-
encoder_attention_mask=encoder_attention_mask,
412411
deterministic=deterministic,
413412
rngs=rngs,
414413
)

0 commit comments

Comments
 (0)