can you make LTX 2.5 Β· 22B INT8 ?

#6
by hololabs - opened

or explain how i can do it? thank you!
also Qwen 3.8 27B ?

nice work! is this faster or slower than minimax? seems like its slower no?

are you on a discord. would love to chat in RT

Slower, yes β€” and structurally so, not by accident.

MiniMax-H3-Turbo has the Turbo LoRA merged into the weights, so it samples in 4 steps: 60.2 s for 512Γ—288 Γ— 39 frames on a 5090. LTX-2.5 takes 8, through a 21 B DiT that carries a video and an audio stream in the same 48 blocks, behind a 12 B prompt encoder β€” roughly 3 min for 384Γ—256 Γ— 49 frames on the same card. You get a soundtrack out of the same pass; that is what you are paying for.

Two things worth knowing if you run it:

  • --two-stage is the schedule the model was distilled for β€” 8 steps at half resolution, a learned Γ—2 latent upscale, then only 3 passes at full resolution instead of 8. Measured on an M4 just now, 768Γ—448 Γ— 241 frames with sound: the full-res step is ~360 s, so three of them is 18 min where eight would be 48.
  • Since 0.5.88 the prompt encode is cached, so a second take on the same text starts at the first denoising step instead of paying 29 s again.

No Discord, sorry β€” this thread and GitHub issues is where I am.

okay ill give it a try once i free up some disk space lol.

will it be possible to add the other inputs that mini max supports. ie reference images, characters sheets, video to video, audio to video (lip synching).

the closest ive come to character sheets is giving it a start frame with my character then prompting it to refer to the same character in first frames in next cut. here is an example (man with very long nose put into a scene) . you would then edit out the first frames with the reference

(this hack is limited - you cant use a high rez image to squeeze more people since that first frame defines the resolution for the whole clip which exceeds the memory)

okay - i will keep contacting you on these threads thanks for your great work!

Sign up or log in to comment