We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1156893 commit de3d3d4Copy full SHA for de3d3d4
1 file changed
src/maxdiffusion/models/ltx2/ltx2_3_utils.py
@@ -259,7 +259,7 @@ def load_vae_weights_2_3(
259
name = "_".join(part.split("_")[:-1])
260
idx = int(part.split("_")[-1])
261
262
- if name == "resnets" or name == "block":
+ if name == "resnets" or name == "block" or name == "res_blocks":
263
pt_list.append("resnets")
264
resnet_index = idx
265
elif name == "upsamplers":
0 commit comments