Skip to content

Commit de3d3d4

Browse files
committed
vae loading
1 parent 1156893 commit de3d3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/ltx2_3_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def load_vae_weights_2_3(
259259
name = "_".join(part.split("_")[:-1])
260260
idx = int(part.split("_")[-1])
261261

262-
if name == "resnets" or name == "block":
262+
if name == "resnets" or name == "block" or name == "res_blocks":
263263
pt_list.append("resnets")
264264
resnet_index = idx
265265
elif name == "upsamplers":

0 commit comments

Comments
 (0)