CivArchive
    Preview 123603200

    The LTX 2.3 KJ Stripped 1.1 workflow is a specialized audio-visual (AV) generation pipeline designed to interpolate between two static images. It utilizes a "Guided" architecture to ensure the generated video adheres strictly to a designated start and end point.

    Core Architecture & Processing

    • Model Loading: The workflow employs the LTX-Video 2.3 22B Distilled transformer model via a specialized KJ loader node.

    • Dual-Modality Processing: It initializes both an EmptyLTXVLatentVideo and an LTXVEmptyLatentAudio space.

    • AV Concatenation: Visual and audio latents are merged into a single latent stream using the LTXVConcatAVLatent node, allowing the sampler to process both simultaneously.

    Frame Guidance System

    • Start Frame Anchor: An image is loaded and preprocessed to serve as the reference for frame_idx: 0.

    • End Frame Anchor: A second image is loaded and preprocessed to serve as the reference for the final frame (frame_idx: -1).

    • Guide Application: The LTXVAddGuide nodes apply these images to the latent space with a configurable strength (set to 0.7 in this version) to dictate the video’s trajectory.

    Sampling & Decoding

    • KSampler Configuration: The workflow uses a high-speed 8-step Euler sampler with a simple scheduler.

    • Separation & Decoding: After sampling, the LTXVSeparateAVLatent node splits the results back into distinct video and audio streams.

    • Tiled Decoding: Visuals are decoded using VAEDecodeTiled to manage high-resolution output (1024x1024) efficiently.

    Enhancement & Output

    • NVIDIA RTX Integration: The workflow includes an RTXVideoSuperResolution node that provides a 2x hardware-accelerated upscale on the final image sequence.

    • Final Assembly: The VHS_VideoCombine nodes produce two versions of the video—a base generation and a super-resolved version—both featuring synchronized, AI-generated audio.

    Description

    FAQ

    Comments (2)

    LazerCakeMar 9, 2026· 3 reactions
    CivitAI

    This is for LTX2.3 in general: In case you get errors first update the KJ nodes then update comfyui and remove or delete ComfyUI_smZNodes The first part fixes a VAE error the smZNodes removal fixes a size mismatch because the node somehow hijacks KSampler. (To make sure you don't mess up dependencies you can go and write protect the python lib directory with subdirs.)

    learnrijoMar 11, 2026· 1 reaction
    CivitAI

    Thanks man, this is great!

    Workflows
    LTXV2

    Details

    Downloads
    525
    Platform
    CivitAI
    Platform Status
    Available
    Created
    3/10/2026
    Updated
    7/28/2026
    Deleted
    -

    Files

    ltx23FLF2V_v10.zip

    Mirrors

    HuggingFace (1 mirrors)
    CivitAI (1 mirrors)