Skip to content

Commit 698a5d0

Browse files
committed
passed img related params to WanTransformerBlock call
1 parent c777b07 commit 698a5d0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,6 @@ def init_block(rngs):
545545
precision=precision,
546546
attention=attention,
547547
enable_jax_named_scopes=enable_jax_named_scopes,
548-
added_kv_proj_dim=added_kv_proj_dim,
549-
image_seq_len=pos_embed_seq_len,
550548
)
551549
blocks.append(block)
552550
self.blocks = blocks

0 commit comments

Comments
 (0)