We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118e5d0 commit 753ab0fCopy full SHA for 753ab0f
1 file changed
src/maxdiffusion/models/ltx2/ltx2_utils.py
@@ -406,8 +406,8 @@ def rename_for_ltx2_connector(key):
406
407
if "transformer_blocks" in key:
408
key = key.replace("transformer_blocks", "stacked_blocks")
409
- key = key.replace("ff.net.0.proj", "ff.proj1")
410
- key = key.replace("ff.net.2", "ff.proj2")
+ key = key.replace("ff.net.0.proj", "ff.net_0")
+ key = key.replace("ff.net.2", "ff.net_2")
411
key = key.replace("to_out.0", "to_out")
412
413
if key.endswith(".weight"):
0 commit comments