Skip to content

Commit ab4841a

Browse files
committed
ltx2.3 connectors loading
1 parent 8c2b884 commit ab4841a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
327327
connector_kwargs.update(
328328
{
329329
"video_connector_num_layers": 8,
330+
"audio_connector_num_layers": 8,
331+
"caption_channels": 2048,
330332
"video_gated_attn": True,
331333
"per_modality_projections": True,
332334
"proj_bias": True,

0 commit comments

Comments
 (0)