We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2384c4 commit f3a6f8aCopy full SHA for f3a6f8a
1 file changed
src/maxdiffusion/models/ltx2/ltx2_3_utils.py
@@ -68,6 +68,8 @@ def rename_for_ltx2_3_transformer(key):
68
if "audio_text_proj_in" in key:
69
key = key.replace("audio_text_proj_in", "feature_extractor.audio_linear")
70
71
+ key = key.replace("to_gate_logits.weight", "to_gate_logits.kernel")
72
+
73
key = key.replace("k_norm", "norm_k")
74
key = key.replace("q_norm", "norm_q")
75
key = key.replace("adaln_single", "time_embed")
0 commit comments