Skip to content

Commit ccd336f

Browse files
committed
ltx2.3 config values changed to true
1 parent 1ab10eb commit ccd336f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ def create_model(rngs: nnx.Rngs, ltx2_config: dict):
132132
"caption_channels": 3840,
133133
"audio_caption_channels": 2048,
134134
"use_prompt_embeddings": False,
135+
"gated_attn": True,
136+
"cross_attn_mod": True,
137+
"audio_gated_attn": True,
138+
"audio_cross_attn_mod": True,
135139
}
136140
else:
137141
ltx2_config = LTX2VideoTransformer3DModel.load_config(config.pretrained_model_name_or_path, subfolder=subfolder)

0 commit comments

Comments
 (0)