Skip to content

Commit 44bf20f

Browse files
committed
weight loading
1 parent 8a404dd commit 44bf20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maxdiffusion/models/ltx2/autoencoder_kl_ltx2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ def __init__(
982982
layers_per_block = tuple(reversed(layers_per_block))
983983
inject_noise = tuple(reversed(inject_noise))
984984
upsample_residual = tuple(reversed(upsample_residual))
985-
upsample_factor = tuple(reversed(upsample_factor))
986-
upsample_type = tuple(reversed(upsample_type))
985+
upsample_factor = upsample_factor
986+
upsample_type = upsample_type
987987
output_channel = block_out_channels[0]
988988

989989
self.conv_in = LTX2VideoCausalConv3d(

0 commit comments

Comments
 (0)