Skip to content

Commit db0f209

Browse files
committed
weight loading
1 parent 44bf20f commit db0f209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/autoencoder_kl_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ 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 = upsample_factor
985+
upsample_factor = tuple(reversed(upsample_factor))
986986
upsample_type = upsample_type
987987
output_channel = block_out_channels[0]
988988

0 commit comments

Comments
 (0)