We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e8de8 commit 6b6688fCopy full SHA for 6b6688f
1 file changed
src/maxdiffusion/models/ltx2/transformer_ltx2.py
@@ -257,7 +257,7 @@ def __init__(
257
rope_type=rope_type,
258
flash_block_sizes=flash_block_sizes,
259
flash_min_seq_length=0,
260
- gated_attn=cross_attn_mod,
+ gated_attn=False,
261
)
262
263
self.video_to_audio_norm = nnx.RMSNorm(
@@ -285,7 +285,7 @@ def __init__(
285
286
287
flash_min_seq_length=flash_min_seq_length,
288
289
290
291
# 4. Feed Forward
0 commit comments