Which exact ltx-2-mlx revision supports this LTX 2.5 checkpoint with --low-ram?

#1
by hufflepuffle - opened

Hey, thanks for sharing this conversion! I’m hoping to try it on a 24 GB Mac using --low-ram.

Which exact ltx-2-mlx commit or branch did you test it with? The current public main still appears to be LTX 2.3-oriented, so I want to make sure I’m using the right runtime.

Also, does the bundled Gemma 4 encoder load automatically, or is an extra flag needed?

Thanks!

Thanks! You’re correct that upstream main is still LTX-2.3-oriented.

I tested this conversion with the community LTX-2.5 runtime on:

Please use mlx-lm >= 0.31.3. The bundled Gemma 4 encoder loads automatically from text_encoder/; no --gemma flag or separate download is required.
For a 24 GB Mac, start with --distilled --low-ram and a modest resolution/frame count. The LTX-2.5 distilled pipeline includes the Euler ancestral sampler internally for stage 1; it is not a separate CLI mode.

Sign up or log in to comment