Media generation
LTX-2.5 22B Dev (comfy-int8)
LTX-2.5 22B dev text-to-video, comfy-int8 transformer with the matching int8 text encoder. Same weights repo as the bf16 entry; the smaller serving set is what lets it share a node with the LLM tier. Unverified: catalogued from the files on disk, never rendered here.
LTX-2.x Community Licensecommercial_customSource verifiedGated upstream
Specification
Model ID
ltx-2.5-22b-dev-int8Family
ltx2
Modality
Media generation
Parameters
22B
Weights
187.1 GB
Minimum VRAM
44 GB
Capabilities
text2video
Pipeline
LTX2PipelineBackend
diffusers
Source
Weights and provenance.
Repository
Registry license
LTX-2.x Community License
Access
Gated — the source repository requires accepting its terms before the weights can be fetched.
The licence above is the registry's. The source repository either states nothing, states the catch-all “other”, or carries a licence link and base model that its own tag contradicts — a re-quantisation inherits the terms of the weights it derives from. The registry's licence is the one to rely on.
Serve it
# Pull the weights onto a node
tenzro model download ltx-2.5-22b-dev-int8
# Serve it
tenzro model serve ltx-2.5-22b-dev-int8
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"ltx-2.5-22b-dev-int8"}]}'Same family