Model reference · open weights
LTX-Video-0.9.6-dev 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-04-26 |
| Popularity | 737 downloads / month |
| Licence | Commercial licence needed |
About
This is a direct GGUF conversion of Lightricks/LTX-Video.
The model files can be used in ComfyUI with the ComfyUI-GGUF custom node. Place the required model(s) in the following folders:
| Type | Name | Location | Download |
|---|---|---|---|
| Main Model | LTX-Video-0.9.6-Dev | ComfyUI/models/diffusion_models | GGUF (this repo) |
| Text Encoder | T5-V1.1-XXL-Encoder | ComfyUI/models/text_encoders | Safetensors / GGUF |
| VAE | LTX-Video-0.9.6-VAE | ComfyUI/models/vae | Safetensors |
Example workflow - based on the official example workflow
Example outputs - sample size of 1, not strictly representative
The VAE seems to be largely the same as LTXV 0.9.5 and the difference between the two seems negligible, but I've uploaded the 0.9.6 one to this repo to be safe
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
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 ltx-video-0-9-6-dev for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (ltx-video-0-9-6-dev 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":"ltx-video-0-9-6-dev","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.