Skip to content

Commit 30f3aab

Browse files
committed
fix linting
1 parent dcfdb4a commit 30f3aab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ def __call__(
742742
deterministic: bool = True,
743743
rngs: nnx.Rngs = None,
744744
) -> Union[jax.Array, Dict[str, jax.Array]]:
745-
746745
if pose_hidden_states is not None and pose_hidden_states.shape[2] + 1 != hidden_states.shape[2]:
747746
raise ValueError(
748747
f"Pose frames + 1 ({pose_hidden_states.shape[2]} + 1) must equal hidden_states frames ({hidden_states.shape[2]})"

0 commit comments

Comments
 (0)