Skip to content

Commit 23bb98e

Browse files
committed
weight loading for tokenizer
1 parent aff7aa3 commit 23bb98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
333333
}
334334
)
335335
connectors = LTX2AudioVideoGemmaTextEncoder.from_config(
336-
config.pretrained_model_name_or_path,
336+
"Lightricks/LTX-2",
337337
subfolder="connectors",
338338
rngs=rngs,
339339
mesh=mesh,

0 commit comments

Comments
 (0)