CivArchive
    LTX-2.3 DEV/DIST - IMAGE to Video and TEXT to Video with Ollama/RTX VSR - v1.0 LTX-2
    NSFW
    Preview 117898337

    update : April 14th 2026 : Lightricks has updated their LTX 2.3 distilled model to 1.1 (and Lora):

    Model (1.1 fp8 _scaled by Kijai): https://huggingface.co/Kijai/LTX2.3_comfy/tree/main/diffusion_models

    dist. Lora 1.1 : https://huggingface.co/Lightricks/LTX-2.3/tree/main


    V2.5 LTX-2.3 DEV & Distilled Video with Audio

    Image to Video and a Text to Video workflow, both can use own Prompts or Ollama generated/enhanced prompts.

    • works with latest LTX 2.3 Distilled model (8 steps, CFG=1) or Dev model (20 steps, CFG=3)

    • Updated the processing for DISTILLED and DEV model, select the DIST or DEV model in loader node and switch to dedicated DIST or DEV processing pipeline, so each model has its own processing.

      • DIST model pipeline: Standard Guider and Basic Scheduler, follows the manual sigmas issued by Lightricks

      • DEV model pipeline: MultiModal Guider and LTX Scheduler + Distilled Lora on latent upscaler

    • Included a workflow version with "RTX Video Super Resolution" node, which upscales videos in highspeed.

    Tip: With latest Comfy and LTX updates, the processing got faster for me, so I can increase the scale_by in sampler node from 0.5 to 0.6 or higher to have crisper videos with minor impact on render time.


    V2.3 LTX-2.3 DEV & Distilled Video with Audio

    Downloads for LTX 2.3:


    smaller LTX 2.3 GGUF Dev or Dist. models work as well. (replace Checkpoint loader node with Unet loader node from this custom node: https://github.com/city96/ComfyUI-GGUF ):


    V1.5 LTX-2 DEV Video with Audio including latest πŸ…›πŸ…£πŸ…§ Multimodal Guider

    Image to Video and a Text to Video workflow, both can use own Prompts or Ollama generated/enhanced prompts.

    Replaced the Guider node with latest Multimodal Guider node, see more details in WF notes or here: https://ltx.io/model/model-blog/ltx-2-better-control-for-real-workflows Before we had 1 CFG parameter for audio and video. With multimodal guider, we now can tweak audio and video seperately with even more parameters...


    V1.0 LTX-2 DEV Video with Audio:

    Image to Video and a Text to Video workflow with own Prompts or Ollama generated/enhanced prompts.

    • setup for the LTX2 Dev model.

    • uses Detailer Lora for better quality and LTX tiled VAE to avoid OOM and visual grids

    • 2 pass rendering (motion+upscale). Upscale process uses distilled and spatial upscale Lora

    • setup with latest LTXVNormalizingSampler to increase video & audio quality.

    • Text to Video can use dynamic prompts with wildcards.


    Download LTX-2 Files: (Workflow V1.0 and V1.5 only)

    Find Model/Lora Loader nodes within Sampler Subgraph node.

    - LTX2 Dev Model (dev_Fp8): https://huggingface.co/Lightricks/LTX-2/tree/main

    - Detailer Lora: https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Detailer/tree/main

    - Distilled (lora-384) & Spatial upscaler Lora: https://huggingface.co/Lightricks/LTX-2/tree/main

    - VAE (already included in above dev_FP8 model, but needed if you go for GGUF models): https://huggingface.co/Lightricks/LTX-2/tree/main/vae

    - Textencoder (fp8_e4m3fn): https://huggingface.co/GitMylo/LTX-2-comfy_gemma_fp8_e4m3fn/tree/main

    - Image to Video Adapter Lora (more motion with I2V): https://huggingface.co/MachineDelusions/LTX-2_Image2Video_Adapter_LoRa/tree/main


    Save Location:

    • πŸ“‚ ComfyUI/

    • β”œβ”€β”€ πŸ“‚ models/

    • β”‚ β”œβ”€β”€ πŸ“‚ checkpoints/

    • β”‚ β”‚ β”œβ”€β”€ ltx-2-19b-dev-fp8.safetensors

    • β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/

    • β”‚ β”‚ └── gemma_3_12B_it_fp8_e4m3fn.safetensors

    • β”‚ β”œβ”€β”€ πŸ“‚ loras/

    • β”‚ β”‚ β”œβ”€β”€ ltx-2-19b-distilled-lora-384.safetensors

    • β”‚ └── πŸ“‚ latent_upscale_models/

    • β”‚ └── ltx-2-spatial-upscaler-x2-1.0.safetensors

    • β”‚ └── πŸ“‚ Clip/

    • β”‚ └── ltx-2.3_text_projection_bf16.safetensors


    Custom Nodes used:


    Ollama help:

    1. Install Ollama from https://ollama.com/

    2. download a model: Go to a model page, chose a model , then hit the copy button, i.e. https://ollama.com/huihui_ai/qwen3-vl-abliterated

    3. open terminal and paste the model name, i.e.: ollama run huihui_ai/qwen3-vl-abliterated

    4. model will be downloaded and can be selected in green comfy node "Ollama Connectivity". Hit "Reconnect" to refresh.


    Example longer Video

    Description

    LTX2 DEV Image to Video and Text to Video

    FAQ

    Comments (13)

    drfaker911219Jan 18, 2026Β· 1 reaction
    CivitAI

    I like it. Issue is that all my gens are mostly static. Can you please add the "anti static" lora? I'm unsure where to connect as there is no room on the sampler node to add third lora

    tremolo28
    Author
    Jan 18, 2026Β· 1 reaction

    You can add another lora loader node to the existing one for the detailer. If you copy the existing lora node and press strg+shift + paste, I think it will connect it right. Assumable your additional lora is only requred on the first pass, not on the upscaler.

    drfaker911219Jan 18, 2026Β· 1 reaction

    @tremolo28Β Ah inside the sampler i2v you mean, ok

    tremolo28
    Author
    Jan 18, 2026Β· 1 reaction

    @drfaker911219Β nah, outside the sampler, above ollama group on the left, the detailer lora group πŸ˜„

    iimacgyverii221Jan 25, 2026Β· 1 reaction
    CivitAI

    Thank you for posting all the models and nodes needed but I am having trouble figuring out where to finding LTXVTiledVAEDecode and LTSXVNormalizingSampler to make this workflow work. Could you also post or lead me to them? Thank you!

    tremolo28
    Author
    Jan 25, 2026Β· 1 reaction

    Hi, those nodes are from lightricks: https://github.com/Lightricks/ComfyUI-LTXVideo

    iimacgyverii221Jan 25, 2026Β· 1 reaction

    @tremolo28Β Thanks! It wasn't properly installed. Now I'm having a problem with LTX-2-19b-IC-LoRA-Detailer not loading even though it's in the Lora's folder.

    Failed to validate prompt for output 75:

    * LoraLoaderModelOnly 360:343:

    - Value not in list: lora_name: '94_LTX2\ltx-2-19b-distilled-lora-384.safetensors' not in ['ltx-2-19b-distilled-lora-384.safetensors', 'ltx-2-19b-ic-lora-detailer.safetensors', 'ltx-2-19b-lora-camera-control-dolly-in.safetensors', 'ltx-2-19b-lora-camera-control-dolly-left.safetensors', 'ltx-2-19b-lora-camera-control-jib-down.safetensors', 'ltx-2-19b-lora-camera-control-jib-up.safetensors']

    * LoraLoaderModelOnly 314

    tremolo28
    Author
    Jan 26, 2026Β· 1 reaction

    @iimacgyverii221Β you need to select your local Lora in the Lora loader nodes in the workflow. Comfy cant find your Lora, that seems to be the issue. "94_LTX2..." is the location I have saved it locally, your Lora location is likely different.

    iimacgyverii221Jan 26, 2026Β· 1 reaction

    @tremolo28Β Thanks again! I understand now but after changing the 2 in detailer it would still fail on the distilled 384 and i couldn't find where that one was being set so I made a 94_LTX2 folder in my loras folder and copied all of the loras in to that folder. It's running now. I'll report back after I use this workflow for awhile. Thanks again!

    tremolo28
    Author
    Jan 26, 2026Β· 1 reaction

    @iimacgyverii221Β Hi, "distilled 384", that lora loader is in the subraph of the sampler, where the model loader is. Click that symbol in the upper right corner of the sampler node to enlarge.

    iimacgyverii221Jan 26, 2026Β· 1 reaction

    @tremolo28Β awesome! Thank for being so helpful. One more question, if I were to add another lora, where would be the best location?

    tremolo28
    Author
    Jan 26, 2026Β· 1 reaction

    @iimacgyverii221Β suggest to add it after node "Detailer Lora Main" above Ollama group in the WF. Most cases it is enough to have another lora on that main pass only, where the images are generated. The upscaler pass does not require an additional lora, except it is created for that.

    iimacgyverii221Jan 26, 2026Β· 1 reaction

    @tremolo28Β Thanks I will try that!

    Workflows
    LTXV2

    Details

    Downloads
    456
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/18/2026
    Updated
    4/30/2026
    Deleted
    -