Model reference · open weights
LTX-Video-0.9.5 is an open-weight video model from city96. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | city96 |
|---|---|
| Type | Video models |
| Task | Image→video |
| Runs with | gguf |
| Based on | Lightricks/LTX-Video |
| Released | 2025-03-07 |
| Popularity | 1k downloads / month |
| Licence | Commercial licence needed |
About
This is a direct GGUF conversion of Lightricks/LTX-Video
Note that the VAE is different from 0.9
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
The model files can be used with the ComfyUI-GGUF custom node.
Place model files in ComfyUI/models/unet - see the GitHub readme for further install instructions.
Please refer to this chart for a basic overview of quantization types.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys city96-ltx-video-0-9-5 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (city96-ltx-video-0-9-5 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"city96-ltx-video-0-9-5","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.