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 03002a9 commit e59ff73Copy full SHA for e59ff73
src/diffusers/models/transformers/transformer_mochi.py
@@ -130,8 +130,8 @@ def __init__(
130
out_bias: bool = True,
131
context_pre_only: bool = False,
132
eps: float = 1e-5,
133
- elementwise_affine: bool = True,
134
):
+ super().__init__()
135
self.inner_dim = out_dim if out_dim is not None else dim_head * heads
136
self.out_dim = out_dim if out_dim is not None else query_dim
137
self.out_context_dim = out_context_dim if out_context_dim else query_dim
0 commit comments