Skip to content

Commit bf6ca95

Browse files
committed
fix
1 parent 832a43d commit bf6ca95

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
@@ -465,7 +465,7 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
465465
@classmethod
466466
def load_scheduler(cls, config: HyperParameters):
467467
max_logging.log("Loading Scheduler...")
468-
scheduler = FlaxFlowMatchScheduler.from_pretrained(
468+
scheduler, _ = FlaxFlowMatchScheduler.from_pretrained(
469469
config.pretrained_model_name_or_path,
470470
subfolder="scheduler",
471471
)

0 commit comments

Comments
 (0)