Skip to content

Commit be522c6

Browse files
committed
rope type changed to split for connectors
1 parent 7b5d50a commit be522c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
383383
"audio_gated_attn": True,
384384
"per_modality_projections": True,
385385
"proj_bias": True,
386+
"rope_type": "split",
386387
}
387388
)
388389
connectors = LTX2AudioVideoGemmaTextEncoder.from_config(

0 commit comments

Comments
 (0)