Skip to content

Commit e03eda6

Browse files
committed
fix and ltx2 backward compatibility
1 parent 6354cbb commit e03eda6

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
@@ -126,6 +126,7 @@ def create_model(rngs: nnx.Rngs, ltx2_config: dict):
126126
"num_layers": 48,
127127
"caption_channels": 4096,
128128
"audio_caption_channels": 2048,
129+
"use_prompt_embeddings": False,
129130
}
130131
else:
131132
ltx2_config = LTX2VideoTransformer3DModel.load_config(config.pretrained_model_name_or_path, subfolder=subfolder)

0 commit comments

Comments
 (0)