Skip to content

Commit 0cfad41

Browse files
committed
vocoder weight
1 parent e1560e0 commit 0cfad41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,12 +543,14 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
543543
upsample_initial_channel=1536,
544544
upsample_rates=(5, 2, 2, 2, 2, 2),
545545
upsample_kernel_sizes=(11, 4, 4, 4, 4, 4),
546+
use_bias_at_final=False,
546547
rngs=rngs,
547548
dtype=jnp.float32,
548549
)
549550
bwe_generator = Vocoder(
550551
upsample_initial_channel=512,
551552
upsample_kernel_sizes=[12, 11, 4, 4, 4],
553+
use_bias_at_final=False,
552554
rngs=rngs,
553555
dtype=jnp.float32,
554556
)

0 commit comments

Comments
 (0)