Skip to content

Commit 6e9f8ff

Browse files
committed
vocoder fix
1 parent 1b7844d commit 6e9f8ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/maxdiffusion/models/ltx2/vocoder_ltx2.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ def __init__(
3939
kernel_size: int = 3,
4040
stride: int = 1,
4141
dilations: Sequence[int] = (1, 3, 5),
42+
act_fn: str = "leaky_relu",
4243
leaky_relu_negative_slope: float = 0.1,
44+
antialias: bool = False,
45+
antialias_ratio: int = 2,
46+
antialias_kernel_size: int = 12,
4347
*,
4448
rngs: nnx.Rngs,
4549
dtype: DType = jnp.float32,

0 commit comments

Comments
 (0)