Model reference · open weights
LTX-Video-ICLoRA-depth-0.9.7 is an open-weight video model from Lightricks. 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
| Released by | Lightricks |
|---|---|
| Type | Video models |
| Task | Text→video |
| Runs with | diffusers |
| Based on | Lightricks/LTX-Video-0.9.7-dev |
| Released | 2025-07-01 |
| Popularity | 505 downloads / month |
| Licence | Commercial licence needed |
About
This is a depth control model on top of LTXV_13B_097_DEV trained on custom data.
IC LoRA is a method that enables adding video context into the video generation process. This approach allows for video-to-video control on top of the text-to-video model, providing more precise control over the generated content by conditioning the model on reference video frames during inference.
comfy compatible model: ltxv-097-ic-lora-depth-control-comfyui.safetensors
diffusers compatible model:ltxv-097-ic-lora-depth-control-diffusers.safetensors
For licensing information, please refer to the LTXV Open Weights License.
LTXV_13B_097_DEVThis model is designed to be used with the LTXV (Lightricks Text-to-Video) pipeline.
In order to use the trained lora in comfy:
models/loras folder in your ComfyUI installation.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-iclora-depth-0-9-7 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (ltx-video-iclora-depth-0-9-7 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-iclora-depth-0-9-7","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.