Skip to content

Commit f7f9c83

Browse files
committed
new fix
1 parent 668390c commit f7f9c83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/models/ltx2/autoencoder_kl_ltx2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ def __init__(
666666
weights_dtype=weights_dtype
667667
))
668668

669+
self.conv_in = None
669670
if in_channels != out_channels:
670671
self.conv_in = nnx.data(LTX2VideoResnetBlock3d(
671672
in_channels=in_channels,

0 commit comments

Comments
 (0)