Skip to content

Commit 58b198b

Browse files
committed
fix
1 parent 841167d commit 58b198b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/tests/test_ltx2_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def test_load_vae_weights(self):
8989
in_channels=3,
9090
out_channels=3,
9191
latent_channels=128,
92-
block_out_channels=(256, 512, 1024, 2048),
93-
layers_per_block=(4, 6, 6, 2, 2), # Matches 2.0
92+
block_out_channels=(128, 256, 512, 512),
93+
layers_per_block=(4, 3, 3, 3, 4),
9494
upsample_factor=(2, 2, 2)
9595
)
9696

0 commit comments

Comments
 (0)