Skip to content

Commit fb8e0a5

Browse files
committed
caption_channels value changed
1 parent 7e8870c commit fb8e0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def create_model(rngs: nnx.Rngs, ltx2_config: dict):
129129
"audio_attention_head_dim": 64,
130130
"audio_cross_attention_dim": 2048,
131131
"num_layers": 48,
132-
"caption_channels": 3840,
132+
"caption_channels": 4096,
133133
"audio_caption_channels": 2048,
134134
"use_prompt_embeddings": True,
135135
"gated_attn": False,

0 commit comments

Comments
 (0)