Skip to content

Commit e1560e0

Browse files
committed
vocoder weight
1 parent f74fc8c commit e1560e0

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
@@ -541,6 +541,8 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
541541
# Manually construct for LTX-2.3 to support BWE and avoid TypeError
542542
base_vocoder = Vocoder(
543543
upsample_initial_channel=1536,
544+
upsample_rates=(5, 2, 2, 2, 2, 2),
545+
upsample_kernel_sizes=(11, 4, 4, 4, 4, 4),
544546
rngs=rngs,
545547
dtype=jnp.float32,
546548
)

0 commit comments

Comments
 (0)