Skip to content

Commit f2384c4

Browse files
committed
setting gated attn to true for all layers
1 parent fa85d63 commit f2384c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ def create_model(rngs: nnx.Rngs, ltx2_config: dict):
132132
"caption_channels": 4096,
133133
"audio_caption_channels": 2048,
134134
"use_prompt_embeddings": True,
135-
"gated_attn": False,
135+
"gated_attn": True,
136136
"cross_attn_mod": True,
137-
"audio_gated_attn": False,
137+
"audio_gated_attn": True,
138138
"audio_cross_attn_mod": True,
139139
}
140140
else:

0 commit comments

Comments
 (0)