{
  "id": "07824bbb-6672-4bb0-ac36-4313a519e35b",
  "revision": 0,
  "last_node_id": 456,
  "last_link_id": 798,
  "nodes": [
    {
      "id": 407,
      "type": "MarkdownNote",
      "pos": [
        1360,
        6550
      ],
      "size": [
        600,
        1280
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Note: About LTX-2.5",
      "properties": {
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "# LTX-2.5\n\nLTX-2.5 is Lightricks' open video generation model : fast, local-first, and built for production. Run it locally, fine-tune it for your own use case, or integrate it into your pipeline.\n\n**Key highlights:**\n\n- **Pixel Diffusion** : keyframes-first generation that builds every scene on a grid of high-fidelity keyframes for industry-leading pixel quality\n- **Diffusion Video Decoder** : sharper faces, legible text, fewer smears in fast motion\n- **Native multishot** : one generation yields multiple connected shots holding character, environment, lighting, voice, and style across cuts\n- **Custom Gemma 4 12B text encoder** : retains multiple subjects, actions, lighting, detail, and camera direction across complex prompts\n- **Dedicated Prompt Enhancer** : a lightweight model that expands short prompts into rich cinematic instructions at near-zero extra compute\n- **Auto Duration** : predicts the right clip length from the described action before diffusion begins\n- **Better distilled model** : carries far more quality, prompt adherence, and motion into a smaller, faster variant\n- Carried over from LTX-2.3: native 4K, synchronized audio-video\n\nOfficial model & files: https://huggingface.co/Lightricks/LTX-2.5\n## What this workflow does\n\nThis **Text-to-Video** workflow generates a video directly from a text prompt. Write your prompt, optionally enable the Prompt Enhancer, and the model renders a clip with cinematic pixel quality and synchronized audio.\n\n## Subgraph parameters\n\nThe **Text to Video (LTX-2.5)** node is a subgraph. Click the **Enter subgraph** button at the bottom of the node to open its internal graph, where you can inspect and fine-tune every step of the pipeline (conditioning, sampler, CFG guider, VAE decode, and more).\n\n| Parameter | What it does |\n|---|---|\n| prompt | Text prompt describing the scene, action, lighting, camera, and style |\n| prompt_enhance | Toggle the built-in Prompt Enhancer: expands short prompts into rich cinematic instructions at near-zero extra compute |\n| duration | Clip length in seconds (Auto Duration can predict it from the action) |\n| width / height | Output resolution in pixels (e.g. 1280×720) |\n| seed | Random seed : set a fixed value to reproduce the same result |\n| frame_rate | Frames per second |\n| unet_name | Main model: LTX-2.5 distilled transformer (ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors) |\n| video_vae | Video VAE used for decoding (ltx-2.5-video-vae-bf16.safetensors) |\n| audio_vae | Audio VAE that produces synchronized audio (ltx-2.5-audio-vae-bf16.safetensors) |\n| clip_name | Text encoder: custom Gemma 4 12B with projection (gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors) |\n| upscale_model | Latent upscaler applied before decoding for higher-fidelity output |\n| prompt_enhance_model | Model checkpoint used by the Prompt Enhancer |\n\n## How to use\n\n1. Download the models listed in **Note: Model Links** and place them in ComfyUI's `models/` folder\n2. Write your prompt, optionally toggle **prompt_enhance** for short prompts\n3. Set **duration** / **width** / **height** / **frame_rate** (defaults work well) and hit **Queue**\n4. To dive deeper, click **Enter subgraph** at the bottom of the main node : every internal step (conditioning, sampler, CFG, VAE decode) can be edited there\n"
      ],
      "color": "#222",
      "bgcolor": "#000"
    },
    {
      "id": 408,
      "type": "MarkdownNote",
      "pos": [
        810,
        6550
      ],
      "size": [
        510,
        810
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Note: Model Links",
      "properties": {
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "Guide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Model Links\n\n**text_encoders**\n\n- [gemma4_e2b_it_bf16.safetensors](https://huggingface.co/Comfy-Org/gemma-4/resolve/main/text_encoders/gemma4_e2b_it_bf16.safetensors)\n- [gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors](https://huggingface.co/Lightricks/LTX-2.5/resolve/main/text_encoders/gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors)\n\n**diffusion_models**\n\n- [ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors](https://huggingface.co/Lightricks/LTX-2.5/resolve/main/diffusion_models/ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors)\n\n**vae**\n\n- [ltx-2.5-video-vae-bf16.safetensors](https://huggingface.co/Lightricks/LTX-2.5/resolve/main/vae/ltx-2.5-video-vae-bf16.safetensors)\n- [ltx-2.5-audio-vae-bf16.safetensors](https://huggingface.co/Lightricks/LTX-2.5/resolve/main/vae/ltx-2.5-audio-vae-bf16.safetensors)\n\n**latent_upscale_models**\n\n- [ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors](https://huggingface.co/Lightricks/LTX-2.5/resolve/main/latent_upscale_models/ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors)\n\n\n## Model Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│   ├── 📂 text_encoders/\n│   │   ├── gemma4_e2b_it_bf16.safetensors\n│   │   └── gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors\n│   ├── 📂 diffusion_models/\n│   │   └── ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors\n│   ├── 📂 vae/\n│   │   ├── ltx-2.5-video-vae-bf16.safetensors\n│   │   └── ltx-2.5-audio-vae-bf16.safetensors\n│   └── 📂 latent_upscale_models/\n│       └── ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors\n```\n\n## Report Issue\n\nNote: Please update ComfyUI first ([guide](https://docs.comfy.org/installation/update_comfyui)) and prepare required models. Desktop/Cloud updates follow stable releases, so some nightly-supported models may not be available yet.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n"
      ],
      "color": "#222",
      "bgcolor": "#000"
    },
    {
      "id": 412,
      "type": "MarkdownNote",
      "pos": [
        800,
        6400
      ],
      "size": [
        340,
        90
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Note: Model Links",
      "properties": {
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "Before you download all the models, please make sure you have granted access to [LTX-2.5](https://huggingface.co/Lightricks/LTX-2.5) first."
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 409,
      "type": "ResolutionSelector",
      "pos": [
        2095.0395265930197,
        6736.032769556263
      ],
      "size": [
        270,
        170
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "showAdvanced": false,
      "inputs": [],
      "outputs": [
        {
          "name": "width",
          "type": "INT",
          "links": [
            792
          ]
        },
        {
          "name": "height",
          "type": "INT",
          "links": [
            793
          ]
        }
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.30.0",
        "Node name for S&R": "ResolutionSelector",
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "16:9 (Widescreen)",
        1.5,
        32
      ]
    },
    {
      "id": 411,
      "type": "MarkdownNote",
      "pos": [
        2062.5716767719637,
        6984.65242074464
      ],
      "size": [
        300,
        520
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Note: Size Settings Reference",
      "properties": {
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "| megapixels | Aspect | Output (multiple=32) |\n|---|---|---|\n| 0.2 | 16:9 | 608 x 352 |\n| 0.3 | 16:9 | 736 x 416 |\n| 0.4 | 16:9 | 864 x 480 |\n| 0.5 | 16:9 | 960 x 544 |\n| 0.6 | 16:9 | 1056 x 608 |\n| 0.7 | 16:9 | 1152 x 640 |\n| 0.8 | 16:9 | 1216 x 672 |\n| 0.9 | 16:9 | 1280 x 736 |\n| 0.98 | 16:9 | 1344 x 768 |\n| 1.0 | 16:9 | 1376 x 768 |\n| 1.2 | 16:9 | 1504 x 832 |\n| 1.5 | 16:9 | 1664 x 928 |\n| 1.8 | 16:9 | 1824 x 1024 |\n| 2.0 | 16:9 | 1920 x 1088 |\n"
      ],
      "color": "#222",
      "bgcolor": "#000"
    },
    {
      "id": 75,
      "type": "SaveVideo",
      "pos": [
        3117.5618284921284,
        6614.717277176102
      ],
      "size": [
        740,
        106
      ],
      "flags": {
        "collapsed": false
      },
      "order": 6,
      "mode": 4,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 774
        }
      ],
      "outputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "links": null
        }
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.5.1",
        "Node name for S&R": "SaveVideo",
        "enableTabs": false,
        "tabWidth": 65,
        "tabXOffset": 10,
        "hasSecondTab": false,
        "secondTabText": "Send Back",
        "secondTabOffset": 80,
        "secondTabWidth": 65,
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.7",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "video/LTX_2.5_t2v",
        "auto",
        "auto"
      ],
      "color": "#009933"
    },
    {
      "id": 405,
      "type": "8b4f085c-1bb3-4ecd-aeed-603a8d6d3970",
      "pos": [
        2480,
        6550
      ],
      "size": [
        578.64255423847,
        587.903860641437
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "label": "prompt",
          "name": "text",
          "type": "STRING",
          "widget": {
            "name": "text"
          },
          "link": null
        },
        {
          "label": "prompt_enhance",
          "name": "value",
          "type": "BOOLEAN",
          "widget": {
            "name": "value"
          },
          "link": null
        },
        {
          "label": "duration",
          "name": "value_1",
          "type": "INT",
          "widget": {
            "name": "value_1"
          },
          "link": null
        },
        {
          "label": "width",
          "name": "value_2",
          "type": "INT",
          "widget": {
            "name": "value_2"
          },
          "link": 792
        },
        {
          "label": "height",
          "name": "value_3",
          "type": "INT",
          "widget": {
            "name": "value_3"
          },
          "link": 793
        },
        {
          "label": "seed",
          "name": "noise_seed",
          "type": "INT",
          "widget": {
            "name": "noise_seed"
          },
          "link": null
        },
        {
          "label": "frame_rate",
          "name": "value_4",
          "type": "INT",
          "widget": {
            "name": "value_4"
          },
          "link": null
        },
        {
          "label": "video_vae",
          "name": "vae_name",
          "type": "COMBO",
          "widget": {
            "name": "vae_name"
          },
          "link": null
        },
        {
          "label": "audio_vae",
          "name": "vae_name_1",
          "type": "COMBO",
          "widget": {
            "name": "vae_name_1"
          },
          "link": null
        },
        {
          "label": "upscale_model",
          "name": "model_name",
          "type": "COMBO",
          "widget": {
            "name": "model_name"
          },
          "link": null
        },
        {
          "label": "prompt_enhance_model",
          "name": "clip_name_1",
          "type": "COMBO",
          "widget": {
            "name": "clip_name_1"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            774
          ]
        }
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.30.0",
        "previewExposures": [],
        "ue_properties": {
          "widget_ue_connectable": {
            "text": true,
            "value": true,
            "value_1": true,
            "value_2": true,
            "value_3": true,
            "noise_seed": true,
            "value_4": true,
            "vae_name": true,
            "vae_name_1": true,
            "model_name": true,
            "clip_name_1": true
          },
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "A young female samurai in a dark navy kimono and crimson sash walks alone through a quiet snow-covered mountain village at night, carrying a small paper lantern while gentle snow falls around her and warm light glows from distant wooden houses. The camera follows slowly behind her at waist height as her footsteps leave a trail in the untouched snow, with tall cedar trees and a massive moonlit mountain rising through the mist behind the village. She notices a tiny blue glowing butterfly resting on the snow beside the path and stops, lowering her lantern as the camera slowly moves around her into a side profile. The butterfly rises into the air and begins floating toward an old abandoned shrine at the edge of the village, leaving a faint trail of blue particles behind it. She quietly follows it as the camera tracks backward in front of her, revealing the shrine gradually emerging from the fog. The butterfly flies toward an ancient stone lantern beside the shrine and disappears inside it, causing the lantern to suddenly ignite with a soft blue flame. The samurai stops in front of the glowing lantern and gently smiles as hundreds of tiny blue lights awaken throughout the dark forest behind her. The camera slowly pulls back to reveal the woman standing alone beneath the enormous moon, surrounded by glowing lanterns, falling snow, misty mountains, and a forest filled with magical blue lights. Elegant cinematic anime fantasy, detailed hand-painted environments, beautiful character animation, soft moonlight, warm lantern glow, volumetric mist, delicate snow particles, rich navy and crimson colors, atmospheric depth, subtle film grain, polished feature-film animation, calm magical pacing.\n",
        false,
        20,
        1280,
        720,
        1016784490123495,
        24,
        "ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors",
        "ltx-2.5-video-vae-bf16.safetensors",
        "ltx-2.5-audio-vae-bf16.safetensors",
        "gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors",
        "ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors",
        "gemma4_e2b_it_bf16.safetensors"
      ]
    }
  ],
  "links": [
    [
      774,
      405,
      0,
      75,
      0,
      "VIDEO"
    ],
    [
      792,
      409,
      0,
      405,
      3,
      "INT"
    ],
    [
      793,
      409,
      1,
      405,
      4,
      "INT"
    ]
  ],
  "groups": [],
  "definitions": {
    "subgraphs": [
      {
        "id": "8b4f085c-1bb3-4ecd-aeed-603a8d6d3970",
        "version": 1,
        "state": {
          "lastGroupId": 27,
          "lastNodeId": 456,
          "lastLinkId": 798,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "Text to Video (LTX-2.5)",
        "inputNode": {
          "id": -10,
          "bounding": [
            -680,
            6330,
            183.814453125,
            308
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            5090,
            6496,
            128,
            68
          ]
        },
        "inputs": [
          {
            "id": "7253a13d-3c00-45a4-8969-f7dfa62c5ca8",
            "name": "text",
            "type": "STRING",
            "linkIds": [
              776
            ],
            "label": "prompt",
            "pos": [
              -520.185546875,
              6354
            ]
          },
          {
            "id": "9b8015d3-2b9a-49cf-b6b2-1dc859a0f751",
            "name": "value",
            "type": "BOOLEAN",
            "linkIds": [
              779
            ],
            "label": "prompt_enhance",
            "pos": [
              -520.185546875,
              6374
            ]
          },
          {
            "id": "448c6637-320c-492f-ae8a-f7a939d09269",
            "name": "value_1",
            "type": "INT",
            "linkIds": [
              780
            ],
            "label": "duration",
            "pos": [
              -520.185546875,
              6394
            ]
          },
          {
            "id": "9ae6a894-6660-4299-a8b6-f9cb061f2123",
            "name": "value_2",
            "type": "INT",
            "linkIds": [
              781
            ],
            "label": "width",
            "pos": [
              -520.185546875,
              6414
            ]
          },
          {
            "id": "d04267c3-7aa1-41d3-a536-67a21ff463d5",
            "name": "value_3",
            "type": "INT",
            "linkIds": [
              782
            ],
            "label": "height",
            "pos": [
              -520.185546875,
              6434
            ]
          },
          {
            "id": "01bccfdb-c07b-4612-b8c6-b031194c4cde",
            "name": "noise_seed",
            "type": "INT",
            "linkIds": [
              784
            ],
            "label": "seed",
            "pos": [
              -520.185546875,
              6454
            ]
          },
          {
            "id": "80c1b08e-1bd5-47f7-b60e-1b13a3df9364",
            "name": "value_4",
            "type": "INT",
            "linkIds": [
              785
            ],
            "label": "frame_rate",
            "pos": [
              -520.185546875,
              6474
            ]
          },
          {
            "id": "4bd8dc21-1af5-4276-ab8e-f5a37a1571d3",
            "name": "unet_name",
            "type": "COMBO",
            "linkIds": [
              786
            ],
            "pos": [
              -520.185546875,
              6494
            ]
          },
          {
            "id": "f988b8b8-f7ec-4b4e-836a-cfee48ef8f89",
            "name": "vae_name",
            "type": "COMBO",
            "linkIds": [
              787
            ],
            "label": "video_vae",
            "pos": [
              -520.185546875,
              6514
            ]
          },
          {
            "id": "debfa220-1506-4c29-b64d-ba0cf22d956c",
            "name": "vae_name_1",
            "type": "COMBO",
            "linkIds": [
              788
            ],
            "label": "audio_vae",
            "pos": [
              -520.185546875,
              6534
            ]
          },
          {
            "id": "6a928b89-8b0b-4ad8-a97b-ee9eb6cd9297",
            "name": "clip_name",
            "type": "COMBO",
            "linkIds": [
              789
            ],
            "pos": [
              -520.185546875,
              6554
            ]
          },
          {
            "id": "5dff65c1-4a83-4799-b4eb-111a41596160",
            "name": "model_name",
            "type": "COMBO",
            "linkIds": [
              790
            ],
            "label": "upscale_model",
            "pos": [
              -520.185546875,
              6574
            ]
          },
          {
            "id": "e7424918-b86f-42f7-9c82-a784356020e4",
            "name": "clip_name_1",
            "type": "COMBO",
            "linkIds": [
              791
            ],
            "label": "prompt_enhance_model",
            "pos": [
              -520.185546875,
              6594
            ]
          }
        ],
        "outputs": [
          {
            "id": "904bf2a0-be65-45ed-9aef-13d2e07534de",
            "name": "VIDEO",
            "type": "VIDEO",
            "linkIds": [
              714
            ],
            "localized_name": "VIDEO",
            "pos": [
              5114,
              6520
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 370,
            "type": "CreateVideo",
            "pos": [
              4730,
              7010
            ],
            "size": [
              280,
              130
            ],
            "flags": {},
            "order": 24,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 711
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 712
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "widget": {
                  "name": "fps"
                },
                "link": 713
              }
            ],
            "outputs": [
              {
                "localized_name": "VIDEO",
                "name": "VIDEO",
                "type": "VIDEO",
                "links": [
                  714
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1",
              "Node name for S&R": "CreateVideo",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              24,
              8
            ]
          },
          {
            "id": 340,
            "type": "LTXVConcatAVLatent",
            "pos": [
              3710,
              6760
            ],
            "size": [
              280,
              100
            ],
            "flags": {},
            "order": 7,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 769
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 666
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  707
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1",
              "Node name for S&R": "LTXVConcatAVLatent",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 395,
            "type": "ManualSigmas",
            "pos": [
              3700,
              6930
            ],
            "size": [
              290,
              110
            ],
            "flags": {},
            "order": 0,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  761
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1",
              "Node name for S&R": "ManualSigmas",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "0.85, 0.7250, 0.4219, 0.0"
            ]
          },
          {
            "id": 348,
            "type": "LTXVLatentUpsampler",
            "pos": [
              3250,
              6470
            ],
            "size": [
              330,
              120
            ],
            "flags": {},
            "order": 9,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 677
              },
              {
                "localized_name": "upscale_model",
                "name": "upscale_model",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 678
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 772
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  769
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "LTXVLatentUpsampler",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 341,
            "type": "KSamplerSelect",
            "pos": [
              3710,
              6560
            ],
            "size": [
              280,
              110
            ],
            "flags": {},
            "order": 1,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  705
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.75",
              "Node name for S&R": "KSamplerSelect",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "euler_ancestral"
            ]
          },
          {
            "id": 368,
            "type": "SamplerCustomAdvanced",
            "pos": [
              4090,
              6150
            ],
            "size": [
              230,
              170
            ],
            "flags": {},
            "order": 22,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 703
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 744
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 705
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 761
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 707
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": [
                  708
                ]
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.75",
              "Node name for S&R": "SamplerCustomAdvanced",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 338,
            "type": "RandomNoise",
            "pos": [
              3710,
              6150
            ],
            "size": [
              280,
              110
            ],
            "flags": {},
            "order": 2,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  703
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.75",
              "Node name for S&R": "RandomNoise",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              42,
              "fixed"
            ]
          },
          {
            "id": 367,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              2870,
              6670
            ],
            "size": [
              250,
              100
            ],
            "flags": {},
            "order": 21,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 702
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  677
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  666
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1",
              "Node name for S&R": "LTXVSeparateAVLatent",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 369,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              4400,
              6150
            ],
            "size": [
              230,
              100
            ],
            "flags": {},
            "order": 23,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 708
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  709
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  694
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1",
              "Node name for S&R": "LTXVSeparateAVLatent",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 344,
            "type": "SamplerCustomAdvanced",
            "pos": [
              2870,
              6300
            ],
            "size": [
              230,
              170
            ],
            "flags": {},
            "order": 8,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 670
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 733
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 671
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 764
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 672
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": [
                  702
                ]
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.60",
              "Node name for S&R": "SamplerCustomAdvanced",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 404,
            "type": "ManualSigmas",
            "pos": [
              2190,
              6910
            ],
            "size": [
              500,
              100
            ],
            "flags": {},
            "order": 3,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  764
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "ManualSigmas",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "1.0, 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 352,
            "type": "KSamplerSelect",
            "pos": [
              2190,
              6730
            ],
            "size": [
              280,
              110
            ],
            "flags": {},
            "order": 4,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  671
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "KSamplerSelect",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "euler_ancestral"
            ]
          },
          {
            "id": 339,
            "type": "RandomNoise",
            "pos": [
              2190,
              6300
            ],
            "size": [
              280,
              110
            ],
            "flags": {},
            "order": 6,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise_seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": 784
              }
            ],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  670
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "RandomNoise",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              926314962774309,
              "randomize"
            ]
          },
          {
            "id": 365,
            "type": "LTXVConditioning",
            "pos": [
              1780,
              6070
            ],
            "size": [
              280,
              130
            ],
            "flags": {},
            "order": 19,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 696
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 697
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 698
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  735,
                  762
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  736,
                  763
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "LTXVConditioning",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              24
            ]
          },
          {
            "id": 377,
            "type": "LTXVConcatAVLatent",
            "pos": [
              1630,
              7490
            ],
            "size": [
              240,
              100
            ],
            "flags": {},
            "order": 30,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 765
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 700
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  672
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LTXVConcatAVLatent",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 364,
            "type": "CLIPTextEncode",
            "pos": [
              1160,
              6040
            ],
            "size": [
              550,
              740
            ],
            "flags": {},
            "order": 18,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 732
              },
              {
                "localized_name": "text",
                "name": "text",
                "type": "STRING",
                "widget": {
                  "name": "text"
                },
                "link": 721
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "links": [
                  696
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "CLIPTextEncode",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              ""
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 373,
            "type": "CLIPTextEncode",
            "pos": [
              1170,
              6880
            ],
            "size": [
              530,
              240
            ],
            "flags": {},
            "order": 27,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 731
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "links": [
                  697
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "CLIPTextEncode",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "pc game, console game, video game, cartoon, childish, ugly"
            ],
            "color": "#323",
            "bgcolor": "#535"
          },
          {
            "id": 356,
            "type": "EmptyLTXVLatentVideo",
            "pos": [
              1200,
              7360
            ],
            "size": [
              280,
              200
            ],
            "flags": {},
            "order": 12,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 689
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 690
              },
              {
                "localized_name": "length",
                "name": "length",
                "type": "INT",
                "widget": {
                  "name": "length"
                },
                "link": 718
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  765
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.60",
              "Node name for S&R": "EmptyLTXVLatentVideo",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              768,
              512,
              97,
              1
            ]
          },
          {
            "id": 366,
            "type": "LTXVEmptyLatentAudio",
            "pos": [
              1190,
              7660
            ],
            "size": [
              280,
              170
            ],
            "flags": {},
            "order": 20,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 729
              },
              {
                "localized_name": "frames_number",
                "name": "frames_number",
                "type": "INT",
                "widget": {
                  "name": "frames_number"
                },
                "link": 717
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT,INT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 701
              }
            ],
            "outputs": [
              {
                "localized_name": "Latent",
                "name": "Latent",
                "type": "LATENT",
                "links": [
                  700
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.68",
              "Node name for S&R": "LTXVEmptyLatentAudio",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              97,
              25,
              1
            ]
          },
          {
            "id": 381,
            "type": "PreviewAny",
            "pos": [
              1410,
              5300
            ],
            "size": [
              510,
              360
            ],
            "flags": {},
            "order": 33,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "source",
                "name": "source",
                "type": "*",
                "link": 725
              }
            ],
            "outputs": [
              {
                "localized_name": "STRING",
                "name": "STRING",
                "type": "STRING",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "PreviewAny",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 382,
            "type": "ComfySwitchNode",
            "pos": [
              1100,
              5690
            ],
            "size": [
              270,
              130
            ],
            "flags": {},
            "order": 34,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "STRING",
                "link": 720
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "STRING",
                "link": 724
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 722
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "STRING",
                "links": [
                  721,
                  725
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.22.0",
              "Node name for S&R": "ComfySwitchNode",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              false
            ]
          },
          {
            "id": 371,
            "type": "LatentUpscaleModelLoader",
            "pos": [
              630,
              6980
            ],
            "size": [
              450,
              70
            ],
            "flags": {},
            "order": 25,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model_name",
                "name": "model_name",
                "type": "COMBO",
                "widget": {
                  "name": "model_name"
                },
                "link": 790
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT_UPSCALE_MODEL",
                "name": "LATENT_UPSCALE_MODEL",
                "type": "LATENT_UPSCALE_MODEL",
                "links": [
                  678
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LatentUpscaleModelLoader",
              "models": [
                {
                  "name": "ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors",
                  "url": "https://huggingface.co/Lightricks/LTX-2.5/resolve/main/latent_upscale_models/ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors",
                  "directory": "latent_upscale_models"
                }
              ],
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors"
            ]
          },
          {
            "id": 385,
            "type": "VAELoader",
            "pos": [
              640,
              6420
            ],
            "size": [
              450,
              70
            ],
            "flags": {},
            "order": 37,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae_name",
                "name": "vae_name",
                "type": "COMBO",
                "widget": {
                  "name": "vae_name"
                },
                "link": 787
              }
            ],
            "outputs": [
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  772,
                  773
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.29.0",
              "Node name for S&R": "VAELoader",
              "models": [
                {
                  "name": "ltx-2.5-video-vae-bf16.safetensors",
                  "url": "https://huggingface.co/Lightricks/LTX-2.5/resolve/main/vae/ltx-2.5-video-vae-bf16.safetensors",
                  "directory": "vae"
                }
              ],
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "ltx-2.5-video-vae-bf16.safetensors"
            ]
          },
          {
            "id": 386,
            "type": "VAELoader",
            "pos": [
              640,
              6590
            ],
            "size": [
              450,
              90
            ],
            "flags": {},
            "order": 38,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae_name",
                "name": "vae_name",
                "type": "COMBO",
                "widget": {
                  "name": "vae_name"
                },
                "link": 788
              }
            ],
            "outputs": [
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  729,
                  730
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.29.0",
              "Node name for S&R": "VAELoader",
              "models": [
                {
                  "name": "ltx-2.5-audio-vae-bf16.safetensors",
                  "url": "https://huggingface.co/Lightricks/LTX-2.5/resolve/main/vae/ltx-2.5-audio-vae-bf16.safetensors",
                  "directory": "vae"
                }
              ],
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "ltx-2.5-audio-vae-bf16.safetensors"
            ]
          },
          {
            "id": 387,
            "type": "CLIPLoader",
            "pos": [
              640,
              6770
            ],
            "size": [
              450,
              120
            ],
            "flags": {},
            "order": 39,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip_name",
                "name": "clip_name",
                "type": "COMBO",
                "widget": {
                  "name": "clip_name"
                },
                "link": 789
              }
            ],
            "outputs": [
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": [
                  731,
                  732
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.29.0",
              "Node name for S&R": "CLIPLoader",
              "models": [
                {
                  "name": "gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors",
                  "url": "https://huggingface.co/Lightricks/LTX-2.5/resolve/main/text_encoders/gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors",
                  "directory": "text_encoders"
                }
              ],
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors",
              "ltxv",
              "default"
            ]
          },
          {
            "id": 380,
            "type": "TextGenerateLTX2Prompt",
            "pos": [
              570,
              5280
            ],
            "size": [
              400,
              412
            ],
            "flags": {
              "collapsed": false
            },
            "order": 32,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 749
              },
              {
                "localized_name": "image",
                "name": "image",
                "shape": 7,
                "type": "IMAGE",
                "link": null
              },
              {
                "localized_name": "video",
                "name": "video",
                "shape": 7,
                "type": "IMAGE",
                "link": null
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": null
              },
              {
                "localized_name": "prompt",
                "name": "prompt",
                "type": "STRING",
                "widget": {
                  "name": "prompt"
                },
                "link": 723
              }
            ],
            "outputs": [
              {
                "localized_name": "generated_text",
                "name": "generated_text",
                "type": "STRING",
                "links": [
                  724
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "TextGenerateLTX2Prompt",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "",
              600,
              "on",
              0.7,
              64,
              0.95,
              0.05,
              1.15,
              0,
              0,
              false,
              true
            ]
          },
          {
            "id": 378,
            "type": "ComfyMathExpression",
            "pos": [
              670,
              7770
            ],
            "size": [
              230,
              100
            ],
            "flags": {
              "collapsed": true
            },
            "order": 31,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 715
              },
              {
                "label": "b",
                "localized_name": "values.b",
                "name": "values.b",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": 716
              },
              {
                "label": "c",
                "localized_name": "values.c",
                "name": "values.c",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "FLOAT",
                "name": "FLOAT",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  717,
                  718
                ]
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": []
              }
            ],
            "title": "Math Expression (length)",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.18.1",
              "Node name for S&R": "ComfyMathExpression",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "input_ue_unconnectable": {},
                "version": "7.7"
              }
            },
            "widgets_values": [
              "a * b + 1"
            ]
          },
          {
            "id": 353,
            "type": "ComfyMathExpression",
            "pos": [
              660,
              7470
            ],
            "size": [
              230,
              80
            ],
            "flags": {
              "collapsed": true
            },
            "order": 10,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 687
              },
              {
                "label": "b",
                "localized_name": "values.b",
                "name": "values.b",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "FLOAT",
                "name": "FLOAT",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  689
                ]
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "ComfyMathExpression",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "a/2"
            ]
          },
          {
            "id": 355,
            "type": "ComfyMathExpression",
            "pos": [
              660,
              7530
            ],
            "size": [
              230,
              80
            ],
            "flags": {
              "collapsed": true
            },
            "order": 11,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 688
              },
              {
                "label": "b",
                "localized_name": "values.b",
                "name": "values.b",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "FLOAT",
                "name": "FLOAT",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  690
                ]
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "ComfyMathExpression",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "a/2"
            ]
          },
          {
            "id": 359,
            "type": "ComfyMathExpression",
            "pos": [
              660,
              7670
            ],
            "size": [
              230,
              80
            ],
            "flags": {
              "collapsed": true
            },
            "order": 14,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 695
              },
              {
                "label": "b",
                "localized_name": "values.b",
                "name": "values.b",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "FLOAT",
                "name": "FLOAT",
                "type": "FLOAT",
                "links": [
                  698,
                  713
                ]
              },
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  701
                ]
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": []
              }
            ],
            "title": "Math Expression (fps)",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "ComfyMathExpression",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "a"
            ]
          },
          {
            "id": 360,
            "type": "PrimitiveInt",
            "pos": [
              150,
              6880
            ],
            "size": [
              370,
              110
            ],
            "flags": {},
            "order": 15,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 782
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  688
                ]
              }
            ],
            "title": "Height",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "PrimitiveInt",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              720,
              "fixed"
            ]
          },
          {
            "id": 361,
            "type": "PrimitiveInt",
            "pos": [
              150,
              7070
            ],
            "size": [
              370,
              110
            ],
            "flags": {},
            "order": 16,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 785
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  695,
                  716
                ]
              }
            ],
            "title": "Frame Rate",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "PrimitiveInt",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              24,
              "fixed"
            ]
          },
          {
            "id": 362,
            "type": "PrimitiveInt",
            "pos": [
              150,
              6510
            ],
            "size": [
              370,
              110
            ],
            "flags": {},
            "order": 17,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 780
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  715
                ]
              }
            ],
            "title": "Duration",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "PrimitiveInt",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              5,
              "fixed"
            ]
          },
          {
            "id": 372,
            "type": "PrimitiveInt",
            "pos": [
              150,
              6690
            ],
            "size": [
              370,
              110
            ],
            "flags": {},
            "order": 26,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 781
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  687
                ]
              }
            ],
            "title": "Width",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "PrimitiveInt",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              1280,
              "fixed"
            ]
          },
          {
            "id": 376,
            "type": "PrimitiveStringMultiline",
            "pos": [
              150,
              6080
            ],
            "size": [
              370,
              350
            ],
            "flags": {},
            "order": 29,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "STRING",
                "widget": {
                  "name": "value"
                },
                "link": 776
              }
            ],
            "outputs": [
              {
                "localized_name": "STRING",
                "name": "STRING",
                "type": "STRING",
                "links": [
                  720,
                  723
                ]
              }
            ],
            "title": "Prompt",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.16.3",
              "Node name for S&R": "PrimitiveStringMultiline",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "Dynamic cinematic close-up of high-tech modular machinery self-assembling in midair, precision robotic parts, magnetic connectors, and glowing circuits clicking together, subtle smoke and light flares, extremely detailed titanium textures. The final product displays a clean, clear surface with large glowing engraved text “LTX-2.5” centered and unobstructed, dramatic lighting, photorealism, 8K, sharp focus.\n"
            ]
          },
          {
            "id": 393,
            "type": "CLIPLoader",
            "pos": [
              120,
              5290
            ],
            "size": [
              370,
              120
            ],
            "flags": {},
            "order": 42,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip_name",
                "name": "clip_name",
                "type": "COMBO",
                "widget": {
                  "name": "clip_name"
                },
                "link": 791
              }
            ],
            "outputs": [
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": [
                  749
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.29.0",
              "Node name for S&R": "CLIPLoader",
              "models": [
                {
                  "name": "gemma4_e2b_it_bf16.safetensors",
                  "url": "https://huggingface.co/Comfy-Org/gemma-4/resolve/main/text_encoders/gemma4_e2b_it_bf16.safetensors",
                  "directory": "text_encoders"
                }
              ],
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "gemma4_e2b_it_bf16.safetensors",
              "ltxv",
              "default"
            ]
          },
          {
            "id": 383,
            "type": "PrimitiveBoolean",
            "pos": [
              140,
              5760
            ],
            "size": [
              270,
              100
            ],
            "flags": {},
            "order": 35,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "BOOLEAN",
                "widget": {
                  "name": "value"
                },
                "link": 779
              }
            ],
            "outputs": [
              {
                "localized_name": "BOOLEAN",
                "name": "BOOLEAN",
                "type": "BOOLEAN",
                "links": [
                  722
                ]
              }
            ],
            "title": "Boolean (Enable Prompt Enhance)",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.22.0",
              "Node name for S&R": "PrimitiveBoolean",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              true
            ]
          },
          {
            "id": 391,
            "type": "LTXVDualCFGGuider",
            "pos": [
              3353.6834243114913,
              5631.242016029991
            ],
            "size": [
              270,
              160
            ],
            "flags": {},
            "order": 41,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 795
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 762
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 763
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  744
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.28.0",
              "Node name for S&R": "LTXVDualCFGGuider",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              1,
              1
            ]
          },
          {
            "id": 388,
            "type": "LTXVDualCFGGuider",
            "pos": [
              3405.742119162556,
              5847.626455096777
            ],
            "size": [
              270,
              160
            ],
            "flags": {},
            "order": 40,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 796
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 735
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 736
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  733
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.28.0",
              "Node name for S&R": "LTXVDualCFGGuider",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              1,
              1
            ]
          },
          {
            "id": 384,
            "type": "UNETLoader",
            "pos": [
              2262.244128046632,
              5688.145668044354
            ],
            "size": [
              450,
              120
            ],
            "flags": {},
            "order": 36,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "unet_name",
                "name": "unet_name",
                "type": "COMBO",
                "widget": {
                  "name": "unet_name"
                },
                "link": 786
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  794
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.29.0",
              "Node name for S&R": "UNETLoader",
              "models": [
                {
                  "name": "ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors",
                  "url": "https://huggingface.co/Lightricks/LTX-2.5/resolve/main/diffusion_models/ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors",
                  "directory": "diffusion_models"
                }
              ],
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors",
              "default"
            ]
          },
          {
            "id": 414,
            "type": "VAEDecodeTiled",
            "pos": [
              5208.051325634332,
              6090.074000592951
            ],
            "size": [
              280,
              200
            ],
            "flags": {},
            "order": 5,
            "mode": 4,
            "showAdvanced": true,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": null
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "VAEDecodeTiled",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              512,
              64,
              64,
              16
            ]
          },
          {
            "id": 374,
            "type": "VAEDecodeTiled",
            "pos": [
              4750,
              6050
            ],
            "size": [
              280,
              200
            ],
            "flags": {},
            "order": 28,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 709
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 773
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  711,
                  797
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "VAEDecodeTiled",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              512,
              64,
              64,
              16
            ]
          },
          {
            "id": 358,
            "type": "LTXVAudioVAEDecode",
            "pos": [
              4750,
              6350
            ],
            "size": [
              270,
              100
            ],
            "flags": {},
            "order": 13,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 694
              },
              {
                "label": "Audio VAE",
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 730
              }
            ],
            "outputs": [
              {
                "localized_name": "Audio",
                "name": "Audio",
                "type": "AUDIO",
                "links": [
                  712,
                  798
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LTXVAudioVAEDecode",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.7",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 413,
            "type": "PathchSageAttentionKJ",
            "pos": [
              2891.6675204673456,
              5465.50598622715
            ],
            "size": [
              270,
              82
            ],
            "flags": {},
            "order": 43,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 794
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  795,
                  796
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfyui-kjnodes",
              "ver": "1.5.0",
              "Node name for S&R": "PathchSageAttentionKJ",
              "ue_properties": {
                "widget_ue_connectable": {},
                "input_ue_unconnectable": {},
                "version": "7.8"
              }
            },
            "widgets_values": [
              "auto",
              false
            ]
          },
          {
            "id": 415,
            "type": "VHS_VideoCombine",
            "pos": [
              5314.266109341308,
              6443.161992893573
            ],
            "size": [
              601.818181818182,
              334
            ],
            "flags": {},
            "order": 44,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 797
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 798
              },
              {
                "localized_name": "meta_batch",
                "name": "meta_batch",
                "shape": 7,
                "type": "VHS_BatchManager",
                "link": null
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "shape": 7,
                "type": "VAE",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "Filenames",
                "name": "Filenames",
                "type": "VHS_FILENAMES",
                "links": []
              }
            ],
            "title": "Save Video",
            "properties": {
              "cnr_id": "comfyui-videohelpersuite",
              "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
              "Node name for S&R": "VHS_VideoCombine",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": {
              "frame_rate": 24,
              "loop_count": 0,
              "filename_prefix": "video/ltx2.5_t2v",
              "format": "video/nvenc_h264-mp4",
              "pix_fmt": "yuv420p",
              "bitrate": 15,
              "megabit": true,
              "save_metadata": false,
              "pingpong": false,
              "save_output": true,
              "videopreview": {
                "hidden": false,
                "paused": false,
                "params": {
                  "filename": "MiniMax_H3_00006-audio.mp4",
                  "subfolder": "video\\ltx",
                  "type": "output",
                  "format": "video/nvenc_h264-mp4",
                  "frame_rate": 24,
                  "workflow": "MiniMax_H3_00006.png",
                  "fullpath": "C:\\AI-Software\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\ComfyUI\\output\\video\\ltx\\MiniMax_H3_00006-audio.mp4"
                }
              }
            },
            "color": "#223",
            "bgcolor": "#335"
          }
        ],
        "groups": [
          {
            "id": 6,
            "title": "Generate High Resolution",
            "bounding": [
              3680,
              5950,
              960,
              1270
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 7,
            "title": "Latent Upscale",
            "bounding": [
              3190,
              5950,
              460,
              1270
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 2,
            "title": "Generate Low Resolution",
            "bounding": [
              2140,
              5950,
              1020,
              1270
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 3,
            "title": "Prompt",
            "bounding": [
              1130,
              5950,
              980,
              1270
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 21,
            "title": "Empty Latent",
            "bounding": [
              1130,
              7250,
              980,
              610
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 1,
            "title": "Model",
            "bounding": [
              620,
              5950,
              480,
              1270
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 22,
            "title": "Number conversion",
            "bounding": [
              620,
              7250,
              480,
              610
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 19,
            "title": "Video Settings",
            "bounding": [
              100,
              5950,
              490,
              1270
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 27,
            "title": "Prompt Enhancement",
            "bounding": [
              100,
              5200,
              2010,
              720
            ],
            "flags": {}
          }
        ],
        "links": [
          {
            "id": 711,
            "origin_id": 374,
            "origin_slot": 0,
            "target_id": 370,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 712,
            "origin_id": 358,
            "origin_slot": 0,
            "target_id": 370,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 713,
            "origin_id": 359,
            "origin_slot": 0,
            "target_id": 370,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 769,
            "origin_id": 348,
            "origin_slot": 0,
            "target_id": 340,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 666,
            "origin_id": 367,
            "origin_slot": 1,
            "target_id": 340,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 677,
            "origin_id": 367,
            "origin_slot": 0,
            "target_id": 348,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 678,
            "origin_id": 371,
            "origin_slot": 0,
            "target_id": 348,
            "target_slot": 1,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 772,
            "origin_id": 385,
            "origin_slot": 0,
            "target_id": 348,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 694,
            "origin_id": 369,
            "origin_slot": 1,
            "target_id": 358,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 730,
            "origin_id": 386,
            "origin_slot": 0,
            "target_id": 358,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 762,
            "origin_id": 365,
            "origin_slot": 0,
            "target_id": 391,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 763,
            "origin_id": 365,
            "origin_slot": 1,
            "target_id": 391,
            "target_slot": 2,
            "type": "CONDITIONING"
          },
          {
            "id": 703,
            "origin_id": 338,
            "origin_slot": 0,
            "target_id": 368,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 744,
            "origin_id": 391,
            "origin_slot": 0,
            "target_id": 368,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 705,
            "origin_id": 341,
            "origin_slot": 0,
            "target_id": 368,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 761,
            "origin_id": 395,
            "origin_slot": 0,
            "target_id": 368,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 707,
            "origin_id": 340,
            "origin_slot": 0,
            "target_id": 368,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 702,
            "origin_id": 344,
            "origin_slot": 0,
            "target_id": 367,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 708,
            "origin_id": 368,
            "origin_slot": 0,
            "target_id": 369,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 709,
            "origin_id": 369,
            "origin_slot": 0,
            "target_id": 374,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 773,
            "origin_id": 385,
            "origin_slot": 0,
            "target_id": 374,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 670,
            "origin_id": 339,
            "origin_slot": 0,
            "target_id": 344,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 733,
            "origin_id": 388,
            "origin_slot": 0,
            "target_id": 344,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 671,
            "origin_id": 352,
            "origin_slot": 0,
            "target_id": 344,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 764,
            "origin_id": 404,
            "origin_slot": 0,
            "target_id": 344,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 672,
            "origin_id": 377,
            "origin_slot": 0,
            "target_id": 344,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 735,
            "origin_id": 365,
            "origin_slot": 0,
            "target_id": 388,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 736,
            "origin_id": 365,
            "origin_slot": 1,
            "target_id": 388,
            "target_slot": 2,
            "type": "CONDITIONING"
          },
          {
            "id": 696,
            "origin_id": 364,
            "origin_slot": 0,
            "target_id": 365,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 697,
            "origin_id": 373,
            "origin_slot": 0,
            "target_id": 365,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 698,
            "origin_id": 359,
            "origin_slot": 0,
            "target_id": 365,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 765,
            "origin_id": 356,
            "origin_slot": 0,
            "target_id": 377,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 700,
            "origin_id": 366,
            "origin_slot": 0,
            "target_id": 377,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 732,
            "origin_id": 387,
            "origin_slot": 0,
            "target_id": 364,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 721,
            "origin_id": 382,
            "origin_slot": 0,
            "target_id": 364,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 731,
            "origin_id": 387,
            "origin_slot": 0,
            "target_id": 373,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 689,
            "origin_id": 353,
            "origin_slot": 1,
            "target_id": 356,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 690,
            "origin_id": 355,
            "origin_slot": 1,
            "target_id": 356,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 718,
            "origin_id": 378,
            "origin_slot": 1,
            "target_id": 356,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 729,
            "origin_id": 386,
            "origin_slot": 0,
            "target_id": 366,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 717,
            "origin_id": 378,
            "origin_slot": 1,
            "target_id": 366,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 701,
            "origin_id": 359,
            "origin_slot": 1,
            "target_id": 366,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 725,
            "origin_id": 382,
            "origin_slot": 0,
            "target_id": 381,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 720,
            "origin_id": 376,
            "origin_slot": 0,
            "target_id": 382,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 724,
            "origin_id": 380,
            "origin_slot": 0,
            "target_id": 382,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 722,
            "origin_id": 383,
            "origin_slot": 0,
            "target_id": 382,
            "target_slot": 2,
            "type": "BOOLEAN"
          },
          {
            "id": 749,
            "origin_id": 393,
            "origin_slot": 0,
            "target_id": 380,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 723,
            "origin_id": 376,
            "origin_slot": 0,
            "target_id": 380,
            "target_slot": 4,
            "type": "STRING"
          },
          {
            "id": 715,
            "origin_id": 362,
            "origin_slot": 0,
            "target_id": 378,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 716,
            "origin_id": 361,
            "origin_slot": 0,
            "target_id": 378,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 687,
            "origin_id": 372,
            "origin_slot": 0,
            "target_id": 353,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 688,
            "origin_id": 360,
            "origin_slot": 0,
            "target_id": 355,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 695,
            "origin_id": 361,
            "origin_slot": 0,
            "target_id": 359,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 714,
            "origin_id": 370,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 776,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 376,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 779,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 383,
            "target_slot": 0,
            "type": "BOOLEAN"
          },
          {
            "id": 780,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 362,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 781,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 372,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 782,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 360,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 784,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 339,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 785,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 361,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 786,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 384,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 787,
            "origin_id": -10,
            "origin_slot": 8,
            "target_id": 385,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 788,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 386,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 789,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 387,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 790,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 371,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 791,
            "origin_id": -10,
            "origin_slot": 12,
            "target_id": 393,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 794,
            "origin_id": 384,
            "origin_slot": 0,
            "target_id": 413,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 795,
            "origin_id": 413,
            "origin_slot": 0,
            "target_id": 391,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 796,
            "origin_id": 413,
            "origin_slot": 0,
            "target_id": 388,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 797,
            "origin_id": 374,
            "origin_slot": 0,
            "target_id": 415,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 798,
            "origin_id": 358,
            "origin_slot": 0,
            "target_id": 415,
            "target_slot": 1,
            "type": "AUDIO"
          }
        ],
        "extra": {
          "pixaromaGroups": [],
          "ue_links": [],
          "links_added_by_ue": []
        }
      }
    ]
  },
  "config": {},
  "extra": {
    "frontendVersion": "1.48.7",
    "workflowRendererVersion": "Vue-corrected",
    "prompt": {
      "1": {
        "inputs": {
          "ckpt_name": "ltx-av-step-1751000_vocoder_24K.safetensors"
        },
        "class_type": "CheckpointLoaderSimple",
        "_meta": {
          "title": "Load Checkpoint"
        }
      },
      "2": {
        "inputs": {
          "gemma_path": "gemma-3-12b-it-qat-q4_0-unquantized_readout_proj/model/model.safetensors",
          "ltxv_path": "ltx-av-step-1751000_vocoder_24K.safetensors",
          "max_length": 1024
        },
        "class_type": "LTXVGemmaCLIPModelLoader",
        "_meta": {
          "title": "🅛🅣🅧 Gemma 3 Model Loader"
        }
      },
      "3": {
        "inputs": {
          "text": "",
          "clip": [
            "2",
            0
          ]
        },
        "class_type": "CLIPTextEncode",
        "_meta": {
          "title": "CLIP Text Encode (Prompt)"
        }
      },
      "4": {
        "inputs": {
          "text": "blurry, low quality, still frame, frames, watermark, overlay, titles, has blurbox, has subtitles",
          "clip": [
            "2",
            0
          ]
        },
        "class_type": "CLIPTextEncode",
        "_meta": {
          "title": "CLIP Text Encode (Prompt)"
        }
      },
      "8": {
        "inputs": {
          "sampler_name": "euler"
        },
        "class_type": "KSamplerSelect",
        "_meta": {
          "title": "KSamplerSelect"
        }
      },
      "9": {
        "inputs": {
          "steps": 20,
          "max_shift": 2.05,
          "base_shift": 0.95,
          "stretch": true,
          "terminal": 0.1,
          "latent": [
            "28",
            0
          ]
        },
        "class_type": "LTXVScheduler",
        "_meta": {
          "title": "LTXVScheduler"
        }
      },
      "11": {
        "inputs": {
          "noise_seed": 10
        },
        "class_type": "RandomNoise",
        "_meta": {
          "title": "RandomNoise"
        }
      },
      "12": {
        "inputs": {
          "samples": [
            "29",
            0
          ],
          "vae": [
            "1",
            2
          ]
        },
        "class_type": "VAEDecode",
        "_meta": {
          "title": "VAE Decode"
        }
      },
      "13": {
        "inputs": {
          "ckpt_name": "ltx-av-step-1751000_vocoder_24K.safetensors"
        },
        "class_type": "LTXVAudioVAELoader",
        "_meta": {
          "title": "🅛🅣🅧 LTXV Audio VAE Loader"
        }
      },
      "14": {
        "inputs": {
          "samples": [
            "29",
            1
          ],
          "audio_vae": [
            "13",
            0
          ]
        },
        "class_type": "LTXVAudioVAEDecode",
        "_meta": {
          "title": "🅛🅣🅧 LTXV Audio VAE Decode"
        }
      },
      "15": {
        "inputs": {
          "frame_rate": [
            "23",
            0
          ],
          "loop_count": 0,
          "filename_prefix": "AnimateDiff",
          "format": "video/h264-mp4",
          "pix_fmt": "yuv420p",
          "crf": 19,
          "save_metadata": true,
          "trim_to_audio": false,
          "pingpong": false,
          "save_output": true,
          "images": [
            "12",
            0
          ],
          "audio": [
            "14",
            0
          ]
        },
        "class_type": "VHS_VideoCombine",
        "_meta": {
          "title": "Video Combine 🎥🅥🅗🅢"
        }
      },
      "17": {
        "inputs": {
          "skip_blocks": "29",
          "model": [
            "28",
            1
          ],
          "positive": [
            "22",
            0
          ],
          "negative": [
            "22",
            1
          ],
          "parameters": [
            "18",
            0
          ]
        },
        "class_type": "MultimodalGuider",
        "_meta": {
          "title": "🅛🅣🅧 Multimodal Guider"
        }
      },
      "18": {
        "inputs": {
          "modality": "VIDEO",
          "cfg": 3,
          "stg": 0,
          "rescale": 0,
          "modality_scale": 3,
          "parameters": [
            "19",
            0
          ]
        },
        "class_type": "GuiderParameters",
        "_meta": {
          "title": "🅛🅣🅧 Guider Parameters"
        }
      },
      "19": {
        "inputs": {
          "modality": "AUDIO",
          "cfg": 7,
          "stg": 0,
          "rescale": 0,
          "modality_scale": 3
        },
        "class_type": "GuiderParameters",
        "_meta": {
          "title": "🅛🅣🅧 Guider Parameters"
        }
      },
      "21": {
        "inputs": {
          "audioUI": "",
          "audio": [
            "14",
            0
          ]
        },
        "class_type": "PreviewAudio",
        "_meta": {
          "title": "PreviewAudio"
        }
      },
      "22": {
        "inputs": {
          "frame_rate": [
            "23",
            0
          ],
          "positive": [
            "3",
            0
          ],
          "negative": [
            "4",
            0
          ]
        },
        "class_type": "LTXVConditioning",
        "_meta": {
          "title": "LTXVConditioning"
        }
      },
      "23": {
        "inputs": {
          "value": 25
        },
        "class_type": "FloatConstant",
        "_meta": {
          "title": "Float Constant"
        }
      },
      "26": {
        "inputs": {
          "frames_number": [
            "27",
            0
          ],
          "frame_rate": [
            "42",
            0
          ],
          "batch_size": 1
        },
        "class_type": "LTXVEmptyLatentAudio",
        "_meta": {
          "title": "🅛🅣🅧 LTXV Empty Latent Audio"
        }
      },
      "27": {
        "inputs": {
          "value": 105
        },
        "class_type": "INTConstant",
        "_meta": {
          "title": "INT Constant"
        }
      },
      "28": {
        "inputs": {
          "video_latent": [
            "43",
            0
          ],
          "audio_latent": [
            "26",
            0
          ],
          "model": [
            "44",
            0
          ]
        },
        "class_type": "LTXVConcatAVLatent",
        "_meta": {
          "title": "🅛🅣🅧 LTXV Concat AV Latent"
        }
      },
      "29": {
        "inputs": {
          "av_latent": [
            "41",
            0
          ],
          "model": [
            "28",
            1
          ]
        },
        "class_type": "LTXVSeparateAVLatent",
        "_meta": {
          "title": "🅛🅣🅧 LTXV Separate AV Latent"
        }
      },
      "41": {
        "inputs": {
          "noise": [
            "11",
            0
          ],
          "guider": [
            "17",
            0
          ],
          "sampler": [
            "8",
            0
          ],
          "sigmas": [
            "9",
            0
          ],
          "latent_image": [
            "28",
            0
          ]
        },
        "class_type": "SamplerCustomAdvanced",
        "_meta": {
          "title": "SamplerCustomAdvanced"
        }
      },
      "42": {
        "inputs": {
          "a": [
            "23",
            0
          ]
        },
        "class_type": "CM_FloatToInt",
        "_meta": {
          "title": "FloatToInt"
        }
      },
      "43": {
        "inputs": {
          "width": 768,
          "height": 512,
          "length": [
            "27",
            0
          ],
          "batch_size": 1
        },
        "class_type": "EmptyLTXVLatentVideo",
        "_meta": {
          "title": "EmptyLTXVLatentVideo"
        }
      },
      "44": {
        "inputs": {
          "torch_compile": true,
          "disable_backup": false,
          "model": [
            "1",
            0
          ]
        },
        "class_type": "LTXVSequenceParallelMultiGPUPatcher",
        "_meta": {
          "title": "LTXVSequenceParallelMultiGPUPatcher"
        }
      },
      "45": {
        "inputs": {
          "frame_idx": 0,
          "strength": 1
        },
        "class_type": "LTXVAddGuide",
        "_meta": {
          "title": "LTXVAddGuide"
        }
      }
    },
    "comfy_fork_version": "feature/av_inference@a6994ed1",
    "VHS_latentpreview": false,
    "VHS_latentpreviewrate": 0,
    "VHS_MetadataImage": true,
    "VHS_KeepIntermediate": true,
    "ue_links": [],
    "links_added_by_ue": [],
    "anomalous_hashes": {
      "405_ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors": {
        "hash": "",
        "size": 21504034224
      },
      "405_ltx-2.5-video-vae-bf16.safetensors": {
        "hash": "",
        "size": 1472223346
      },
      "405_ltx-2.5-audio-vae-bf16.safetensors": {
        "hash": "",
        "size": 364866540
      }
    },
    "ds": {
      "scale": 1.0360548750064678,
      "offset": [
        -4827.003134141155,
        -5881.574375811357
      ]
    }
  },
  "version": 0.4
}