Skip to content

Commit e59ff73

Browse files
committed
update
1 parent 03002a9 commit e59ff73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/transformers/transformer_mochi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def __init__(
130130
out_bias: bool = True,
131131
context_pre_only: bool = False,
132132
eps: float = 1e-5,
133-
elementwise_affine: bool = True,
134133
):
134+
super().__init__()
135135
self.inner_dim = out_dim if out_dim is not None else dim_head * heads
136136
self.out_dim = out_dim if out_dim is not None else query_dim
137137
self.out_context_dim = out_context_dim if out_context_dim else query_dim

0 commit comments

Comments
 (0)