Workflow & Asset Compatibility
Workflow & Asset Compatibility
Use this page before assembling or modifying a workflow. Choose the row that matches your input and goal, then follow its linked workflow or template.
This is a reference guide, not an exhaustive listing of every workflow JSON in the repository.
These rows are all ComfyUI workflows. For the native Python runtime, see the PyTorch API; for the hosted API, see the API documentation.
Compatibility rules
- Keep LTX-2.5 and LTX-2.3 workflows and assets separate unless a workflow or model card explicitly establishes compatibility.
- Start from an official template or workflow, run it unchanged once, then add adapters or custom nodes one at a time.
- An adapter’s model card is the source of truth for its compatible base model, loader, prompt wording, and strength.
- Standard LoRAs and IC-LoRAs are different paths. The official LTX-2.5 workflow directory has task-specific IC-LoRA workflows. A standard LoRA requires manually adding ComfyUI’s core
LoraLoaderModelOnlynode to the selected baseline template. - Do not infer native
ltx-pipelinesfile paths or supported features from a ComfyUI workflow (or the reverse).
Standard ComfyUI model files (BF16)
Use this higher-quality BF16 configuration as the reference stack for a standard LTX-2.5 ComfyUI workflow. A workflow can omit parts of it: for example, Text-to-Audio has no video branch and a single-stage workflow does not use the spatial upscaler.
Lower-VRAM ComfyUI configuration
For a lower-VRAM local setup with the distilled LTX-2.5 video workflows, use these three files together instead of their BF16 counterparts in the reference stack.
Text-to-Audio has no video branch, so it uses only the INT8 ConvRot transformer and text encoder together with the BF16 audio VAE.
The *-comfy-int8-convrot files are ComfyUI-only. Do not use them with native ltx-pipelines or the PyTorch API; use the BF16 files for those paths instead.
LTX-2.5 core workflows
LTX-2.5 IC-LoRA workflows
IC-LoRAs condition a generation on a reference input or control signal. Choose the task-specific workflow below, then follow its adapter card for the required assets, prompt wording, loader, and strength.
LTX-2.3 specialized workflows
These workflows use LTX-2.3 assets and are not currently validated on LTX-2.5.
Before you change a workflow
- Confirm the LTX version in the workflow, checkpoint, adapter card, and model files all match.
- Load the official workflow and run it without edits.
- Make one change at a time and test.
- Record the exact workflow source revision and the model-file identifiers used for a reproducible result.