{
  "id": "0112e9af-5129-48ba-af78-92c40ac40b40",
  "revision": 0,
  "last_node_id": 265,
  "last_link_id": 392,
  "nodes": [
    {
      "id": 254,
      "type": "MarkdownNote",
      "pos": [
        790,
        2310
      ],
      "size": [
        440,
        1640
      ],
      "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 **First & Last Frame** workflow interpolates between two images. Load a first and a last frame, and the model generates the connected shots in between : holding character, environment, lighting, and style across the transition, with synchronized audio.\n\n## Subgraph parameters\n\nThe **First & Last Frame 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| first_frame | Starting image of the transition (load your own image in **Load First Frame**) |\n| last_frame | Ending image of the transition (load your own image in **Load Last Frame**) |\n| prompt | Text prompt describing the motion, scene, 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| 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. Replace the images in **Load First Frame** and **Load Last Frame** with your own start/end frames\n3. Write a prompt describing the transition, optionally toggle **prompt_enhance** for short prompts\n4. Set **duration** / **width** / **height** / **frame_rate** (defaults work well) and hit **Queue**\n5. 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": 255,
      "type": "MarkdownNote",
      "pos": [
        190,
        2320
      ],
      "size": [
        550,
        880
      ],
      "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**Input Assets** \n\n- [robot_hand_back.png](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/input/robot_hand_back.png) — required workflow input (`input/robot_hand_back.png`)\n- [robot_hand_energy.png](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/input/robot_hand_energy.png) — required workflow input (`input/robot_hand_energy.png`)\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**text_encoders**\n\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- [gemma4_e2b_it_bf16.safetensors](https://huggingface.co/Comfy-Org/gemma-4/resolve/main/text_encoders/gemma4_e2b_it_bf16.safetensors)\n\n\n## Model Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\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│   └── 📂 text_encoders/\n│       ├── gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors\n│       └── gemma4_e2b_it_bf16.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": 258,
      "type": "MarkdownNote",
      "pos": [
        190,
        2170
      ],
      "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": 31,
      "type": "LoadImage",
      "pos": [
        1430.0795061295175,
        2285.769503760189
      ],
      "size": [
        430,
        580
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            367
          ]
        },
        {
          "name": "MASK",
          "type": "MASK",
          "links": null
        }
      ],
      "title": "Load First Frame",
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.8.2",
        "Node name for S&R": "LoadImage",
        "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.5.2"
        }
      },
      "widgets_values": [
        "i_00084_.png",
        "image"
      ]
    },
    {
      "id": 259,
      "type": "ResolutionSelector",
      "pos": [
        1917.6603618743081,
        2678.516518909564
      ],
      "size": [
        270,
        170
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "showAdvanced": false,
      "inputs": [],
      "outputs": [
        {
          "name": "width",
          "type": "INT",
          "links": [
            387
          ]
        },
        {
          "name": "height",
          "type": "INT",
          "links": [
            388
          ]
        }
      ],
      "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": 260,
      "type": "MarkdownNote",
      "pos": [
        1913.2016877297306,
        2959.4234963068625
      ],
      "size": [
        300,
        520
      ],
      "flags": {},
      "order": 5,
      "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": 39,
      "type": "LoadImage",
      "pos": [
        1433.905373956857,
        2923.218925208631
      ],
      "size": [
        440,
        570
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            368
          ]
        },
        {
          "name": "MASK",
          "type": "MASK",
          "links": null
        }
      ],
      "title": "Load Last Frame",
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.8.2",
        "Node name for S&R": "LoadImage",
        "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.5.2"
        }
      },
      "widgets_values": [
        "krea2/i_00085_.png [output]",
        "image"
      ]
    },
    {
      "id": 68,
      "type": "SaveVideo",
      "pos": [
        3003.422972548701,
        2281.5886950541535
      ],
      "size": [
        1110,
        106
      ],
      "flags": {},
      "order": 8,
      "mode": 4,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 369
        }
      ],
      "outputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "links": null
        }
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.14.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/ltx2.5_flf2v",
        "auto",
        "auto"
      ]
    },
    {
      "id": 251,
      "type": "cf70afc4-5a03-47ce-8210-734b1de6c6bc",
      "pos": [
        2302.1607953465423,
        2298.158869505415
      ],
      "size": [
        520,
        710
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "label": "first_frame",
          "name": "input",
          "type": "IMAGE,MASK",
          "link": 367
        },
        {
          "label": "last_frame",
          "name": "input_1",
          "type": "IMAGE,MASK",
          "link": 368
        },
        {
          "label": "prompt",
          "name": "value",
          "type": "STRING",
          "widget": {
            "name": "value"
          },
          "link": null
        },
        {
          "label": "prompt_enhance",
          "name": "value_1",
          "type": "BOOLEAN",
          "widget": {
            "name": "value_1"
          },
          "link": null
        },
        {
          "label": "duration",
          "name": "value_2",
          "type": "INT",
          "widget": {
            "name": "value_2"
          },
          "link": null
        },
        {
          "label": "width",
          "name": "value_3",
          "type": "INT",
          "widget": {
            "name": "value_3"
          },
          "link": 387
        },
        {
          "label": "height",
          "name": "value_4",
          "type": "INT",
          "widget": {
            "name": "value_4"
          },
          "link": 388
        },
        {
          "label": "fram_rate",
          "name": "value_5",
          "type": "INT",
          "widget": {
            "name": "value_5"
          },
          "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": "prompt_enhance_model",
          "name": "clip_name_1",
          "type": "COMBO",
          "widget": {
            "name": "clip_name_1"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            369
          ]
        }
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.30.0",
        "previewExposures": [],
        "ue_properties": {
          "widget_ue_connectable": {
            "value": true,
            "value_1": true,
            "value_2": true,
            "value_3": true,
            "value_4": true,
            "value_5": true,
            "vae_name": true,
            "vae_name_1": true,
            "clip_name_1": true
          },
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "The video begins exactly from the first frame: a photorealistic golden retriever stands at the beginning of a wide empty beach during golden hour, facing the woman waiting far ahead near the shoreline. The dog looks directly toward her with an excited, focused expression, its ears relaxed, tail slightly raised, and body naturally balanced on all four paws. Gentle ocean waves move along the shoreline to one side while warm sunlight creates a bright golden rim around the dog's fur, and the wet sand reflects the orange sky. For the first moment, the dog remains still, clearly recognizing the woman in the distance, while a gentle ocean breeze moves its fur and the woman's clothing.\n\nThe dog suddenly becomes excited and lowers its body slightly, shifting its weight backward onto its rear legs before naturally pushing forward into a run. Its front legs extend forward and its rear legs push against the damp sand, beginning a realistic four-legged gallop toward the woman. The camera immediately begins a smooth low tracking movement backward in front of the dog, staying close to ground level and maintaining a clear view of its face, chest, front legs, and moving body. The dog's ears bounce naturally with each stride, its tail moves rhythmically behind it, and its red collar shifts subtly against its neck.\n\nAs the dog gains speed, its paws repeatedly make realistic contact with the wet sand in a natural four-legged running rhythm. Each landing creates tiny impressions in the damp surface, leaving a visible trail of pawprints behind the dog, while occasional grains of sand are lightly displaced by its paws. The dog's fur responds naturally to the running motion and wind, with individual strands around its ears, neck, and chest moving subtly. The woman's figure remains clearly visible ahead, gradually becoming larger as the dog closes the distance.\n\nThe camera continues tracking backward at approximately the same speed as the running dog, maintaining a low three-quarter front perspective. The dog's face remains the primary subject while the beach and ocean move naturally behind it, creating subtle cinematic background motion. The dog briefly glances toward the waves without changing its running direction, then immediately turns its attention back toward the woman. Its expression remains happy and eager, with its mouth slightly open and ears moving naturally as it runs.\n\nThe warm sunset becomes more prominent as the camera continues moving backward. Golden light catches the dog's moving fur, creating a soft glowing edge around its ears, back, and tail. Small reflections of the sunset appear across the wet sand, while gentle waves roll parallel to the dog's path. A thin layer of sea mist remains near the horizon, distant rocks stay fixed in the background, and a few seabirds glide far above the ocean without coming close to the subjects.\n\nAs the dog approaches the woman, the camera gradually increases its distance slightly and transitions from the low close tracking shot into a wider medium tracking composition, allowing both the dog and woman to remain visible in the same frame. The woman notices the approaching dog and naturally bends slightly forward, smiling and opening her arms toward it. She remains stationary while waiting for the dog, allowing the dog to remain the primary moving subject.\n\nThe dog continues running directly toward her, gradually reducing its speed as it gets within a few meters. Its stride becomes shorter and slower, its body rises from the running posture into a natural standing posture, and its paws make increasingly gentle contact with the wet sand. The camera smoothly moves from directly in front of the dog toward a low three-quarter side angle, revealing the woman clearly behind it and maintaining visual continuity with the final frame.\n\nThe dog slows to a gentle stop directly in front of the woman without jumping or making any complicated movement. Its front paws settle naturally into the damp sand while its tail continues wagging happily and its ears relax. A few tiny grains of sand move around its paws as it comes to rest, and the woman bends down toward the dog with both hands reaching forward to greet it. The dog looks upward toward her face with an excited, affectionate expression.\n\nThe camera makes one final subtle adjustment into the exact composition of the last frame: the woman is crouched beside the shoreline with her hands reaching toward the golden retriever, while the dog stands directly in front of her after completing the run. The ocean rolls gently behind them, the wet sand reflects the orange and pink sunset, and the dog's golden fur and the woman's silhouette are illuminated by warm rim light. Hold this final composition for the remaining moment as the woman gently touches the dog's head, the dog remains calm and happy, and a small wave rolls softly across the background.\n\nPhotorealistic live-action cinematography, exact golden retriever identity maintained from the first frame through the final frame, exact red collar maintained throughout, consistent fur color and markings, anatomically correct canine proportions, realistic four-legged running gait, physically believable weight transfer, natural leg coordination, realistic paw contact with wet sand, subtle sand displacement, believable ear movement, realistic tail movement, detailed individual fur strands, natural mouth and facial movement, realistic human anatomy and motion, physically accurate ocean waves, wet sand reflections, atmospheric sea mist, warm golden-hour sunlight, realistic sunset exposure, cinematic 35mm lens, low-angle tracking camera, smooth camera movement synchronized with the dog's running speed, natural motion blur during the faster running section, gradual camera distance change, realistic depth of field, subtle focus transitions, detailed environmental textures, natural wind interaction, subtle film grain, polished cinematic live-action quality.\n\nNo cuts, no scene changes, no teleportation, no sudden camera jumps, no changes to the dog's breed, fur color, facial features, collar, or body proportions, no additional dogs, no extra people, no unnatural limb movement, no floating paws, no distorted legs, no exaggerated jumping, no sudden acceleration, and no complex interaction with the environment.",
        false,
        20,
        1280,
        720,
        607334310286239,
        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",
        "gemma4_e2b_it_bf16.safetensors"
      ]
    }
  ],
  "links": [
    [
      367,
      31,
      0,
      251,
      0,
      "IMAGE"
    ],
    [
      368,
      39,
      0,
      251,
      1,
      "IMAGE"
    ],
    [
      369,
      251,
      0,
      68,
      0,
      "VIDEO"
    ],
    [
      387,
      259,
      0,
      251,
      5,
      "INT"
    ],
    [
      388,
      259,
      1,
      251,
      6,
      "INT"
    ]
  ],
  "groups": [],
  "definitions": {
    "subgraphs": [
      {
        "id": "cf70afc4-5a03-47ce-8210-734b1de6c6bc",
        "version": 1,
        "state": {
          "lastGroupId": 9,
          "lastNodeId": 265,
          "lastLinkId": 392,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "First & Last Frame to Video (LTX-2.5)",
        "inputNode": {
          "id": -10,
          "bounding": [
            -280,
            2210,
            183.814453125,
            328
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            3540,
            2261,
            128,
            68
          ]
        },
        "inputs": [
          {
            "id": "9ef90062-29a7-4a94-95c7-1fced49f3705",
            "name": "input",
            "type": "IMAGE,MASK",
            "linkIds": [
              325
            ],
            "localized_name": "input",
            "label": "first_frame",
            "pos": [
              -120.185546875,
              2234
            ]
          },
          {
            "id": "394b4186-1545-4d8e-a81e-2fdd06c7d86a",
            "name": "input_1",
            "type": "IMAGE,MASK",
            "linkIds": [
              326
            ],
            "localized_name": "input_1",
            "label": "last_frame",
            "pos": [
              -120.185546875,
              2254
            ]
          },
          {
            "id": "06e99847-4ff4-4b47-89af-703de88f32c6",
            "name": "value",
            "type": "STRING",
            "linkIds": [
              373
            ],
            "label": "prompt",
            "pos": [
              -120.185546875,
              2274
            ]
          },
          {
            "id": "55f3e156-36b0-4036-8ea3-2f8bc67b757d",
            "name": "value_1",
            "type": "BOOLEAN",
            "linkIds": [
              374
            ],
            "label": "prompt_enhance",
            "pos": [
              -120.185546875,
              2294
            ]
          },
          {
            "id": "5021e076-8ff3-40f9-93ff-c1fe3ba4b92f",
            "name": "value_2",
            "type": "INT",
            "linkIds": [
              375
            ],
            "label": "duration",
            "pos": [
              -120.185546875,
              2314
            ]
          },
          {
            "id": "eaa9ccdf-b90b-46a1-bead-31bce346a4d0",
            "name": "value_3",
            "type": "INT",
            "linkIds": [
              376
            ],
            "label": "width",
            "pos": [
              -120.185546875,
              2334
            ]
          },
          {
            "id": "78f6eb0b-2fd5-473f-b0af-49af72da5cf6",
            "name": "value_4",
            "type": "INT",
            "linkIds": [
              377
            ],
            "label": "height",
            "pos": [
              -120.185546875,
              2354
            ]
          },
          {
            "id": "53d2c19a-af27-42b4-bdbc-0dd31a0e6e0f",
            "name": "noise_seed",
            "type": "INT",
            "linkIds": [
              378
            ],
            "pos": [
              -120.185546875,
              2374
            ]
          },
          {
            "id": "1e17793b-b8dc-4074-a102-1d9a71b10901",
            "name": "value_5",
            "type": "INT",
            "linkIds": [
              379
            ],
            "label": "fram_rate",
            "pos": [
              -120.185546875,
              2394
            ]
          },
          {
            "id": "ebf37f18-4918-4d80-be62-fb0833811240",
            "name": "unet_name",
            "type": "COMBO",
            "linkIds": [
              380
            ],
            "pos": [
              -120.185546875,
              2414
            ]
          },
          {
            "id": "4be57e90-f5f9-4c55-9331-8d0ee601d6a9",
            "name": "vae_name",
            "type": "COMBO",
            "linkIds": [
              381
            ],
            "label": "video_vae",
            "pos": [
              -120.185546875,
              2434
            ]
          },
          {
            "id": "31352b8e-0bb3-48b6-8679-647aeb164243",
            "name": "vae_name_1",
            "type": "COMBO",
            "linkIds": [
              382
            ],
            "label": "audio_vae",
            "pos": [
              -120.185546875,
              2454
            ]
          },
          {
            "id": "640fb6cd-0ce3-483a-a603-678d332edbad",
            "name": "clip_name",
            "type": "COMBO",
            "linkIds": [
              383
            ],
            "pos": [
              -120.185546875,
              2474
            ]
          },
          {
            "id": "97823058-8d3f-44a4-9510-a059719e5594",
            "name": "clip_name_1",
            "type": "COMBO",
            "linkIds": [
              384
            ],
            "label": "prompt_enhance_model",
            "pos": [
              -120.185546875,
              2494
            ]
          }
        ],
        "outputs": [
          {
            "id": "a629464e-802b-4fe5-9b08-1e7e73d96a62",
            "name": "VIDEO",
            "type": "VIDEO",
            "linkIds": [
              327
            ],
            "localized_name": "VIDEO",
            "pos": [
              3564,
              2285
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 210,
            "type": "LTXVConcatAVLatent",
            "pos": [
              2260,
              2610
            ],
            "size": [
              280,
              100
            ],
            "flags": {},
            "order": 16,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 303
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 304
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  309
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LTXVConcatAVLatent",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": []
          },
          {
            "id": 221,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              2380,
              2100
            ],
            "size": [
              250,
              100
            ],
            "flags": {},
            "order": 27,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 323
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  283
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  321
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1",
              "Node name for S&R": "LTXVSeparateAVLatent",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": []
          },
          {
            "id": 206,
            "type": "LTXVAddGuide",
            "pos": [
              2760,
              2930
            ],
            "size": [
              280,
              240
            ],
            "flags": {},
            "order": 15,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 295
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 296
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 335
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 298
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 299
              },
              {
                "localized_name": "attention_mask",
                "name": "attention_mask",
                "shape": 7,
                "type": "MASK",
                "link": null
              },
              {
                "localized_name": "iclora_parameters",
                "name": "iclora_parameters",
                "shape": 7,
                "type": "IC_LORA_PARAMETERS",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  290
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  291
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  293
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.12.3",
              "Node name for S&R": "LTXVAddGuide",
              "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": [
              0,
              0.7
            ]
          },
          {
            "id": 239,
            "type": "ManualSigmas",
            "pos": [
              1900,
              2460
            ],
            "size": [
              500,
              100
            ],
            "flags": {},
            "order": 0,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  353
                ]
              }
            ],
            "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": 204,
            "type": "LTXVAddGuide",
            "pos": [
              2760,
              3250
            ],
            "size": [
              280,
              240
            ],
            "flags": {},
            "order": 13,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 290
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 291
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 334
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 293
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 294
              },
              {
                "localized_name": "attention_mask",
                "name": "attention_mask",
                "shape": 7,
                "type": "MASK",
                "link": null
              },
              {
                "localized_name": "iclora_parameters",
                "name": "iclora_parameters",
                "shape": 7,
                "type": "IC_LORA_PARAMETERS",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  281,
                  346
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  282,
                  347
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  303
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.12.3",
              "Node name for S&R": "LTXVAddGuide",
              "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": [
              -1,
              0.7
            ]
          },
          {
            "id": 197,
            "type": "LTXVEmptyLatentAudio",
            "pos": [
              2380,
              3350
            ],
            "size": [
              280,
              170
            ],
            "flags": {},
            "order": 6,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 332
              },
              {
                "localized_name": "frames_number",
                "name": "frames_number",
                "type": "INT",
                "widget": {
                  "name": "frames_number"
                },
                "link": 330
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT,INT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 279
              }
            ],
            "outputs": [
              {
                "localized_name": "Latent",
                "name": "Latent",
                "type": "LATENT",
                "links": [
                  304
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.68",
              "Node name for S&R": "LTXVEmptyLatentAudio",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              97,
              25,
              1
            ]
          },
          {
            "id": 200,
            "type": "LTXVCropGuides",
            "pos": [
              2750,
              1950
            ],
            "size": [
              280,
              120
            ],
            "flags": {},
            "order": 9,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 281
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 282
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 283
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": []
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": []
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  319
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.8.2",
              "Node name for S&R": "LTXVCropGuides",
              "ue_properties": {
                "widget_ue_connectable": {},
                "input_ue_unconnectable": {},
                "version": "7.5.2"
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": []
          },
          {
            "id": 201,
            "type": "EmptyLTXVLatentVideo",
            "pos": [
              2380,
              3110
            ],
            "size": [
              280,
              200
            ],
            "flags": {},
            "order": 10,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 284
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 285
              },
              {
                "localized_name": "length",
                "name": "length",
                "type": "INT",
                "widget": {
                  "name": "length"
                },
                "link": 331
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  298
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.60",
              "Node name for S&R": "EmptyLTXVLatentVideo",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              768,
              512,
              97,
              1
            ]
          },
          {
            "id": 211,
            "type": "SamplerCustomAdvanced",
            "pos": [
              2380,
              1850
            ],
            "size": [
              230,
              170
            ],
            "flags": {},
            "order": 17,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 305
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 348
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 307
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 353
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 309
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  323
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "SamplerCustomAdvanced",
              "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": []
          },
          {
            "id": 202,
            "type": "LTXVConditioning",
            "pos": [
              2380,
              2930
            ],
            "size": [
              280,
              130
            ],
            "flags": {},
            "order": 11,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 358
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 287
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 288
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  295
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  296
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "LTXVConditioning",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              25
            ]
          },
          {
            "id": 208,
            "type": "SamplerEulerAncestral",
            "pos": [
              1910,
              2240
            ],
            "size": [
              280,
              120
            ],
            "flags": {},
            "order": 1,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  307
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "SamplerEulerAncestral",
              "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": [
              0,
              1
            ]
          },
          {
            "id": 196,
            "type": "RandomNoise",
            "pos": [
              1910,
              1840
            ],
            "size": [
              280,
              110
            ],
            "flags": {},
            "order": 5,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise_seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": 378
              }
            ],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  305
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "RandomNoise",
              "ue_properties": {
                "widget_ue_connectable": {
                  "noise_seed": true
                },
                "version": "7.7",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              358144640282042,
              "randomize"
            ]
          },
          {
            "id": 217,
            "type": "CLIPTextEncode",
            "pos": [
              1220,
              2450
            ],
            "size": [
              590,
              200
            ],
            "flags": {
              "collapsed": false
            },
            "order": 23,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 337
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "links": [
                  287
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "CLIPTextEncode",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              "blurry, out of focus, overexposed, underexposed, low contrast, washed out colors, excessive noise, grainy texture, poor lighting, flickering, motion blur, distorted proportions, unnatural skin tones, deformed facial features, asymmetrical face, missing facial features, extra limbs, disfigured hands, wrong hand count, artifacts around text, unreadable text on shirt or hat, incorrect lettering on cap (“PNTR”), incorrect t-shirt slogan (“JUST DO IT”), missing microphone, misplaced microphone, inconsistent perspective, camera shake, incorrect depth of field, background too sharp, background clutter, distracting reflections, harsh shadows, inconsistent lighting direction, color banding, cartoonish rendering, 3D CGI look, unrealistic materials, uncanny valley effect, incorrect ethnicity, wrong gender, exaggerated expressions, smiling, laughing, exaggerated sadness, wrong gaze direction, eyes looking at camera, mismatched lip sync, silent or muted audio, distorted voice, robotic voice, echo, background noise, off-sync audio, missing sniff sounds, incorrect dialogue, added dialogue, repetitive speech, jittery movement, awkward pauses, incorrect timing, unnatural transitions, inconsistent framing, tilted camera, missing door or shelves, missing shallow depth of field, flat lighting, inconsistent tone, cinematic oversaturation, stylized filters, or AI artifacts."
            ],
            "color": "#323",
            "bgcolor": "#535"
          },
          {
            "id": 222,
            "type": "CLIPTextEncode",
            "pos": [
              1200,
              1880
            ],
            "size": [
              620,
              420
            ],
            "flags": {},
            "order": 28,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 338
              },
              {
                "localized_name": "text",
                "name": "text",
                "type": "STRING",
                "widget": {
                  "name": "text"
                },
                "link": 364
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "links": [
                  358
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.3.56",
              "Node name for S&R": "CLIPTextEncode",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              ""
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 248,
            "type": "ComfySwitchNode",
            "pos": [
              1650,
              1510
            ],
            "size": [
              270,
              130
            ],
            "flags": {},
            "order": 37,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "STRING",
                "link": 372
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "STRING",
                "link": 361
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 362
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "STRING",
                "links": [
                  363,
                  364
                ]
              }
            ],
            "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": 203,
            "type": "GetImageSize",
            "pos": [
              1910,
              3020
            ],
            "size": [
              230,
              130
            ],
            "flags": {},
            "order": 12,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 289
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  284
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  285
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "GetImageSize",
              "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": []
          },
          {
            "id": 195,
            "type": "LTXVPreprocess",
            "pos": [
              1910,
              3300
            ],
            "size": [
              230,
              110
            ],
            "flags": {
              "collapsed": false
            },
            "order": 4,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 277
              }
            ],
            "outputs": [
              {
                "localized_name": "output_image",
                "name": "output_image",
                "type": "IMAGE",
                "links": [
                  294
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LTXVPreprocess",
              "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": [
              18
            ]
          },
          {
            "id": 199,
            "type": "LTXVPreprocess",
            "pos": [
              1910,
              2860
            ],
            "size": [
              230,
              110
            ],
            "flags": {
              "collapsed": false
            },
            "order": 8,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 280
              }
            ],
            "outputs": [
              {
                "localized_name": "output_image",
                "name": "output_image",
                "type": "IMAGE",
                "links": [
                  299,
                  366
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LTXVPreprocess",
              "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": [
              18
            ]
          },
          {
            "id": 247,
            "type": "TextGenerateLTX2Prompt",
            "pos": [
              1120,
              1100
            ],
            "size": [
              400,
              412
            ],
            "flags": {
              "collapsed": false
            },
            "order": 36,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 360
              },
              {
                "localized_name": "image",
                "name": "image",
                "shape": 7,
                "type": "IMAGE",
                "link": 366
              },
              {
                "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": 371
              }
            ],
            "outputs": [
              {
                "localized_name": "generated_text",
                "name": "generated_text",
                "type": "STRING",
                "links": [
                  361
                ]
              }
            ],
            "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": 213,
            "type": "ResizeImageMaskNode",
            "pos": [
              1560,
              2860
            ],
            "size": [
              280,
              154
            ],
            "flags": {},
            "order": 19,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "input",
                "name": "input",
                "type": "IMAGE,MASK",
                "link": 325
              },
              {
                "localized_name": "width",
                "name": "resize_type.width",
                "type": "INT",
                "widget": {
                  "name": "resize_type.width"
                },
                "link": 311
              },
              {
                "localized_name": "height",
                "name": "resize_type.height",
                "type": "INT",
                "widget": {
                  "name": "resize_type.height"
                },
                "link": 312
              }
            ],
            "outputs": [
              {
                "localized_name": "resized",
                "name": "resized",
                "type": "IMAGE,MASK",
                "links": [
                  280,
                  289
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "ResizeImageMaskNode",
              "ue_properties": {
                "widget_ue_connectable": {
                  "resize_type.width": true,
                  "resize_type.height": true
                },
                "version": "7.7",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              "scale dimensions",
              640,
              360,
              "center",
              "nearest-exact"
            ]
          },
          {
            "id": 214,
            "type": "ResizeImageMaskNode",
            "pos": [
              1560,
              3300
            ],
            "size": [
              280,
              154
            ],
            "flags": {},
            "order": 20,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "input",
                "name": "input",
                "type": "IMAGE,MASK",
                "link": 326
              },
              {
                "localized_name": "width",
                "name": "resize_type.width",
                "type": "INT",
                "widget": {
                  "name": "resize_type.width"
                },
                "link": 313
              },
              {
                "localized_name": "height",
                "name": "resize_type.height",
                "type": "INT",
                "widget": {
                  "name": "resize_type.height"
                },
                "link": 314
              }
            ],
            "outputs": [
              {
                "localized_name": "resized",
                "name": "resized",
                "type": "IMAGE,MASK",
                "links": [
                  277
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "ResizeImageMaskNode",
              "ue_properties": {
                "widget_ue_connectable": {
                  "resize_type.width": true,
                  "resize_type.height": true
                },
                "version": "7.7",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              "scale dimensions",
              640,
              360,
              "center",
              "nearest-exact"
            ]
          },
          {
            "id": 249,
            "type": "PreviewAny",
            "pos": [
              1960,
              1120
            ],
            "size": [
              510,
              360
            ],
            "flags": {},
            "order": 38,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "source",
                "name": "source",
                "type": "*",
                "link": 363
              }
            ],
            "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": 229,
            "type": "VAELoader",
            "pos": [
              690,
              2130
            ],
            "size": [
              410,
              70
            ],
            "flags": {},
            "order": 32,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae_name",
                "name": "vae_name",
                "type": "COMBO",
                "widget": {
                  "name": "vae_name"
                },
                "link": 381
              }
            ],
            "outputs": [
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  334,
                  335,
                  336
                ]
              }
            ],
            "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": 227,
            "type": "VAELoader",
            "pos": [
              690,
              2280
            ],
            "size": [
              400,
              90
            ],
            "flags": {},
            "order": 30,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae_name",
                "name": "vae_name",
                "type": "COMBO",
                "widget": {
                  "name": "vae_name"
                },
                "link": 382
              }
            ],
            "outputs": [
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  332,
                  333
                ]
              }
            ],
            "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": 228,
            "type": "CLIPLoader",
            "pos": [
              690,
              2450
            ],
            "size": [
              370,
              120
            ],
            "flags": {},
            "order": 31,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip_name",
                "name": "clip_name",
                "type": "COMBO",
                "widget": {
                  "name": "clip_name"
                },
                "link": 383
              }
            ],
            "outputs": [
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": [
                  337,
                  338
                ]
              }
            ],
            "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": 246,
            "type": "CLIPLoader",
            "pos": [
              670,
              1110
            ],
            "size": [
              370,
              120
            ],
            "flags": {},
            "order": 35,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip_name",
                "name": "clip_name",
                "type": "COMBO",
                "widget": {
                  "name": "clip_name"
                },
                "link": 384
              }
            ],
            "outputs": [
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": [
                  360
                ]
              }
            ],
            "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": 250,
            "type": "PrimitiveBoolean",
            "pos": [
              690,
              1580
            ],
            "size": [
              270,
              100
            ],
            "flags": {},
            "order": 39,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "BOOLEAN",
                "widget": {
                  "name": "value"
                },
                "link": 374
              }
            ],
            "outputs": [
              {
                "localized_name": "BOOLEAN",
                "name": "BOOLEAN",
                "type": "BOOLEAN",
                "links": [
                  362
                ]
              }
            ],
            "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": 215,
            "type": "PrimitiveInt",
            "pos": [
              1180,
              2860
            ],
            "size": [
              230,
              110
            ],
            "flags": {},
            "order": 21,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 376
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  311,
                  313
                ]
              }
            ],
            "title": "Width",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "PrimitiveInt",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              1280,
              "fixed"
            ]
          },
          {
            "id": 216,
            "type": "PrimitiveInt",
            "pos": [
              1180,
              3010
            ],
            "size": [
              230,
              110
            ],
            "flags": {},
            "order": 22,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 377
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  312,
                  314
                ]
              }
            ],
            "title": "height",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "PrimitiveInt",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              720,
              "fixed"
            ]
          },
          {
            "id": 212,
            "type": "ComfyMathExpression",
            "pos": [
              1180,
              3490
            ],
            "size": [
              225,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 18,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 310
              },
              {
                "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": [
                  288,
                  318
                ]
              },
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": []
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.17.0",
              "Node name for S&R": "ComfyMathExpression",
              "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": [
              "a"
            ]
          },
          {
            "id": 198,
            "type": "PrimitiveInt",
            "pos": [
              1180,
              3160
            ],
            "size": [
              230,
              110
            ],
            "flags": {},
            "order": 7,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 375
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  328
                ]
              }
            ],
            "title": "Duration",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "PrimitiveInt",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              5,
              "fixed"
            ]
          },
          {
            "id": 226,
            "type": "ComfyMathExpression",
            "pos": [
              1180,
              3550
            ],
            "size": [
              225,
              94
            ],
            "flags": {
              "collapsed": true
            },
            "order": 29,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 328
              },
              {
                "label": "b",
                "localized_name": "values.b",
                "name": "values.b",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": 329
              },
              {
                "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": [
                  330,
                  331
                ]
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": []
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.18.1",
              "Node name for S&R": "ComfyMathExpression",
              "ue_properties": {
                "widget_ue_connectable": {},
                "input_ue_unconnectable": {},
                "version": "7.7"
              }
            },
            "widgets_values": [
              "a * b + 1"
            ]
          },
          {
            "id": 205,
            "type": "PrimitiveInt",
            "pos": [
              1180,
              3320
            ],
            "size": [
              230,
              110
            ],
            "flags": {},
            "order": 14,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "INT",
                "widget": {
                  "name": "value"
                },
                "link": 379
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  279,
                  310,
                  329
                ]
              }
            ],
            "title": "Frame Rate(int)",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "PrimitiveInt",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": [
              24,
              "fixed"
            ]
          },
          {
            "id": 252,
            "type": "PrimitiveStringMultiline",
            "pos": [
              690,
              2870
            ],
            "size": [
              430,
              630
            ],
            "flags": {},
            "order": 40,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "value",
                "name": "value",
                "type": "STRING",
                "widget": {
                  "name": "value"
                },
                "link": 373
              }
            ],
            "outputs": [
              {
                "localized_name": "STRING",
                "name": "STRING",
                "type": "STRING",
                "links": [
                  371,
                  372
                ]
              }
            ],
            "title": "Prompt",
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.30.0",
              "Node name for S&R": "PrimitiveStringMultiline",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              ""
            ]
          },
          {
            "id": 219,
            "type": "VAEDecodeTiled",
            "pos": [
              2740,
              2150
            ],
            "size": [
              280,
              190
            ],
            "flags": {},
            "order": 25,
            "mode": 0,
            "showAdvanced": true,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 319
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 336
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  316,
                  389
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "VAEDecodeTiled",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "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": 220,
            "type": "LTXVAudioVAEDecode",
            "pos": [
              2740,
              2440
            ],
            "size": [
              280,
              100
            ],
            "flags": {},
            "order": 26,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 321
              },
              {
                "label": "Audio VAE",
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 333
              }
            ],
            "outputs": [
              {
                "localized_name": "Audio",
                "name": "Audio",
                "type": "AUDIO",
                "links": [
                  317,
                  390
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.7.0",
              "Node name for S&R": "LTXVAudioVAEDecode",
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.5.2",
                "input_ue_unconnectable": {}
              },
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65
            },
            "widgets_values": []
          },
          {
            "id": 218,
            "type": "CreateVideo",
            "pos": [
              3260.0000000000014,
              1921.8181818181824
            ],
            "size": [
              280,
              130
            ],
            "flags": {},
            "order": 24,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 316
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 317
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "widget": {
                  "name": "fps"
                },
                "link": 318
              }
            ],
            "outputs": [
              {
                "localized_name": "VIDEO",
                "name": "VIDEO",
                "type": "VIDEO",
                "links": [
                  327
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.14.1",
              "Node name for S&R": "CreateVideo",
              "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": [
              24,
              8
            ]
          },
          {
            "id": 262,
            "type": "PathchSageAttentionKJ",
            "pos": [
              1569.837558150586,
              1105.213278755296
            ],
            "size": [
              270,
              82
            ],
            "flags": {},
            "order": 2,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": []
              }
            ],
            "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": 235,
            "type": "LTXVDualCFGGuider",
            "pos": [
              3480.7999999999997,
              1366.4000000000005
            ],
            "size": [
              270,
              160
            ],
            "flags": {},
            "order": 34,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 392
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 346
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 347
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  348
                ]
              }
            ],
            "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": 230,
            "type": "UNETLoader",
            "pos": [
              2765.084,
              1376.631400000001
            ],
            "size": [
              400,
              90
            ],
            "flags": {},
            "order": 33,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "unet_name",
                "name": "unet_name",
                "type": "COMBO",
                "widget": {
                  "name": "unet_name"
                },
                "link": 380
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  391
                ]
              }
            ],
            "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": 264,
            "type": "VHS_VideoCombine",
            "pos": [
              6601.544517328961,
              3743.2350936483235
            ],
            "size": [
              601.818181818182,
              661.2867132867134
            ],
            "flags": {},
            "order": 3,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": null
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": null
              },
              {
                "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/ltx/MiniMax_H3",
              "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_00008-audio.mp4",
                  "subfolder": "video\\ltx",
                  "type": "output",
                  "format": "video/nvenc_h264-mp4",
                  "frame_rate": 24,
                  "workflow": "MiniMax_H3_00008.png",
                  "fullpath": "C:\\AI-Software\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\ComfyUI\\output\\video\\ltx\\MiniMax_H3_00008-audio.mp4"
                }
              }
            },
            "color": "#223",
            "bgcolor": "#335"
          },
          {
            "id": 261,
            "type": "VHS_VideoCombine",
            "pos": [
              3779.015798985341,
              1999.0083241749428
            ],
            "size": [
              601.818181818182,
              672.4755244755245
            ],
            "flags": {},
            "order": 41,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 389
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 390
              },
              {
                "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_flf2v",
              "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_00012-audio.mp4",
                  "subfolder": "video\\ltx",
                  "type": "output",
                  "format": "video/nvenc_h264-mp4",
                  "frame_rate": 24,
                  "workflow": "MiniMax_H3_00012.png",
                  "fullpath": "C:\\AI-Software\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\ComfyUI\\output\\video\\ltx\\MiniMax_H3_00012-audio.mp4"
                }
              }
            },
            "color": "#223",
            "bgcolor": "#335"
          },
          {
            "id": 263,
            "type": "PathchSageAttentionKJ",
            "pos": [
              3104.197175962511,
              1124.2585699168228
            ],
            "size": [
              270,
              82
            ],
            "flags": {},
            "order": 42,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 391
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  392
                ]
              }
            ],
            "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
            ]
          }
        ],
        "groups": [
          {
            "id": 7,
            "title": "Sampling",
            "bounding": [
              1890,
              1760,
              770,
              980
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 8,
            "title": "Decoding",
            "bounding": [
              2690,
              1760,
              450,
              980
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 1,
            "title": "Conditioning",
            "bounding": [
              2280,
              2770,
              860,
              780
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 6,
            "title": "Prompt",
            "bounding": [
              1180,
              1760,
              680,
              980
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 3,
            "title": "FIrst Frame",
            "bounding": [
              1480,
              2770,
              770,
              400
            ],
            "color": "#b06634",
            "flags": {}
          },
          {
            "id": 4,
            "title": "Last Frame",
            "bounding": [
              1480,
              3200,
              770,
              370
            ],
            "color": "#b06634",
            "flags": {}
          },
          {
            "id": 2,
            "title": "Video Settings",
            "bounding": [
              650,
              2770,
              800,
              800
            ],
            "color": "#8A8",
            "flags": {}
          },
          {
            "id": 5,
            "title": "Model",
            "bounding": [
              650,
              1760,
              500,
              980
            ],
            "color": "#3f789e",
            "flags": {}
          },
          {
            "id": 9,
            "title": "Prompt Enhancement",
            "bounding": [
              650,
              1020,
              2010,
              720
            ],
            "flags": {}
          }
        ],
        "links": [
          {
            "id": 303,
            "origin_id": 204,
            "origin_slot": 2,
            "target_id": 210,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 304,
            "origin_id": 197,
            "origin_slot": 0,
            "target_id": 210,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 319,
            "origin_id": 200,
            "origin_slot": 2,
            "target_id": 219,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 336,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 219,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 321,
            "origin_id": 221,
            "origin_slot": 1,
            "target_id": 220,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 333,
            "origin_id": 227,
            "origin_slot": 0,
            "target_id": 220,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 323,
            "origin_id": 211,
            "origin_slot": 1,
            "target_id": 221,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 295,
            "origin_id": 202,
            "origin_slot": 0,
            "target_id": 206,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 296,
            "origin_id": 202,
            "origin_slot": 1,
            "target_id": 206,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 335,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 206,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 298,
            "origin_id": 201,
            "origin_slot": 0,
            "target_id": 206,
            "target_slot": 3,
            "type": "LATENT"
          },
          {
            "id": 299,
            "origin_id": 199,
            "origin_slot": 0,
            "target_id": 206,
            "target_slot": 4,
            "type": "IMAGE"
          },
          {
            "id": 290,
            "origin_id": 206,
            "origin_slot": 0,
            "target_id": 204,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 291,
            "origin_id": 206,
            "origin_slot": 1,
            "target_id": 204,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 334,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 204,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 293,
            "origin_id": 206,
            "origin_slot": 2,
            "target_id": 204,
            "target_slot": 3,
            "type": "LATENT"
          },
          {
            "id": 294,
            "origin_id": 195,
            "origin_slot": 0,
            "target_id": 204,
            "target_slot": 4,
            "type": "IMAGE"
          },
          {
            "id": 332,
            "origin_id": 227,
            "origin_slot": 0,
            "target_id": 197,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 330,
            "origin_id": 226,
            "origin_slot": 1,
            "target_id": 197,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 279,
            "origin_id": 205,
            "origin_slot": 0,
            "target_id": 197,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 281,
            "origin_id": 204,
            "origin_slot": 0,
            "target_id": 200,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 282,
            "origin_id": 204,
            "origin_slot": 1,
            "target_id": 200,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 283,
            "origin_id": 221,
            "origin_slot": 0,
            "target_id": 200,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 284,
            "origin_id": 203,
            "origin_slot": 0,
            "target_id": 201,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 285,
            "origin_id": 203,
            "origin_slot": 1,
            "target_id": 201,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 331,
            "origin_id": 226,
            "origin_slot": 1,
            "target_id": 201,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 305,
            "origin_id": 196,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 348,
            "origin_id": 235,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 307,
            "origin_id": 208,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 353,
            "origin_id": 239,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 309,
            "origin_id": 210,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 358,
            "origin_id": 222,
            "origin_slot": 0,
            "target_id": 202,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 287,
            "origin_id": 217,
            "origin_slot": 0,
            "target_id": 202,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 288,
            "origin_id": 212,
            "origin_slot": 0,
            "target_id": 202,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 316,
            "origin_id": 219,
            "origin_slot": 0,
            "target_id": 218,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 317,
            "origin_id": 220,
            "origin_slot": 0,
            "target_id": 218,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 318,
            "origin_id": 212,
            "origin_slot": 0,
            "target_id": 218,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 346,
            "origin_id": 204,
            "origin_slot": 0,
            "target_id": 235,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 347,
            "origin_id": 204,
            "origin_slot": 1,
            "target_id": 235,
            "target_slot": 2,
            "type": "CONDITIONING"
          },
          {
            "id": 337,
            "origin_id": 228,
            "origin_slot": 0,
            "target_id": 217,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 338,
            "origin_id": 228,
            "origin_slot": 0,
            "target_id": 222,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 364,
            "origin_id": 248,
            "origin_slot": 0,
            "target_id": 222,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 361,
            "origin_id": 247,
            "origin_slot": 0,
            "target_id": 248,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 362,
            "origin_id": 250,
            "origin_slot": 0,
            "target_id": 248,
            "target_slot": 2,
            "type": "BOOLEAN"
          },
          {
            "id": 289,
            "origin_id": 213,
            "origin_slot": 0,
            "target_id": 203,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 277,
            "origin_id": 214,
            "origin_slot": 0,
            "target_id": 195,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 280,
            "origin_id": 213,
            "origin_slot": 0,
            "target_id": 199,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 360,
            "origin_id": 246,
            "origin_slot": 0,
            "target_id": 247,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 366,
            "origin_id": 199,
            "origin_slot": 0,
            "target_id": 247,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 311,
            "origin_id": 215,
            "origin_slot": 0,
            "target_id": 213,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 312,
            "origin_id": 216,
            "origin_slot": 0,
            "target_id": 213,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 313,
            "origin_id": 215,
            "origin_slot": 0,
            "target_id": 214,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 314,
            "origin_id": 216,
            "origin_slot": 0,
            "target_id": 214,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 363,
            "origin_id": 248,
            "origin_slot": 0,
            "target_id": 249,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 310,
            "origin_id": 205,
            "origin_slot": 0,
            "target_id": 212,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 328,
            "origin_id": 198,
            "origin_slot": 0,
            "target_id": 226,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 329,
            "origin_id": 205,
            "origin_slot": 0,
            "target_id": 226,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 325,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 213,
            "target_slot": 0,
            "type": "IMAGE,MASK"
          },
          {
            "id": 326,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 214,
            "target_slot": 0,
            "type": "IMAGE,MASK"
          },
          {
            "id": 327,
            "origin_id": 218,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 371,
            "origin_id": 252,
            "origin_slot": 0,
            "target_id": 247,
            "target_slot": 4,
            "type": "STRING"
          },
          {
            "id": 372,
            "origin_id": 252,
            "origin_slot": 0,
            "target_id": 248,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 373,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 252,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 374,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 250,
            "target_slot": 0,
            "type": "BOOLEAN"
          },
          {
            "id": 375,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 198,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 376,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 215,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 377,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 216,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 378,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 196,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 379,
            "origin_id": -10,
            "origin_slot": 8,
            "target_id": 205,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 380,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 230,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 381,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 229,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 382,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 227,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 383,
            "origin_id": -10,
            "origin_slot": 12,
            "target_id": 228,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 384,
            "origin_id": -10,
            "origin_slot": 13,
            "target_id": 246,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 389,
            "origin_id": 219,
            "origin_slot": 0,
            "target_id": 261,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 390,
            "origin_id": 220,
            "origin_slot": 0,
            "target_id": 261,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 391,
            "origin_id": 230,
            "origin_slot": 0,
            "target_id": 263,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 392,
            "origin_id": 263,
            "origin_slot": 0,
            "target_id": 235,
            "target_slot": 0,
            "type": "MODEL"
          }
        ],
        "extra": {
          "pixaromaGroups": [],
          "ue_links": [],
          "links_added_by_ue": []
        }
      }
    ]
  },
  "config": {},
  "extra": {
    "frontendVersion": "1.48.7",
    "workflowRendererVersion": "Vue-corrected",
    "ue_links": [],
    "VHS_latentpreview": false,
    "VHS_latentpreviewrate": 0,
    "VHS_MetadataImage": true,
    "VHS_KeepIntermediate": true,
    "anomalous_hashes": {
      "251_ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors": {
        "hash": "",
        "size": 21504034224
      },
      "251_ltx-2.5-video-vae-bf16.safetensors": {
        "hash": "",
        "size": 1472223346
      },
      "251_ltx-2.5-audio-vae-bf16.safetensors": {
        "hash": "",
        "size": 364866540
      }
    },
    "links_added_by_ue": [],
    "ds": {
      "scale": 0.6008050847457633,
      "offset": [
        -835.9031755105882,
        -1272.6587500682622
      ]
    }
  },
  "version": 0.4
}