{
  "id": "3a1879d9-fa8c-4270-a36f-3f10b01b983b",
  "revision": 0,
  "last_node_id": 274,
  "last_link_id": 456,
  "nodes": [
    {
      "id": 265,
      "type": "SaveVideo",
      "pos": [
        -3307.3567107528597,
        5373.118200558858
      ],
      "size": [
        416.2646763195153,
        452.6478370150671
      ],
      "flags": {},
      "order": 12,
      "mode": 4,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 456
        }
      ],
      "outputs": [],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        "video/ComfyUI",
        "auto",
        "auto"
      ]
    },
    {
      "id": 274,
      "type": "MarkdownNote",
      "pos": [
        -3705.3723898360204,
        4198.991136202638
      ],
      "size": [
        271.8700736604794,
        105.6563141843053
      ],
      "flags": {
        "collapsed": false
      },
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Video Size",
      "properties": {},
      "widgets_values": [
        "Width & height settings must be divisible by 64. \n\nRunning with invalid parameters **will not cause errors**. Instead, the flow will silently choose the closest valid parameters. "
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 264,
      "type": "SaveVideo",
      "pos": [
        -3300.5108091503857,
        4344.231267080603
      ],
      "size": [
        394.3820764961033,
        441.7206085664038
      ],
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 455
        }
      ],
      "outputs": [],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        "video/ComfyUI",
        "auto",
        "auto"
      ]
    },
    {
      "id": 201,
      "type": "PrimitiveBoolean",
      "pos": [
        -4281.760208043995,
        5035.499737380581
      ],
      "size": [
        384.03006973056927,
        58
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "BOOLEAN",
          "type": "BOOLEAN",
          "links": [
            363,
            397,
            433
          ]
        }
      ],
      "title": "Text Only",
      "properties": {
        "Node name for S&R": "PrimitiveBoolean",
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        false
      ]
    },
    {
      "id": 263,
      "type": "SaveVideo",
      "pos": [
        -3300.791002295813,
        4850.00281731496
      ],
      "size": [
        407.5231522848858,
        444.0448474342347
      ],
      "flags": {},
      "order": 11,
      "mode": 4,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 454
        }
      ],
      "outputs": [],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        "video/ComfyUI",
        "auto",
        "auto"
      ]
    },
    {
      "id": 273,
      "type": "MarkdownNote",
      "pos": [
        -4785.564205750212,
        4455.096649073921
      ],
      "size": [
        474.7453652124491,
        605.585189911063
      ],
      "flags": {
        "collapsed": false
      },
      "order": 2,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Model Links",
      "properties": {},
      "widgets_values": [
        "## Model Links\n\n**LTX-2 Model Weights**\n\n- [ltx-2-19b-distilled.safetensors](https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-19b-distilled.safetensors)\n- [ ltx-2-spatial-upscaler-x2-1.0.safetensors ](https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-spatial-upscaler-x2-1.0.safetensors)\n- [ IC LoRA - Canny ](https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Canny-Control/resolve/main/ltx-2-19b-ic-lora-canny-control.safetensors)\n- [ IC LoRA - Depth ](https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Depth-Control/resolve/main/ltx-2-19b-ic-lora-depth-control.safetensors)\n- [ IC LoRA - Pose ](https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Pose-Control/resolve/main/ltx-2-19b-ic-lora-pose-control.safetensors)\n\n\n\n**Text Encoder**\n- [Google Gemma 3](https://huggingface.co/google/gemma-3-12b-it-qat-q4_0-unquantized)\n\nPlease download the entire folder - \n\n- Run: \n 1. cd models/text_encoders\n 2. git clone https://huggingface.co/google/gemma-3-12b-it-qat-q4_0-unquantized\n\n*Full documentation can be found [here](https://docs.ltx.video/open-source-model/integration-tools/comfy-ui#text-encoder)\n\n\n**Model Storage Location**\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│   ├── 📂 text_encoders/\n│   │      ├── gemma-3-12b-it-qat-q4_0-unquantized/model-00001-of-00005.safetensors\n│   ├── 📂 checkpoints/\n│   │      └── ltx-2-19b-distilled.safetensors\n│   ├── 📂 latent_upscale_models/ \n│   │      └── ltx-2-spatial-upscaler-x2-1.0.safetensors\n│   ├── 📂 loras/ \n│           └── ltx-2-19b-ic-lora-canny-control.safetensors\n│           └── ltx-2-19b-ic-lora-depth-control.safetensors\n│           └── ltx-2-19b-ic-lora-pose-control.safetensors\n```\n**Assets**\n- [buildings.mp4 (input video)](https://github.com/Lightricks/ComfyUI-LTXVideo/blob/master/example_workflows/assets/buildings.mp4)\n- [buildings ff (first frame)](https://github.com/Lightricks/ComfyUI-LTXVideo/blob/master/example_workflows/assets/buildings%20ff.png)\n\n## Report Issues\nTo report any issues when running this workflow, [go to GitHub](https://github.com/Lightricks/ComfyUI-LTXVideo/issues)\n"
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 271,
      "type": "MarkdownNote",
      "pos": [
        -4517.278638109156,
        5357.133250216258
      ],
      "size": [
        210,
        88
      ],
      "flags": {
        "collapsed": false
      },
      "order": 3,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Important",
      "properties": {},
      "widgets_values": [
        "# Always load Image"
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 272,
      "type": "MarkdownNote",
      "pos": [
        -4782.341673813574,
        5107.78314157236
      ],
      "size": [
        471.21870630897365,
        207.61883103687887
      ],
      "flags": {
        "collapsed": false
      },
      "order": 4,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Prompting LTX-2",
      "properties": {},
      "widgets_values": [
        "## LTX-2 Prompting Tips\n1. **Core Actions**: Describe events and actions as they occur over time  \n2. **Audio**: Describe sounds and dialogue needed for the scene  \n3. **Reference Image**: Do not repeat details already present  \n4. **Consistency**: Avoid instructions that do not match the reference image, as this will degrade results\n"
      ],
      "color": "#432",
      "bgcolor": "#653"
    },
    {
      "id": 164,
      "type": "LoadVideo",
      "pos": [
        -4273.650112839631,
        4496.243204253725
      ],
      "size": [
        386.798828125,
        458.5515914425977
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            362,
            398,
            432
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "LoadVideo",
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        "LTX-2_V2V_00014-audio.mp4",
        "image"
      ]
    },
    {
      "id": 200,
      "type": "LoadImage",
      "pos": [
        -4285.129479933403,
        5143.939169472896
      ],
      "size": [
        400.4874419937255,
        378.7916882359277
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            450,
            451,
            452
          ]
        },
        {
          "name": "MASK",
          "type": "MASK",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "LoadImage",
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        "first_frame (1).png",
        "image"
      ]
    },
    {
      "id": 224,
      "type": "2dc75cab-e957-4437-a5bb-2afb0ea00516",
      "pos": [
        -3776.2387424832514,
        4340.026662390727
      ],
      "size": [
        430.6110937678254,
        456.14251880590064
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 362
        },
        {
          "name": "switch",
          "type": "BOOLEAN",
          "widget": {
            "name": "switch"
          },
          "link": 363
        },
        {
          "label": "first frame",
          "name": "image_1",
          "type": "IMAGE",
          "link": 450
        }
      ],
      "outputs": [
        {
          "label": "video",
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            455
          ]
        }
      ],
      "properties": {
        "proxyWidgets": [
          [
            "212",
            "value"
          ],
          [
            "-1",
            "width"
          ],
          [
            "-1",
            "height"
          ],
          [
            "223",
            "noise_seed"
          ],
          [
            "223",
            "461: control_after_generate"
          ],
          [
            "-1",
            "switch"
          ]
        ],
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        null,
        1920,
        1024,
        null,
        null,
        true
      ]
    },
    {
      "id": 240,
      "type": "b83ac947-e174-4a8e-b0c1-f7c3b8f00419",
      "pos": [
        -3775.456558964413,
        4846.109439002414
      ],
      "size": [
        428.1032473412265,
        462.6733832580858
      ],
      "flags": {},
      "order": 8,
      "mode": 4,
      "inputs": [
        {
          "name": "switch",
          "type": "BOOLEAN",
          "widget": {
            "name": "switch"
          },
          "link": 397
        },
        {
          "name": "video",
          "type": "VIDEO",
          "link": 398
        },
        {
          "label": "first frame",
          "name": "image_1",
          "type": "IMAGE",
          "link": 451
        }
      ],
      "outputs": [
        {
          "label": "video",
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            454
          ]
        }
      ],
      "properties": {
        "proxyWidgets": [
          [
            "229",
            "value"
          ],
          [
            "-1",
            "width"
          ],
          [
            "-1",
            "height"
          ],
          [
            "239",
            "noise_seed"
          ],
          [
            "239",
            "461: control_after_generate"
          ],
          [
            "-1",
            "switch"
          ]
        ],
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        null,
        1920,
        1024,
        null,
        null,
        true
      ]
    },
    {
      "id": 256,
      "type": "3ad0b41c-8c47-4e10-a53e-ed340cc26b5f",
      "pos": [
        -3774.406825396875,
        5370.867781047884
      ],
      "size": [
        425.6797091343742,
        459.5094361285983
      ],
      "flags": {},
      "order": 9,
      "mode": 4,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 432
        },
        {
          "name": "switch",
          "type": "BOOLEAN",
          "widget": {
            "name": "switch"
          },
          "link": 433
        },
        {
          "label": "first frame",
          "name": "image_1",
          "type": "IMAGE",
          "link": 452
        }
      ],
      "outputs": [
        {
          "label": "video",
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            456
          ]
        }
      ],
      "properties": {
        "proxyWidgets": [
          [
            "244",
            "value"
          ],
          [
            "-1",
            "width"
          ],
          [
            "-1",
            "height"
          ],
          [
            "253",
            "noise_seed"
          ],
          [
            "253",
            "461: control_after_generate"
          ],
          [
            "-1",
            "switch"
          ]
        ],
        "cnr_id": "comfy-core",
        "ver": "0.5.1"
      },
      "widgets_values": [
        null,
        1920,
        1024,
        null,
        null,
        true
      ]
    }
  ],
  "links": [
    [
      362,
      164,
      0,
      224,
      0,
      "VIDEO"
    ],
    [
      363,
      201,
      0,
      224,
      1,
      "BOOLEAN"
    ],
    [
      397,
      201,
      0,
      240,
      0,
      "BOOLEAN"
    ],
    [
      398,
      164,
      0,
      240,
      1,
      "VIDEO"
    ],
    [
      432,
      164,
      0,
      256,
      0,
      "VIDEO"
    ],
    [
      433,
      201,
      0,
      256,
      1,
      "BOOLEAN"
    ],
    [
      450,
      200,
      0,
      224,
      2,
      "IMAGE"
    ],
    [
      451,
      200,
      0,
      240,
      2,
      "IMAGE"
    ],
    [
      452,
      200,
      0,
      256,
      2,
      "IMAGE"
    ],
    [
      454,
      240,
      0,
      263,
      0,
      "VIDEO"
    ],
    [
      455,
      224,
      0,
      264,
      0,
      "VIDEO"
    ],
    [
      456,
      256,
      0,
      265,
      0,
      "VIDEO"
    ]
  ],
  "groups": [
    {
      "id": 3,
      "title": "Input",
      "bounding": [
        -4295.129479933403,
        4422.643204253724,
        420.4874419937255,
        1110.0876534550985
      ],
      "color": "#3f789e",
      "font_size": 24,
      "flags": {},
      "nodes": [
        201,
        164,
        200
      ]
    },
    {
      "id": 4,
      "title": "Switch T2V Or I2V",
      "bounding": [
        -4295.129479933403,
        4961.8997373805805,
        420.4874419937255,
        570.8311203282425
      ],
      "color": "#3f789e",
      "font_size": 24,
      "flags": {},
      "nodes": [
        201,
        200
      ]
    }
  ],
  "definitions": {
    "subgraphs": [
      {
        "id": "72744159-9760-4b11-abca-03af10813b1e",
        "version": 1,
        "state": {
          "lastGroupId": 27,
          "lastNodeId": 561,
          "lastLinkId": 1208,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "Samplers",
        "inputNode": {
          "id": -10,
          "bounding": [
            -5742.384006970668,
            3575.5393812831066,
            169.416015625,
            360
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -294.8807903502374,
            3664.4275991282598,
            120,
            100
          ]
        },
        "inputs": [
          {
            "id": "c07959d1-4634-401e-a363-cb7e8d7815fc",
            "name": "model",
            "type": "MODEL",
            "linkIds": [
              1074
            ],
            "localized_name": "model",
            "label": "model stage 1",
            "pos": [
              -5592.967991345668,
              3595.5393812831066
            ]
          },
          {
            "id": "af0d6ebf-673c-44d8-bc26-2777ff0a5f13",
            "name": "model_1",
            "type": "MODEL",
            "linkIds": [
              1023,
              1024
            ],
            "localized_name": "model_1",
            "label": "model stage 2",
            "pos": [
              -5592.967991345668,
              3615.5393812831066
            ]
          },
          {
            "id": "7b2dd8e6-aa81-4bc3-aeb6-67ac71cc1bfd",
            "name": "upscale_model_1",
            "type": "LATENT_UPSCALE_MODEL",
            "linkIds": [
              1180
            ],
            "label": "upscale model",
            "pos": [
              -5592.967991345668,
              3635.5393812831066
            ]
          },
          {
            "id": "4cc17d80-0c27-495e-b128-088864dbe51f",
            "name": "positive",
            "type": "CONDITIONING",
            "linkIds": [
              1198
            ],
            "localized_name": "positive",
            "pos": [
              -5592.967991345668,
              3655.5393812831066
            ]
          },
          {
            "id": "4cee892a-a63c-4b13-bc7a-afa628c9899a",
            "name": "negative",
            "type": "CONDITIONING",
            "linkIds": [
              1026,
              1200
            ],
            "localized_name": "negative",
            "pos": [
              -5592.967991345668,
              3675.5393812831066
            ]
          },
          {
            "id": "f909622b-5d01-4d17-a7de-b8bb01efa9be",
            "name": "image",
            "type": "IMAGE",
            "linkIds": [
              1197
            ],
            "localized_name": "image",
            "label": "video",
            "pos": [
              -5592.967991345668,
              3695.5393812831066
            ]
          },
          {
            "id": "51f63172-8766-4fc9-b7ea-ad20e3ba6247",
            "name": "vae",
            "type": "VAE",
            "linkIds": [
              1020,
              1021,
              1022,
              1167,
              1174,
              1181,
              1201
            ],
            "localized_name": "vae",
            "label": "VAE",
            "pos": [
              -5592.967991345668,
              3715.5393812831066
            ]
          },
          {
            "id": "2694df57-0535-4ee6-b99b-395dac8d579a",
            "name": "audio_vae",
            "type": "VAE",
            "linkIds": [
              1013,
              1014,
              1015
            ],
            "localized_name": "audio_vae",
            "label": "audio VAE",
            "pos": [
              -5592.967991345668,
              3735.5393812831066
            ]
          },
          {
            "id": "6b2d5fd7-6a56-4d7e-8537-07549279ff29",
            "name": "image_1",
            "type": "IMAGE",
            "linkIds": [
              1130
            ],
            "localized_name": "image_1",
            "label": "first frame",
            "pos": [
              -5592.967991345668,
              3755.5393812831066
            ]
          },
          {
            "id": "f4533988-0f31-4784-b1f1-2b59f10ce08e",
            "name": "a",
            "type": "FLOAT",
            "linkIds": [
              1016,
              1017
            ],
            "localized_name": "a",
            "label": "frame rate",
            "pos": [
              -5592.967991345668,
              3775.5393812831066
            ]
          },
          {
            "id": "fb8fdca6-be34-49a5-a5ba-ff647b50519a",
            "name": "bypass",
            "type": "BOOLEAN",
            "linkIds": [
              1171,
              1173
            ],
            "localized_name": "bypass",
            "label": "Text Only",
            "shape": 7,
            "pos": [
              -5592.967991345668,
              3795.5393812831066
            ]
          },
          {
            "id": "15a4edae-766f-460d-b351-b9e3e5ad48fa",
            "name": "width",
            "type": "INT",
            "linkIds": [
              1112,
              1143
            ],
            "pos": [
              -5592.967991345668,
              3815.5393812831066
            ]
          },
          {
            "id": "2e33cc71-af86-497d-8dc0-1d425d4cd561",
            "name": "height",
            "type": "INT",
            "linkIds": [
              1113,
              1144
            ],
            "pos": [
              -5592.967991345668,
              3835.5393812831066
            ]
          },
          {
            "id": "389b402f-6cb0-441c-aaed-4ac616614443",
            "name": "noise_seed",
            "type": "INT",
            "linkIds": [
              1107
            ],
            "label": "noise seed",
            "pos": [
              -5592.967991345668,
              3855.5393812831066
            ]
          },
          {
            "id": "be3d1e40-9bbb-4f3a-839c-8f0e31797449",
            "name": "strength",
            "type": "FLOAT",
            "linkIds": [
              1172
            ],
            "label": "image strength",
            "pos": [
              -5592.967991345668,
              3875.5393812831066
            ]
          },
          {
            "id": "d760f965-664e-4e65-99af-642c7d9c9597",
            "name": "latent_downscale_factor",
            "type": "FLOAT",
            "linkIds": [
              1208
            ],
            "pos": [
              -5592.967991345668,
              3895.5393812831066
            ]
          }
        ],
        "outputs": [
          {
            "id": "37fb5c5f-4dc9-45dd-a8fe-428b0846b799",
            "name": "image",
            "type": "IMAGE",
            "linkIds": [
              1035,
              1036
            ],
            "localized_name": "image",
            "pos": [
              -274.8807903502374,
              3684.4275991282598
            ]
          },
          {
            "id": "14241c1d-24c9-43e9-9ac2-c8bbb112930b",
            "name": "Audio_1",
            "type": "AUDIO",
            "linkIds": [
              1159
            ],
            "label": "audio",
            "pos": [
              -274.8807903502374,
              3704.4275991282598
            ]
          },
          {
            "id": "18cb2db8-895e-4ed3-ac61-8b40f5b3ee17",
            "name": "IMAGE",
            "type": "IMAGE",
            "linkIds": [
              1182
            ],
            "label": "dependencies",
            "pos": [
              -274.8807903502374,
              3724.4275991282598
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 472,
            "type": "LTXVCropGuides",
            "pos": [
              -3082.564484228617,
              3702.5984217361124
            ],
            "size": [
              187.5,
              100.83333333333334
            ],
            "flags": {},
            "order": 12,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1204
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1206
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 983
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  1003
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  1004
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1179
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVCropGuides",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": []
          },
          {
            "id": 486,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -931.7926531321355,
              3806.9508972755725
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 18,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1001
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  995
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  994
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 462,
            "type": "SamplerCustomAdvanced",
            "pos": [
              -3320.0410785535355,
              3650.1256356131357
            ],
            "size": [
              212.3638671875,
              106
            ],
            "flags": {},
            "order": 7,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 967
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 1076
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 1069
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 1105
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 971
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  1068
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "SamplerCustomAdvanced",
              "cnr_id": "comfy-core",
              "ver": "0.3.60"
            },
            "widgets_values": []
          },
          {
            "id": 490,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -1367.4737175930431,
              3673.712716543851
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 21,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1170
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 1008
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  993
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 501,
            "type": "BasicGuider",
            "pos": [
              -3513.7400592124663,
              3648.2701742759036
            ],
            "size": [
              159.568359375,
              46
            ],
            "flags": {},
            "order": 24,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1074
              },
              {
                "localized_name": "conditioning",
                "name": "conditioning",
                "type": "CONDITIONING",
                "link": 1205
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  1076
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "BasicGuider",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 477,
            "type": "KSamplerSelect",
            "pos": [
              -3559.4397690455094,
              3731.565560139254
            ],
            "size": [
              210,
              58
            ],
            "flags": {
              "collapsed": false
            },
            "order": 0,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  1069
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "KSamplerSelect",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              "euler"
            ]
          },
          {
            "id": 502,
            "type": "KSamplerSelect",
            "pos": [
              -1389.8297736126237,
              3845.5359013067678
            ],
            "size": [
              210,
              58
            ],
            "flags": {
              "collapsed": false
            },
            "order": 1,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  1079
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "KSamplerSelect",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              "euler"
            ]
          },
          {
            "id": 478,
            "type": "BasicGuider",
            "pos": [
              -1343.2114114614415,
              3761.8177613034136
            ],
            "size": [
              159.568359375,
              46
            ],
            "flags": {},
            "order": 14,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1023
              },
              {
                "localized_name": "conditioning",
                "name": "conditioning",
                "type": "CONDITIONING",
                "link": 988
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  990
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "BasicGuider",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 479,
            "type": "SamplerCustomAdvanced",
            "pos": [
              -1154.3718486806674,
              3805.687163127523
            ],
            "size": [
              212.3638671875,
              106
            ],
            "flags": {},
            "order": 15,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 989
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 990
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 1079
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 1106
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 993
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  1001
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "SamplerCustomAdvanced",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": []
          },
          {
            "id": 489,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -1930.4520699215404,
              3709.1416386131336
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 20,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1006
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  1169
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  1008
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 512,
            "type": "ManualSigmas",
            "pos": [
              -1390.9742769246805,
              3953.500074515347
            ],
            "size": [
              210,
              58
            ],
            "flags": {},
            "order": 2,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  1106
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ManualSigmas",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 511,
            "type": "ManualSigmas",
            "pos": [
              -3556.5324497776974,
              3831.5643293823878
            ],
            "size": [
              210,
              58
            ],
            "flags": {},
            "order": 3,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  1105
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ManualSigmas",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "1., 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 474,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -2592.2958824826437,
              3766.610097375603
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 13,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1178
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 986
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1002
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 487,
            "type": "LTXVSetAudioVideoMaskByTime",
            "pos": [
              -2386.1943999578084,
              3673.8463808355978
            ],
            "size": [
              387.9390625,
              346
            ],
            "flags": {},
            "order": 19,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1002
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1003
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1004
              },
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1024
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1022
              },
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1015
              },
              {
                "localized_name": "spatial_mask",
                "name": "spatial_mask",
                "shape": 7,
                "type": "MASK",
                "link": null
              },
              {
                "localized_name": "video_fps",
                "name": "video_fps",
                "type": "FLOAT",
                "widget": {
                  "name": "video_fps"
                },
                "link": 1017
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  988
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": []
              },
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "links": [
                  1006
                ]
              },
              {
                "localized_name": "video_latent_blend_coefficients",
                "name": "video_latent_blend_coefficients",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "video_pixel_blend_coefficients",
                "name": "video_pixel_blend_coefficients",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "output_5",
                "name": "output_5",
                "type": "MASK",
                "links": []
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSetAudioVideoMaskByTime"
            },
            "widgets_values": [
              0,
              100,
              24,
              true,
              false,
              0,
              0,
              93
            ]
          },
          {
            "id": 482,
            "type": "LTXVSpatioTemporalTiledVAEDecode",
            "pos": [
              -692.3122775194724,
              3631.215361023635
            ],
            "size": [
              354.8384765625,
              222
            ],
            "flags": {},
            "order": 17,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1020
              },
              {
                "localized_name": "latents",
                "name": "latents",
                "type": "LATENT",
                "link": 995
              }
            ],
            "outputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "links": [
                  1035,
                  1036
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSpatioTemporalTiledVAEDecode"
            },
            "widgets_values": [
              4,
              4,
              16,
              4,
              false,
              "auto",
              "auto"
            ]
          },
          {
            "id": 480,
            "type": "RandomNoise",
            "pos": [
              -1153.6520673218652,
              3767.3368272880666
            ],
            "size": [
              270,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 4,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  989
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "RandomNoise",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              420,
              "fixed"
            ]
          },
          {
            "id": 466,
            "type": "LTXVEmptyLatentAudio",
            "pos": [
              -4555.00744415234,
              3930.045487981644
            ],
            "size": [
              234.10114342559973,
              106
            ],
            "flags": {},
            "order": 8,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1013
              },
              {
                "localized_name": "frames_number",
                "name": "frames_number",
                "type": "INT",
                "widget": {
                  "name": "frames_number"
                },
                "link": 1077
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "INT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 976
              }
            ],
            "outputs": [
              {
                "localized_name": "Latent",
                "name": "Latent",
                "type": "LATENT",
                "links": [
                  978
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVEmptyLatentAudio",
              "cnr_id": "comfy-core",
              "ver": "0.3.68"
            },
            "widgets_values": [
              97,
              25,
              1
            ]
          },
          {
            "id": 467,
            "type": "CM_FloatToInt",
            "pos": [
              -4722.031267775835,
              4003.457444173541
            ],
            "size": [
              270,
              50
            ],
            "flags": {
              "collapsed": true
            },
            "order": 9,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "a",
                "name": "a",
                "type": "FLOAT",
                "widget": {
                  "name": "a"
                },
                "link": 1016
              }
            ],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  976
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "CM_FloatToInt"
            },
            "widgets_values": [
              24
            ]
          },
          {
            "id": 461,
            "type": "RandomNoise",
            "pos": [
              -3322.9219285675467,
              3613.8548526130276
            ],
            "size": [
              270,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 6,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "noise_seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": 1107
              }
            ],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  967
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "RandomNoise",
              "cnr_id": "comfy-core",
              "ver": "0.3.56"
            },
            "widgets_values": [
              42,
              "fixed"
            ]
          },
          {
            "id": 497,
            "type": "EmptyLTXVLatentVideo",
            "pos": [
              -4558.366008874329,
              3763.2809279441817
            ],
            "size": [
              236.38548179159352,
              130
            ],
            "flags": {},
            "order": 23,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1051
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1053
              },
              {
                "localized_name": "length",
                "name": "length",
                "type": "INT",
                "widget": {
                  "name": "length"
                },
                "link": 1078
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  1176
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "EmptyLTXVLatentVideo",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": [
              768,
              512,
              97,
              1
            ]
          },
          {
            "id": 468,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -3531.3252954987356,
              3929.687370984205
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 10,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1207
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 978
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  971
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 471,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -3088.549950670707,
              3619.488154098057
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 11,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1068
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  983
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  986
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 513,
            "type": "ImageScale",
            "pos": [
              -5080.213002794161,
              3699.6693802388154
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 26,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1195
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1112
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1113
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1117
                ]
              }
            ],
            "title": "Upscale Video to User Size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1024,
              "center"
            ]
          },
          {
            "id": 516,
            "type": "ImageScale",
            "pos": [
              -4834.889058755021,
              3517.6019963346143
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 29,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1130
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1128
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1129
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1131,
                  1132,
                  1142
                ]
              }
            ],
            "title": "Upscale FF to Video Size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1088,
              "disabled"
            ]
          },
          {
            "id": 514,
            "type": "ImageScaleBy",
            "pos": [
              -4828.5500702610925,
              3700.652282721179
            ],
            "size": [
              210,
              82
            ],
            "flags": {},
            "order": 27,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1117
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1115,
                  1116
                ]
              }
            ],
            "title": "Upscale Video to Stage 1",
            "properties": {
              "Node name for S&R": "ImageScaleBy",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              0.5
            ]
          },
          {
            "id": 491,
            "type": "GetImageSize",
            "pos": [
              -4826.502478643553,
              3822.8257133153415
            ],
            "size": [
              208.86100606772925,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 22,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1116
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  1051,
                  1108,
                  1122
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  1053,
                  1109,
                  1123
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": [
                  1077,
                  1078
                ]
              }
            ],
            "title": "Get Info for Stage 1",
            "properties": {
              "Node name for S&R": "GetImageSize",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 515,
            "type": "ImageScale",
            "pos": [
              -4556.018295110336,
              3584.495957659735
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 28,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1142
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1122
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1123
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1175
                ]
              }
            ],
            "title": "Upscale FF to Stage 1",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              512,
              512,
              "center"
            ]
          },
          {
            "id": 509,
            "type": "ImageScale",
            "pos": [
              -2389.6816860720983,
              3519.6787063339293
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 25,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1132
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1143
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1144
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1168
                ]
              }
            ],
            "title": "Upscale FF to Stage 2",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1024,
              "center"
            ]
          },
          {
            "id": 481,
            "type": "LTXVAudioVAEDecode",
            "pos": [
              -684.7839027450144,
              3899.3584401030607
            ],
            "size": [
              202.991796875,
              46
            ],
            "flags": {
              "collapsed": false
            },
            "order": 16,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 994
              },
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1014
              }
            ],
            "outputs": [
              {
                "localized_name": "Audio",
                "name": "Audio",
                "type": "AUDIO",
                "links": [
                  1159
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVAudioVAEDecode",
              "cnr_id": "comfy-core",
              "ver": "0.3.68"
            },
            "widgets_values": []
          },
          {
            "id": 540,
            "type": "LTXVImgToVideoInplace",
            "pos": [
              -1693.2777180947874,
              3591.8626270945706
            ],
            "size": [
              270,
              122
            ],
            "flags": {},
            "order": 31,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1167
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1168
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1169
              },
              {
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 1171
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1170
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVImgToVideoInplace",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": [
              1,
              true
            ]
          },
          {
            "id": 541,
            "type": "LTXVImgToVideoInplace",
            "pos": [
              -4235.627382722194,
              3737.6858921484427
            ],
            "size": [
              270,
              122
            ],
            "flags": {},
            "order": 32,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1174
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1175
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1176
              },
              {
                "localized_name": "strength",
                "name": "strength",
                "type": "FLOAT",
                "widget": {
                  "name": "strength"
                },
                "link": 1172
              },
              {
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 1173
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1202
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVImgToVideoInplace",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": [
              1,
              true
            ]
          },
          {
            "id": 542,
            "type": "LTXVLatentUpsampler",
            "pos": [
              -2846.3465492477994,
              3617.9433759625017
            ],
            "size": [
              265.4297787825851,
              66
            ],
            "flags": {},
            "order": 33,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 1179
              },
              {
                "localized_name": "upscale_model",
                "name": "upscale_model",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 1180
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1181
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  1178
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVLatentUpsampler",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": []
          },
          {
            "id": 517,
            "type": "GetImageSize",
            "pos": [
              -5066.620973751999,
              3563.847135932667
            ],
            "size": [
              208.86100606772925,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 30,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1194
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  1128
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  1129
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": []
              }
            ],
            "title": "Get Video Info",
            "properties": {
              "Node name for S&R": "GetImageSize",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 459,
            "type": "Canny",
            "pos": [
              -4421.495814981791,
              3358.3076335765977
            ],
            "size": [
              236.67517215988755,
              82
            ],
            "flags": {},
            "order": 5,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1115
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1182,
                  1203
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "Canny",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              0.4,
              0.8
            ]
          },
          {
            "id": 554,
            "type": "ImpactExecutionOrderController",
            "pos": [
              -5436.02160248881,
              3641.7501984247324
            ],
            "size": [
              215.460546875,
              46
            ],
            "flags": {},
            "order": 34,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "link": 1197
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "link": 1198
              }
            ],
            "outputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "links": [
                  1194,
                  1195
                ]
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "links": [
                  1199
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ImpactExecutionOrderController"
            },
            "widgets_values": []
          },
          {
            "id": 561,
            "type": "LTXAddVideoICLoRAGuide",
            "pos": [
              -3907.509600602711,
              3651.015768361635
            ],
            "size": [
              308.9634765625,
              282
            ],
            "flags": {},
            "order": 35,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1199
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1200
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1201
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1202
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1203
              },
              {
                "localized_name": "latent_downscale_factor",
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "widget": {
                  "name": "latent_downscale_factor"
                },
                "link": 1208
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  1204,
                  1205
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  1206
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1207
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXAddVideoICLoRAGuide"
            },
            "widgets_values": [
              0,
              1,
              1,
              "disabled",
              false,
              256,
              64
            ]
          }
        ],
        "groups": [
          {
            "id": 15,
            "title": "Canny Preprocessing",
            "bounding": [
              -4431.495814981791,
              3284.7076335765973,
              256.67517215988755,
              165.6
            ],
            "color": "#b58b2a",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 25,
            "title": "Stage 2",
            "bounding": [
              -2860.3269169592095,
              3460.246035816147,
              2538.134668796259,
              636.7093123705822
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 26,
            "title": "Preprocess",
            "bounding": [
              -5094.78792237883,
              3463.9133490907784,
              1166.5150764202708,
              634.2886963734427
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 27,
            "title": "Stage 1",
            "bounding": [
              -3913.0216323701543,
              3461.0496703708036,
              1038.361062082009,
              637.7451422183331
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          }
        ],
        "links": [
          {
            "id": 967,
            "origin_id": 461,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 971,
            "origin_id": 468,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 976,
            "origin_id": 467,
            "origin_slot": 0,
            "target_id": 466,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 978,
            "origin_id": 466,
            "origin_slot": 0,
            "target_id": 468,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 983,
            "origin_id": 471,
            "origin_slot": 0,
            "target_id": 472,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 986,
            "origin_id": 471,
            "origin_slot": 1,
            "target_id": 474,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 988,
            "origin_id": 487,
            "origin_slot": 0,
            "target_id": 478,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 989,
            "origin_id": 480,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 990,
            "origin_id": 478,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 993,
            "origin_id": 490,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 994,
            "origin_id": 486,
            "origin_slot": 1,
            "target_id": 481,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 995,
            "origin_id": 486,
            "origin_slot": 0,
            "target_id": 482,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1001,
            "origin_id": 479,
            "origin_slot": 1,
            "target_id": 486,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1002,
            "origin_id": 474,
            "origin_slot": 0,
            "target_id": 487,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1003,
            "origin_id": 472,
            "origin_slot": 0,
            "target_id": 487,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1004,
            "origin_id": 472,
            "origin_slot": 1,
            "target_id": 487,
            "target_slot": 2,
            "type": "CONDITIONING"
          },
          {
            "id": 1006,
            "origin_id": 487,
            "origin_slot": 2,
            "target_id": 489,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1008,
            "origin_id": 489,
            "origin_slot": 1,
            "target_id": 490,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1013,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 466,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1014,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 481,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 1015,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 487,
            "target_slot": 5,
            "type": "VAE"
          },
          {
            "id": 1016,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 467,
            "target_slot": 0,
            "type": "FLOAT"
          },
          {
            "id": 1017,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 487,
            "target_slot": 7,
            "type": "FLOAT"
          },
          {
            "id": 1020,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 482,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1022,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 487,
            "target_slot": 4,
            "type": "VAE"
          },
          {
            "id": 1023,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 478,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 1024,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 487,
            "target_slot": 3,
            "type": "MODEL"
          },
          {
            "id": 1035,
            "origin_id": 482,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1036,
            "origin_id": 482,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1051,
            "origin_id": 491,
            "origin_slot": 0,
            "target_id": 497,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 1053,
            "origin_id": 491,
            "origin_slot": 1,
            "target_id": 497,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1068,
            "origin_id": 462,
            "origin_slot": 1,
            "target_id": 471,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1069,
            "origin_id": 477,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 1074,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 501,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 1076,
            "origin_id": 501,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 1077,
            "origin_id": 491,
            "origin_slot": 2,
            "target_id": 466,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1078,
            "origin_id": 491,
            "origin_slot": 2,
            "target_id": 497,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1079,
            "origin_id": 502,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 1105,
            "origin_id": 511,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 1106,
            "origin_id": 512,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 1107,
            "origin_id": -10,
            "origin_slot": 13,
            "target_id": 461,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 1112,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 513,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1113,
            "origin_id": -10,
            "origin_slot": 12,
            "target_id": 513,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1115,
            "origin_id": 514,
            "origin_slot": 0,
            "target_id": 459,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1116,
            "origin_id": 514,
            "origin_slot": 0,
            "target_id": 491,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1117,
            "origin_id": 513,
            "origin_slot": 0,
            "target_id": 514,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1122,
            "origin_id": 491,
            "origin_slot": 0,
            "target_id": 515,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1123,
            "origin_id": 491,
            "origin_slot": 1,
            "target_id": 515,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1128,
            "origin_id": 517,
            "origin_slot": 0,
            "target_id": 516,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1129,
            "origin_id": 517,
            "origin_slot": 1,
            "target_id": 516,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1130,
            "origin_id": -10,
            "origin_slot": 8,
            "target_id": 516,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1132,
            "origin_id": 516,
            "origin_slot": 0,
            "target_id": 509,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1142,
            "origin_id": 516,
            "origin_slot": 0,
            "target_id": 515,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1143,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 509,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1144,
            "origin_id": -10,
            "origin_slot": 12,
            "target_id": 509,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1159,
            "origin_id": 481,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 1167,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 540,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1168,
            "origin_id": 509,
            "origin_slot": 0,
            "target_id": 540,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1169,
            "origin_id": 489,
            "origin_slot": 0,
            "target_id": 540,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 1170,
            "origin_id": 540,
            "origin_slot": 0,
            "target_id": 490,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1171,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 540,
            "target_slot": 3,
            "type": "BOOLEAN"
          },
          {
            "id": 1172,
            "origin_id": -10,
            "origin_slot": 14,
            "target_id": 541,
            "target_slot": 3,
            "type": "FLOAT"
          },
          {
            "id": 1173,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 541,
            "target_slot": 4,
            "type": "BOOLEAN"
          },
          {
            "id": 1174,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 541,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1175,
            "origin_id": 515,
            "origin_slot": 0,
            "target_id": 541,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1176,
            "origin_id": 497,
            "origin_slot": 0,
            "target_id": 541,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 1178,
            "origin_id": 542,
            "origin_slot": 0,
            "target_id": 474,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1179,
            "origin_id": 472,
            "origin_slot": 2,
            "target_id": 542,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1180,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 542,
            "target_slot": 1,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 1181,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 542,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 1182,
            "origin_id": 459,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 2,
            "type": "IMAGE"
          },
          {
            "id": 1194,
            "origin_id": 554,
            "origin_slot": 0,
            "target_id": 517,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1195,
            "origin_id": 554,
            "origin_slot": 0,
            "target_id": 513,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1197,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 554,
            "target_slot": 0,
            "type": "*"
          },
          {
            "id": 1198,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 554,
            "target_slot": 1,
            "type": "*"
          },
          {
            "id": 1199,
            "origin_id": 554,
            "origin_slot": 1,
            "target_id": 561,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 1200,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 561,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1201,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 561,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 1202,
            "origin_id": 541,
            "origin_slot": 0,
            "target_id": 561,
            "target_slot": 3,
            "type": "LATENT"
          },
          {
            "id": 1203,
            "origin_id": 459,
            "origin_slot": 0,
            "target_id": 561,
            "target_slot": 4,
            "type": "IMAGE"
          },
          {
            "id": 1204,
            "origin_id": 561,
            "origin_slot": 0,
            "target_id": 472,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 1205,
            "origin_id": 561,
            "origin_slot": 0,
            "target_id": 501,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1206,
            "origin_id": 561,
            "origin_slot": 1,
            "target_id": 472,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1207,
            "origin_id": 561,
            "origin_slot": 2,
            "target_id": 468,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1208,
            "origin_id": -10,
            "origin_slot": 15,
            "target_id": 561,
            "target_slot": 5,
            "type": "FLOAT"
          }
        ],
        "extra": {
          "workflowRendererVersion": "LG"
        }
      },
      {
        "id": "c715a157-d34d-4e76-b3be-9ae8dd49e7b9",
        "version": 1,
        "state": {
          "lastGroupId": 31,
          "lastNodeId": 637,
          "lastLinkId": 1331,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "Samplers",
        "inputNode": {
          "id": -10,
          "bounding": [
            -5816.50651219367,
            3597.6135133757766,
            169.416015625,
            360
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -294.8807903502374,
            3664.4275991282598,
            120,
            100
          ]
        },
        "inputs": [
          {
            "id": "c07959d1-4634-401e-a363-cb7e8d7815fc",
            "name": "model",
            "type": "MODEL",
            "linkIds": [
              1074
            ],
            "localized_name": "model",
            "label": "model stage 1",
            "pos": [
              -5667.09049656867,
              3617.6135133757766
            ]
          },
          {
            "id": "af0d6ebf-673c-44d8-bc26-2777ff0a5f13",
            "name": "model_1",
            "type": "MODEL",
            "linkIds": [
              1023,
              1024
            ],
            "localized_name": "model_1",
            "label": "model stage 2",
            "pos": [
              -5667.09049656867,
              3637.6135133757766
            ]
          },
          {
            "id": "1f5bb7c6-cfc5-4ba6-83ad-a22c86a4a5e8",
            "name": "upscale_model_2",
            "type": "LATENT_UPSCALE_MODEL",
            "linkIds": [
              1301
            ],
            "label": "upscale model",
            "pos": [
              -5667.09049656867,
              3657.6135133757766
            ]
          },
          {
            "id": "4cc17d80-0c27-495e-b128-088864dbe51f",
            "name": "positive",
            "type": "CONDITIONING",
            "linkIds": [
              1317
            ],
            "localized_name": "positive",
            "pos": [
              -5667.09049656867,
              3677.6135133757766
            ]
          },
          {
            "id": "4cee892a-a63c-4b13-bc7a-afa628c9899a",
            "name": "negative",
            "type": "CONDITIONING",
            "linkIds": [
              1026,
              1327
            ],
            "localized_name": "negative",
            "pos": [
              -5667.09049656867,
              3697.6135133757766
            ]
          },
          {
            "id": "51f63172-8766-4fc9-b7ea-ad20e3ba6247",
            "name": "vae",
            "type": "VAE",
            "linkIds": [
              1020,
              1021,
              1022,
              1294,
              1299,
              1304,
              1328
            ],
            "localized_name": "vae",
            "label": "VAE",
            "pos": [
              -5667.09049656867,
              3717.6135133757766
            ]
          },
          {
            "id": "2694df57-0535-4ee6-b99b-395dac8d579a",
            "name": "audio_vae",
            "type": "VAE",
            "linkIds": [
              1014,
              1015,
              1249
            ],
            "localized_name": "audio_vae",
            "label": "audio VAE",
            "pos": [
              -5667.09049656867,
              3737.6135133757766
            ]
          },
          {
            "id": "6b2d5fd7-6a56-4d7e-8537-07549279ff29",
            "name": "image_1",
            "type": "IMAGE",
            "linkIds": [
              1248
            ],
            "localized_name": "image_1",
            "label": "first frame",
            "pos": [
              -5667.09049656867,
              3757.6135133757766
            ]
          },
          {
            "id": "f4533988-0f31-4784-b1f1-2b59f10ce08e",
            "name": "a",
            "type": "FLOAT",
            "linkIds": [
              1017
            ],
            "localized_name": "a",
            "label": "frame rate",
            "pos": [
              -5667.09049656867,
              3777.6135133757766
            ]
          },
          {
            "id": "fb8fdca6-be34-49a5-a5ba-ff647b50519a",
            "name": "bypass",
            "type": "BOOLEAN",
            "linkIds": [
              1297,
              1307
            ],
            "localized_name": "bypass",
            "label": "Text Only",
            "shape": 7,
            "pos": [
              -5667.09049656867,
              3797.6135133757766
            ]
          },
          {
            "id": "c724bdb4-e74d-4ac8-9316-4db53cf61706",
            "name": "width",
            "type": "INT",
            "linkIds": [
              1237,
              1250
            ],
            "pos": [
              -5667.09049656867,
              3817.6135133757766
            ]
          },
          {
            "id": "145e8abd-dec0-4735-bb13-66f26874f237",
            "name": "height",
            "type": "INT",
            "linkIds": [
              1236,
              1251
            ],
            "pos": [
              -5667.09049656867,
              3837.6135133757766
            ]
          },
          {
            "id": "f909622b-5d01-4d17-a7de-b8bb01efa9be",
            "name": "image",
            "type": "IMAGE",
            "linkIds": [
              1316
            ],
            "localized_name": "image",
            "pos": [
              -5667.09049656867,
              3857.6135133757766
            ]
          },
          {
            "id": "96fea79d-6948-428b-bdf6-678ebaef2eb2",
            "name": "noise_seed",
            "type": "INT",
            "linkIds": [
              1113
            ],
            "label": "noise seed",
            "pos": [
              -5667.09049656867,
              3877.6135133757766
            ]
          },
          {
            "id": "4b433764-6ea4-4b69-a3e5-b4c98ae6dd79",
            "name": "strength",
            "type": "FLOAT",
            "linkIds": [
              1308
            ],
            "label": "image strength",
            "pos": [
              -5667.09049656867,
              3897.6135133757766
            ]
          },
          {
            "id": "0d7d07a2-cae0-4c2d-9405-daa74c3e8bac",
            "name": "latent_downscale_factor",
            "type": "FLOAT",
            "linkIds": [
              1331
            ],
            "pos": [
              -5667.09049656867,
              3917.6135133757766
            ]
          }
        ],
        "outputs": [
          {
            "id": "37fb5c5f-4dc9-45dd-a8fe-428b0846b799",
            "name": "image",
            "type": "IMAGE",
            "linkIds": [
              1035,
              1036
            ],
            "localized_name": "image",
            "pos": [
              -274.8807903502374,
              3684.4275991282598
            ]
          },
          {
            "id": "7d1d7bb4-1c47-4fff-a3d3-d42a94942c1a",
            "name": "Audio_1",
            "type": "AUDIO",
            "linkIds": [
              1286
            ],
            "label": "audio",
            "pos": [
              -274.8807903502374,
              3704.4275991282598
            ]
          },
          {
            "id": "7468e629-147b-42ee-a9a0-40cc62936feb",
            "name": "IMAGE",
            "type": "IMAGE",
            "linkIds": [
              1310
            ],
            "label": "dependencies",
            "pos": [
              -274.8807903502374,
              3724.4275991282598
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 472,
            "type": "LTXVCropGuides",
            "pos": [
              -3139.0378060575026,
              3635.849871995858
            ],
            "size": [
              187.5,
              100.83333333333334
            ],
            "flags": {},
            "order": 12,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1322
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1324
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 983
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  1003
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  1004
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1298
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVCropGuides",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": []
          },
          {
            "id": 486,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -1018.3537760718087,
              3780.071938466264
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 18,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1001
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  995
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  994
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 462,
            "type": "SamplerCustomAdvanced",
            "pos": [
              -3376.514400382421,
              3583.3770858728813
            ],
            "size": [
              212.3638671875,
              106
            ],
            "flags": {},
            "order": 9,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 967
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 1076
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 1069
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 1111
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 971
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  1068
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "SamplerCustomAdvanced",
              "cnr_id": "comfy-core",
              "ver": "0.3.60"
            },
            "widgets_values": []
          },
          {
            "id": 490,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -1454.0348405327147,
              3646.833757734542
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 21,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1293
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 1008
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  993
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 501,
            "type": "BasicGuider",
            "pos": [
              -3570.213381041352,
              3581.521624535649
            ],
            "size": [
              159.568359375,
              46
            ],
            "flags": {},
            "order": 22,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1074
              },
              {
                "localized_name": "conditioning",
                "name": "conditioning",
                "type": "CONDITIONING",
                "link": 1323
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  1076
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "BasicGuider",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 477,
            "type": "KSamplerSelect",
            "pos": [
              -3615.913090874395,
              3664.8170103989996
            ],
            "size": [
              210,
              58
            ],
            "flags": {
              "collapsed": false
            },
            "order": 0,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  1069
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "KSamplerSelect",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              "euler"
            ]
          },
          {
            "id": 502,
            "type": "KSamplerSelect",
            "pos": [
              -1476.3908965522953,
              3818.6569424974587
            ],
            "size": [
              210,
              58
            ],
            "flags": {
              "collapsed": false
            },
            "order": 1,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  1079
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "KSamplerSelect",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              "euler"
            ]
          },
          {
            "id": 478,
            "type": "BasicGuider",
            "pos": [
              -1429.7725344011126,
              3734.938802494105
            ],
            "size": [
              159.568359375,
              46
            ],
            "flags": {},
            "order": 14,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1023
              },
              {
                "localized_name": "conditioning",
                "name": "conditioning",
                "type": "CONDITIONING",
                "link": 988
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  990
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "BasicGuider",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 479,
            "type": "SamplerCustomAdvanced",
            "pos": [
              -1240.932971620339,
              3778.8082043182144
            ],
            "size": [
              212.3638671875,
              106
            ],
            "flags": {},
            "order": 15,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 989
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 990
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 1079
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 1112
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 993
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  1001
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "SamplerCustomAdvanced",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": []
          },
          {
            "id": 468,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -3805.6605110007913,
              3827.2352382904514
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 10,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1325
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 1234
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  971
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 511,
            "type": "DownloadAndLoadDepthCrafterModel",
            "pos": [
              -4812.145283162393,
              3047.6377965501842
            ],
            "size": [
              292.6314453125,
              82
            ],
            "flags": {},
            "order": 2,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "depthcrafter_model",
                "name": "depthcrafter_model",
                "type": "DEPTHCRAFTER_MODEL",
                "links": [
                  1096
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "DownloadAndLoadDepthCrafterModel"
            },
            "widgets_values": [
              true,
              false
            ]
          },
          {
            "id": 515,
            "type": "ManualSigmas",
            "pos": [
              -3612.1152120682073,
              3768.069548719498
            ],
            "size": [
              210,
              58
            ],
            "flags": {},
            "order": 3,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  1111
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ManualSigmas",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "1., 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 516,
            "type": "ManualSigmas",
            "pos": [
              -1470.1512639654654,
              3923.0634410486014
            ],
            "size": [
              210,
              58
            ],
            "flags": {},
            "order": 4,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  1112
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ManualSigmas",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 489,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -2030.8378297085276,
              3750.372159126236
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 20,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1006
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  1296
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  1008
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 480,
            "type": "RandomNoise",
            "pos": [
              -1240.2131902615372,
              3740.457868478758
            ],
            "size": [
              270,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 5,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  989
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "RandomNoise",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              420,
              "fixed"
            ]
          },
          {
            "id": 461,
            "type": "RandomNoise",
            "pos": [
              -3370.39042933054,
              3542.2500335532072
            ],
            "size": [
              270,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 8,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "noise_seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": 1113
              }
            ],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  967
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "RandomNoise",
              "cnr_id": "comfy-core",
              "ver": "0.3.56"
            },
            "widgets_values": [
              42,
              "fixed"
            ]
          },
          {
            "id": 482,
            "type": "LTXVSpatioTemporalTiledVAEDecode",
            "pos": [
              -761.940243678776,
              3693.65355679317
            ],
            "size": [
              354.8384765625,
              222
            ],
            "flags": {},
            "order": 17,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1020
              },
              {
                "localized_name": "latents",
                "name": "latents",
                "type": "LATENT",
                "link": 995
              }
            ],
            "outputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "links": [
                  1035,
                  1036
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSpatioTemporalTiledVAEDecode"
            },
            "widgets_values": [
              4,
              4,
              16,
              4,
              false,
              "auto",
              "auto"
            ]
          },
          {
            "id": 584,
            "type": "CM_FloatToInt",
            "pos": [
              -4875.403895171562,
              4017.667105618845
            ],
            "size": [
              270,
              50
            ],
            "flags": {
              "collapsed": true
            },
            "order": 6,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  1219
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "CM_FloatToInt"
            },
            "widgets_values": [
              24
            ]
          },
          {
            "id": 583,
            "type": "LTXVEmptyLatentAudio",
            "pos": [
              -4708.3800715480675,
              3944.2551494269483
            ],
            "size": [
              234.10114342559973,
              106
            ],
            "flags": {},
            "order": 24,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1249
              },
              {
                "localized_name": "frames_number",
                "name": "frames_number",
                "type": "INT",
                "widget": {
                  "name": "frames_number"
                },
                "link": 1218
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "INT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 1219
              }
            ],
            "outputs": [
              {
                "localized_name": "Latent",
                "name": "Latent",
                "type": "LATENT",
                "links": [
                  1234
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVEmptyLatentAudio",
              "cnr_id": "comfy-core",
              "ver": "0.3.68"
            },
            "widgets_values": [
              97,
              25,
              1
            ]
          },
          {
            "id": 585,
            "type": "EmptyLTXVLatentVideo",
            "pos": [
              -4711.738636270055,
              3777.4905893894866
            ],
            "size": [
              236.38548179159352,
              130
            ],
            "flags": {},
            "order": 25,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1220
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1221
              },
              {
                "localized_name": "length",
                "name": "length",
                "type": "INT",
                "widget": {
                  "name": "length"
                },
                "link": 1222
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  1306
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "EmptyLTXVLatentVideo",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": [
              768,
              512,
              97,
              1
            ]
          },
          {
            "id": 508,
            "type": "DepthCrafter",
            "pos": [
              -4511.646303007557,
              3045.5040111214585
            ],
            "size": [
              292.1378800043617,
              205.50362185400445
            ],
            "flags": {},
            "order": 23,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "depthcrafter_model",
                "name": "depthcrafter_model",
                "type": "DEPTHCRAFTER_MODEL",
                "link": 1096
              },
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 1321
              }
            ],
            "outputs": [
              {
                "localized_name": "depth_maps",
                "name": "depth_maps",
                "type": "IMAGE",
                "links": [
                  1255
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "DepthCrafter"
            },
            "widgets_values": [
              512,
              5,
              1,
              110,
              25
            ]
          },
          {
            "id": 590,
            "type": "ImageScale",
            "pos": [
              -5233.585630189888,
              3713.8790416841202
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 30,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1320
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1250
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1251
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1226
                ]
              }
            ],
            "title": "Upscale Video to User Size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1024,
              "center"
            ]
          },
          {
            "id": 588,
            "type": "ImageScale",
            "pos": [
              -4988.261686150748,
              3531.811657779919
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 28,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1248
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1227
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1228
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1223,
                  1238
                ]
              }
            ],
            "title": "Upscale FF to Video Size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1088,
              "disabled"
            ]
          },
          {
            "id": 589,
            "type": "GetImageSize",
            "pos": [
              -4979.87510603928,
              3837.035374760646
            ],
            "size": [
              208.86100606772925,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 29,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1229
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  1220,
                  1224
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  1221,
                  1225
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": [
                  1218,
                  1222
                ]
              }
            ],
            "title": "Get Info for Stage 1",
            "properties": {
              "Node name for S&R": "GetImageSize",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 586,
            "type": "ImageScale",
            "pos": [
              -4709.390922506062,
              3598.7056191050397
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 26,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1223
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1224
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1225
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1305
                ]
              }
            ],
            "title": "Upscale FF to Stage 1",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              512,
              512,
              "center"
            ]
          },
          {
            "id": 592,
            "type": "ImageScale",
            "pos": [
              -2058.213906203617,
              3540.976966515743
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 32,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1238
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1237
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1236
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1295
                ]
              }
            ],
            "title": "Upscale FF to Stage 2",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1024,
              "center"
            ]
          },
          {
            "id": 481,
            "type": "LTXVAudioVAEDecode",
            "pos": [
              -762.6792913813496,
              3951.357786380849
            ],
            "size": [
              202.991796875,
              46
            ],
            "flags": {
              "collapsed": false
            },
            "order": 16,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 994
              },
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1014
              }
            ],
            "outputs": [
              {
                "localized_name": "Audio",
                "name": "Audio",
                "type": "AUDIO",
                "links": [
                  1286
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVAudioVAEDecode",
              "cnr_id": "comfy-core",
              "ver": "0.3.68"
            },
            "widgets_values": []
          },
          {
            "id": 614,
            "type": "Note",
            "pos": [
              -4119.90070421836,
              3210.830123936414
            ],
            "size": [
              474.8481754041959,
              206.98293724381438
            ],
            "flags": {},
            "order": 7,
            "mode": 4,
            "inputs": [],
            "outputs": [],
            "properties": {},
            "widgets_values": [
              "In subgraph:\nVLTXV Latent Upsampler -> LTXV Latent Upsampler [beta]\nrename everything\nchange subgraph name to samplers\nexpose image strength\n\nOutside\nchange subgraph name to samplers\nload upscaler to Load Latent Upscale Model\norder image strength\ndelete note\n"
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 623,
            "type": "LTXVImgToVideoInplace",
            "pos": [
              -1785.5474180120498,
              3624.189191068602
            ],
            "size": [
              270,
              122
            ],
            "flags": {},
            "order": 34,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1294
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1295
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1296
              },
              {
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 1297
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1293
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVImgToVideoInplace",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": [
              1,
              true
            ]
          },
          {
            "id": 625,
            "type": "LTXVLatentUpsampler",
            "pos": [
              -2917.2657188671005,
              3624.252411256752
            ],
            "size": [
              265.4297787825851,
              66
            ],
            "flags": {},
            "order": 36,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 1298
              },
              {
                "localized_name": "upscale_model",
                "name": "upscale_model",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 1301
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1299
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  1300
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVLatentUpsampler",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": []
          },
          {
            "id": 487,
            "type": "LTXVSetAudioVideoMaskByTime",
            "pos": [
              -2445.0408029965206,
              3700.493076278028
            ],
            "size": [
              387.9390625,
              346
            ],
            "flags": {},
            "order": 19,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1002
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1003
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1004
              },
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1024
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1022
              },
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1015
              },
              {
                "localized_name": "spatial_mask",
                "name": "spatial_mask",
                "shape": 7,
                "type": "MASK",
                "link": null
              },
              {
                "localized_name": "video_fps",
                "name": "video_fps",
                "type": "FLOAT",
                "widget": {
                  "name": "video_fps"
                },
                "link": 1017
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  988
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": []
              },
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "links": [
                  1006
                ]
              },
              {
                "localized_name": "video_latent_blend_coefficients",
                "name": "video_latent_blend_coefficients",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "video_pixel_blend_coefficients",
                "name": "video_pixel_blend_coefficients",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "output_5",
                "name": "output_5",
                "type": "MASK",
                "links": []
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSetAudioVideoMaskByTime"
            },
            "widgets_values": [
              0,
              100,
              24,
              true,
              false,
              0,
              0,
              93
            ]
          },
          {
            "id": 474,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -2639.609476815287,
              3702.110352102986
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 13,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1300
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 986
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1002
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 471,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -2852.300387655193,
              3808.08903262582
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 11,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1068
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  983
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  986
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 624,
            "type": "LTXVImgToVideoInplace",
            "pos": [
              -4418.796788707813,
              3670.323930633808
            ],
            "size": [
              270,
              122
            ],
            "flags": {},
            "order": 35,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1304
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1305
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1306
              },
              {
                "localized_name": "strength",
                "name": "strength",
                "type": "FLOAT",
                "widget": {
                  "name": "strength"
                },
                "link": 1308
              },
              {
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 1307
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1329
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVImgToVideoInplace",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": [
              1,
              true
            ]
          },
          {
            "id": 593,
            "type": "ImageScale",
            "pos": [
              -4455.740838177208,
              3296.7564357924493
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 33,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1255
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1253
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1254
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1310,
                  1330
                ]
              }
            ],
            "title": "Upscale Depth to video size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1088,
              "disabled"
            ]
          },
          {
            "id": 591,
            "type": "GetImageSize",
            "pos": [
              -5219.993601147727,
              3578.0567973779707
            ],
            "size": [
              208.86100606772925,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 31,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1319
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  1227,
                  1253
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  1228,
                  1254
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": []
              }
            ],
            "title": "Get Video Info",
            "properties": {
              "Node name for S&R": "GetImageSize",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 632,
            "type": "ImpactExecutionOrderController",
            "pos": [
              -5575.263569523976,
              3636.702043335964
            ],
            "size": [
              215.460546875,
              46
            ],
            "flags": {},
            "order": 37,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "link": 1317
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "link": 1316
              }
            ],
            "outputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "links": [
                  1326
                ]
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "links": [
                  1319,
                  1320
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ImpactExecutionOrderController"
            },
            "widgets_values": []
          },
          {
            "id": 587,
            "type": "ImageScaleBy",
            "pos": [
              -4981.92269765682,
              3714.861944166483
            ],
            "size": [
              210,
              82
            ],
            "flags": {},
            "order": 27,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1226
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1229,
                  1321
                ]
              }
            ],
            "title": "Upscale Video to Stage 1",
            "properties": {
              "Node name for S&R": "ImageScaleBy",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              0.5
            ]
          },
          {
            "id": 637,
            "type": "LTXAddVideoICLoRAGuide",
            "pos": [
              -4134.887371068564,
              3699.955943907252
            ],
            "size": [
              308.9634765625,
              282
            ],
            "flags": {},
            "order": 38,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1326
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1327
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1328
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1329
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1330
              },
              {
                "localized_name": "latent_downscale_factor",
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "widget": {
                  "name": "latent_downscale_factor"
                },
                "link": 1331
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  1322,
                  1323
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  1324
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1325
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXAddVideoICLoRAGuide"
            },
            "widgets_values": [
              0,
              1,
              1,
              "disabled",
              false,
              256,
              64
            ]
          }
        ],
        "groups": [
          {
            "id": 25,
            "title": "Stage 2",
            "bounding": [
              -2931.217500748124,
              3463.6761362197435,
              2125.6055615038413,
              629.6811002498603
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 26,
            "title": "Preprocess",
            "bounding": [
              -5243.585630189888,
              3458.2116577799193,
              1122.4627369967275,
              602.0434916470291
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 27,
            "title": "Depth Preprocessing",
            "bounding": [
              -4822.145283162393,
              2971.9040111214586,
              612.6368601591967,
              464.8524246709909
            ],
            "color": "#b58b2a",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 28,
            "title": "Stage 1",
            "bounding": [
              -4108.884033327931,
              3459.738526464491,
              1166.8898689855378,
              598.9920940488119
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          }
        ],
        "links": [
          {
            "id": 967,
            "origin_id": 461,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 971,
            "origin_id": 468,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 983,
            "origin_id": 471,
            "origin_slot": 0,
            "target_id": 472,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 986,
            "origin_id": 471,
            "origin_slot": 1,
            "target_id": 474,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 988,
            "origin_id": 487,
            "origin_slot": 0,
            "target_id": 478,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 989,
            "origin_id": 480,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 990,
            "origin_id": 478,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 993,
            "origin_id": 490,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 994,
            "origin_id": 486,
            "origin_slot": 1,
            "target_id": 481,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 995,
            "origin_id": 486,
            "origin_slot": 0,
            "target_id": 482,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1001,
            "origin_id": 479,
            "origin_slot": 1,
            "target_id": 486,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1002,
            "origin_id": 474,
            "origin_slot": 0,
            "target_id": 487,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1003,
            "origin_id": 472,
            "origin_slot": 0,
            "target_id": 487,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1004,
            "origin_id": 472,
            "origin_slot": 1,
            "target_id": 487,
            "target_slot": 2,
            "type": "CONDITIONING"
          },
          {
            "id": 1006,
            "origin_id": 487,
            "origin_slot": 2,
            "target_id": 489,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1008,
            "origin_id": 489,
            "origin_slot": 1,
            "target_id": 490,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1014,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 481,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 1015,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 487,
            "target_slot": 5,
            "type": "VAE"
          },
          {
            "id": 1017,
            "origin_id": -10,
            "origin_slot": 8,
            "target_id": 487,
            "target_slot": 7,
            "type": "FLOAT"
          },
          {
            "id": 1020,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 482,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1022,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 487,
            "target_slot": 4,
            "type": "VAE"
          },
          {
            "id": 1023,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 478,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 1024,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 487,
            "target_slot": 3,
            "type": "MODEL"
          },
          {
            "id": 1035,
            "origin_id": 482,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1036,
            "origin_id": 482,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1068,
            "origin_id": 462,
            "origin_slot": 1,
            "target_id": 471,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1069,
            "origin_id": 477,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 1074,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 501,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 1076,
            "origin_id": 501,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 1079,
            "origin_id": 502,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 1096,
            "origin_id": 511,
            "origin_slot": 0,
            "target_id": 508,
            "target_slot": 0,
            "type": "DEPTHCRAFTER_MODEL"
          },
          {
            "id": 1111,
            "origin_id": 515,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 1112,
            "origin_id": 516,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 1113,
            "origin_id": -10,
            "origin_slot": 13,
            "target_id": 461,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 1218,
            "origin_id": 589,
            "origin_slot": 2,
            "target_id": 583,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1219,
            "origin_id": 584,
            "origin_slot": 0,
            "target_id": 583,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1220,
            "origin_id": 589,
            "origin_slot": 0,
            "target_id": 585,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 1221,
            "origin_id": 589,
            "origin_slot": 1,
            "target_id": 585,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1222,
            "origin_id": 589,
            "origin_slot": 2,
            "target_id": 585,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1223,
            "origin_id": 588,
            "origin_slot": 0,
            "target_id": 586,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1224,
            "origin_id": 589,
            "origin_slot": 0,
            "target_id": 586,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1225,
            "origin_id": 589,
            "origin_slot": 1,
            "target_id": 586,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1226,
            "origin_id": 590,
            "origin_slot": 0,
            "target_id": 587,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1227,
            "origin_id": 591,
            "origin_slot": 0,
            "target_id": 588,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1228,
            "origin_id": 591,
            "origin_slot": 1,
            "target_id": 588,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1229,
            "origin_id": 587,
            "origin_slot": 0,
            "target_id": 589,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1234,
            "origin_id": 583,
            "origin_slot": 0,
            "target_id": 468,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1236,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 592,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1237,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 592,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1238,
            "origin_id": 588,
            "origin_slot": 0,
            "target_id": 592,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1248,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 588,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1249,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 583,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1250,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 590,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1251,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 590,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1253,
            "origin_id": 591,
            "origin_slot": 0,
            "target_id": 593,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1254,
            "origin_id": 591,
            "origin_slot": 1,
            "target_id": 593,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1255,
            "origin_id": 508,
            "origin_slot": 0,
            "target_id": 593,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1286,
            "origin_id": 481,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 1293,
            "origin_id": 623,
            "origin_slot": 0,
            "target_id": 490,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1294,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 623,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1295,
            "origin_id": 592,
            "origin_slot": 0,
            "target_id": 623,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1296,
            "origin_id": 489,
            "origin_slot": 0,
            "target_id": 623,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 1297,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 623,
            "target_slot": 3,
            "type": "BOOLEAN"
          },
          {
            "id": 1298,
            "origin_id": 472,
            "origin_slot": 2,
            "target_id": 625,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1299,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 625,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 1300,
            "origin_id": 625,
            "origin_slot": 0,
            "target_id": 474,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1301,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 625,
            "target_slot": 1,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 1304,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 624,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1305,
            "origin_id": 586,
            "origin_slot": 0,
            "target_id": 624,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1306,
            "origin_id": 585,
            "origin_slot": 0,
            "target_id": 624,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 1307,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 624,
            "target_slot": 4,
            "type": "BOOLEAN"
          },
          {
            "id": 1308,
            "origin_id": -10,
            "origin_slot": 14,
            "target_id": 624,
            "target_slot": 3,
            "type": "FLOAT"
          },
          {
            "id": 1310,
            "origin_id": 593,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 2,
            "type": "IMAGE"
          },
          {
            "id": 1316,
            "origin_id": -10,
            "origin_slot": 12,
            "target_id": 632,
            "target_slot": 1,
            "type": "*"
          },
          {
            "id": 1317,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 632,
            "target_slot": 0,
            "type": "*"
          },
          {
            "id": 1319,
            "origin_id": 632,
            "origin_slot": 1,
            "target_id": 591,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1320,
            "origin_id": 632,
            "origin_slot": 1,
            "target_id": 590,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1321,
            "origin_id": 587,
            "origin_slot": 0,
            "target_id": 508,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1322,
            "origin_id": 637,
            "origin_slot": 0,
            "target_id": 472,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 1323,
            "origin_id": 637,
            "origin_slot": 0,
            "target_id": 501,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1324,
            "origin_id": 637,
            "origin_slot": 1,
            "target_id": 472,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1325,
            "origin_id": 637,
            "origin_slot": 2,
            "target_id": 468,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1326,
            "origin_id": 632,
            "origin_slot": 0,
            "target_id": 637,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 1327,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 637,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1328,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 637,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 1329,
            "origin_id": 624,
            "origin_slot": 0,
            "target_id": 637,
            "target_slot": 3,
            "type": "LATENT"
          },
          {
            "id": 1330,
            "origin_id": 593,
            "origin_slot": 0,
            "target_id": 637,
            "target_slot": 4,
            "type": "IMAGE"
          },
          {
            "id": 1331,
            "origin_id": -10,
            "origin_slot": 15,
            "target_id": 637,
            "target_slot": 5,
            "type": "FLOAT"
          }
        ],
        "extra": {
          "workflowRendererVersion": "LG"
        }
      },
      {
        "id": "86f813ec-498a-443f-a54c-53a2ee60365e",
        "version": 1,
        "state": {
          "lastGroupId": 31,
          "lastNodeId": 587,
          "lastLinkId": 1266,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "Samplers",
        "inputNode": {
          "id": -10,
          "bounding": [
            -5822.322525194629,
            3529.011919677603,
            169.416015625,
            360
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -294.8807903502374,
            3664.4275991282598,
            120,
            100
          ]
        },
        "inputs": [
          {
            "id": "c07959d1-4634-401e-a363-cb7e8d7815fc",
            "name": "model",
            "type": "MODEL",
            "linkIds": [
              1074
            ],
            "localized_name": "model",
            "label": "model stage 1",
            "pos": [
              -5672.906509569629,
              3549.011919677603
            ]
          },
          {
            "id": "af0d6ebf-673c-44d8-bc26-2777ff0a5f13",
            "name": "model_1",
            "type": "MODEL",
            "linkIds": [
              1023,
              1024
            ],
            "localized_name": "model_1",
            "label": "model stage 2",
            "pos": [
              -5672.906509569629,
              3569.011919677603
            ]
          },
          {
            "id": "f5fb697f-d553-4ab5-a5b8-a2a9617ca1dd",
            "name": "upscale_model_1",
            "type": "LATENT_UPSCALE_MODEL",
            "linkIds": [
              1233
            ],
            "label": "upscale model",
            "pos": [
              -5672.906509569629,
              3589.011919677603
            ]
          },
          {
            "id": "4cc17d80-0c27-495e-b128-088864dbe51f",
            "name": "positive",
            "type": "CONDITIONING",
            "linkIds": [
              1250
            ],
            "localized_name": "positive",
            "pos": [
              -5672.906509569629,
              3609.011919677603
            ]
          },
          {
            "id": "4cee892a-a63c-4b13-bc7a-afa628c9899a",
            "name": "negative",
            "type": "CONDITIONING",
            "linkIds": [
              1026,
              1263
            ],
            "localized_name": "negative",
            "pos": [
              -5672.906509569629,
              3629.011919677603
            ]
          },
          {
            "id": "51f63172-8766-4fc9-b7ea-ad20e3ba6247",
            "name": "vae",
            "type": "VAE",
            "linkIds": [
              1020,
              1021,
              1022,
              1225,
              1232,
              1235,
              1264
            ],
            "localized_name": "vae",
            "label": "VAE",
            "pos": [
              -5672.906509569629,
              3649.011919677603
            ]
          },
          {
            "id": "2694df57-0535-4ee6-b99b-395dac8d579a",
            "name": "audio_vae",
            "type": "VAE",
            "linkIds": [
              1014,
              1015,
              1203
            ],
            "localized_name": "audio_vae",
            "label": "audio VAE",
            "pos": [
              -5672.906509569629,
              3669.011919677603
            ]
          },
          {
            "id": "6b2d5fd7-6a56-4d7e-8537-07549279ff29",
            "name": "image_1",
            "type": "IMAGE",
            "linkIds": [
              1187,
              1192
            ],
            "localized_name": "image_1",
            "label": "first frame",
            "pos": [
              -5672.906509569629,
              3689.011919677603
            ]
          },
          {
            "id": "f4533988-0f31-4784-b1f1-2b59f10ce08e",
            "name": "a",
            "type": "FLOAT",
            "linkIds": [
              1017
            ],
            "localized_name": "a",
            "label": "frame rate",
            "pos": [
              -5672.906509569629,
              3709.011919677603
            ]
          },
          {
            "id": "fb8fdca6-be34-49a5-a5ba-ff647b50519a",
            "name": "bypass",
            "type": "BOOLEAN",
            "linkIds": [
              1228,
              1238
            ],
            "localized_name": "bypass",
            "label": "Text Only",
            "shape": 7,
            "pos": [
              -5672.906509569629,
              3729.011919677603
            ]
          },
          {
            "id": "fd04fa74-b190-4ad6-8384-f3fd11511d3b",
            "name": "width",
            "type": "INT",
            "linkIds": [
              1193,
              1207
            ],
            "pos": [
              -5672.906509569629,
              3749.011919677603
            ]
          },
          {
            "id": "e47a0f33-abac-4fd8-bb5f-c30710c91fee",
            "name": "height",
            "type": "INT",
            "linkIds": [
              1194,
              1208
            ],
            "pos": [
              -5672.906509569629,
              3769.011919677603
            ]
          },
          {
            "id": "f909622b-5d01-4d17-a7de-b8bb01efa9be",
            "name": "image",
            "type": "IMAGE",
            "linkIds": [
              1251
            ],
            "localized_name": "image",
            "pos": [
              -5672.906509569629,
              3789.011919677603
            ]
          },
          {
            "id": "ab20ac47-0db9-43cf-88ae-50e6359c5ce0",
            "name": "noise_seed",
            "type": "INT",
            "linkIds": [
              1115
            ],
            "label": "noise seed",
            "pos": [
              -5672.906509569629,
              3809.011919677603
            ]
          },
          {
            "id": "291f9645-0b64-4002-afff-029dac87e4a9",
            "name": "strength",
            "type": "FLOAT",
            "linkIds": [
              1239
            ],
            "label": "image strength",
            "pos": [
              -5672.906509569629,
              3829.011919677603
            ]
          },
          {
            "id": "9797327a-546c-4bd2-8163-caef7c1a10a3",
            "name": "latent_downscale_factor",
            "type": "FLOAT",
            "linkIds": [
              1261
            ],
            "pos": [
              -5672.906509569629,
              3849.011919677603
            ]
          }
        ],
        "outputs": [
          {
            "id": "37fb5c5f-4dc9-45dd-a8fe-428b0846b799",
            "name": "image",
            "type": "IMAGE",
            "linkIds": [
              1035,
              1036
            ],
            "localized_name": "image",
            "pos": [
              -274.8807903502374,
              3684.4275991282598
            ]
          },
          {
            "id": "cf713de8-e978-4e0a-8638-f5010a9db17b",
            "name": "Audio_1",
            "type": "AUDIO",
            "linkIds": [
              1222
            ],
            "label": "audio",
            "pos": [
              -274.8807903502374,
              3704.4275991282598
            ]
          },
          {
            "id": "93fc5179-bc13-4b01-b52b-71f030ec2999",
            "name": "value",
            "type": "*",
            "linkIds": [
              1254
            ],
            "label": "dependencies",
            "pos": [
              -274.8807903502374,
              3724.4275991282598
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 472,
            "type": "LTXVCropGuides",
            "pos": [
              -3082.4782985875017,
              3669.3315311147694
            ],
            "size": [
              187.5,
              100.83333333333334
            ],
            "flags": {},
            "order": 10,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1257
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1259
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 983
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  1003
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  1004
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1231
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVCropGuides",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": []
          },
          {
            "id": 462,
            "type": "SamplerCustomAdvanced",
            "pos": [
              -3319.9548929124203,
              3616.8587449917927
            ],
            "size": [
              212.3638671875,
              106
            ],
            "flags": {},
            "order": 7,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 967
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 1076
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 1069
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 1109
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 971
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  1068
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "SamplerCustomAdvanced",
              "cnr_id": "comfy-core",
              "ver": "0.3.60"
            },
            "widgets_values": []
          },
          {
            "id": 471,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -3079.7320876070667,
              3586.740031439474
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 9,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1068
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  983
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  986
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 490,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -1401.9917710034397,
              3661.777309599398
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 19,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1229
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 1008
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  993
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 501,
            "type": "BasicGuider",
            "pos": [
              -3513.653873571351,
              3615.0032836545606
            ],
            "size": [
              159.568359375,
              46
            ],
            "flags": {},
            "order": 20,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1074
              },
              {
                "localized_name": "conditioning",
                "name": "conditioning",
                "type": "CONDITIONING",
                "link": 1258
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  1076
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "BasicGuider",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 477,
            "type": "KSamplerSelect",
            "pos": [
              -3559.353583404394,
              3698.298669517911
            ],
            "size": [
              210,
              58
            ],
            "flags": {
              "collapsed": false
            },
            "order": 0,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  1069
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "KSamplerSelect",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              "euler"
            ]
          },
          {
            "id": 502,
            "type": "KSamplerSelect",
            "pos": [
              -1424.3478270230203,
              3833.6004943623147
            ],
            "size": [
              210,
              58
            ],
            "flags": {
              "collapsed": false
            },
            "order": 1,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SAMPLER",
                "name": "SAMPLER",
                "type": "SAMPLER",
                "links": [
                  1079
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "KSamplerSelect",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              "euler"
            ]
          },
          {
            "id": 478,
            "type": "BasicGuider",
            "pos": [
              -1377.7294648718378,
              3749.882354358961
            ],
            "size": [
              159.568359375,
              46
            ],
            "flags": {},
            "order": 12,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1023
              },
              {
                "localized_name": "conditioning",
                "name": "conditioning",
                "type": "CONDITIONING",
                "link": 988
              }
            ],
            "outputs": [
              {
                "localized_name": "GUIDER",
                "name": "GUIDER",
                "type": "GUIDER",
                "links": [
                  990
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "BasicGuider",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 479,
            "type": "SamplerCustomAdvanced",
            "pos": [
              -1188.8899020910642,
              3793.7517561830705
            ],
            "size": [
              212.3638671875,
              106
            ],
            "flags": {},
            "order": 13,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "noise",
                "name": "noise",
                "type": "NOISE",
                "link": 989
              },
              {
                "localized_name": "guider",
                "name": "guider",
                "type": "GUIDER",
                "link": 990
              },
              {
                "localized_name": "sampler",
                "name": "sampler",
                "type": "SAMPLER",
                "link": 1079
              },
              {
                "localized_name": "sigmas",
                "name": "sigmas",
                "type": "SIGMAS",
                "link": 1110
              },
              {
                "localized_name": "latent_image",
                "name": "latent_image",
                "type": "LATENT",
                "link": 993
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "LATENT",
                "links": []
              },
              {
                "localized_name": "denoised_output",
                "name": "denoised_output",
                "type": "LATENT",
                "links": [
                  1001
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "SamplerCustomAdvanced",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": []
          },
          {
            "id": 513,
            "type": "ManualSigmas",
            "pos": [
              -3560.697160274895,
              3806.8336609840558
            ],
            "size": [
              210,
              58
            ],
            "flags": {},
            "order": 2,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  1109
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ManualSigmas",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "1., 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 514,
            "type": "ManualSigmas",
            "pos": [
              -1418.2878917656226,
              3931.3194689358234
            ],
            "size": [
              210,
              58
            ],
            "flags": {},
            "order": 3,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "SIGMAS",
                "name": "SIGMAS",
                "type": "SIGMAS",
                "links": [
                  1110
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ManualSigmas",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "0.909375, 0.725, 0.421875, 0.0"
            ]
          },
          {
            "id": 468,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -3791.4339270341607,
              3865.8474964660745
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 8,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1260
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 1190
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  971
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 486,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -966.3107065425328,
              3795.01549033112
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 16,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1001
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  995
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  994
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 480,
            "type": "RandomNoise",
            "pos": [
              -1189.500966665019,
              3744.411922245752
            ],
            "size": [
              270,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 4,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  989
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "RandomNoise",
              "cnr_id": "comfy-core",
              "ver": "0.3.71"
            },
            "widgets_values": [
              420,
              "fixed"
            ]
          },
          {
            "id": 461,
            "type": "RandomNoise",
            "pos": [
              -3506.9327337154314,
              3557.1340201293183
            ],
            "size": [
              270,
              74
            ],
            "flags": {
              "collapsed": true
            },
            "order": 6,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "noise_seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": 1115
              }
            ],
            "outputs": [
              {
                "localized_name": "NOISE",
                "name": "NOISE",
                "type": "NOISE",
                "links": [
                  967
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "RandomNoise",
              "cnr_id": "comfy-core",
              "ver": "0.3.56"
            },
            "widgets_values": [
              42,
              "fixed"
            ]
          },
          {
            "id": 482,
            "type": "LTXVSpatioTemporalTiledVAEDecode",
            "pos": [
              -737.8842582411228,
              3657.9693995383627
            ],
            "size": [
              354.8384765625,
              222
            ],
            "flags": {},
            "order": 15,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1020
              },
              {
                "localized_name": "latents",
                "name": "latents",
                "type": "LATENT",
                "link": 995
              }
            ],
            "outputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "links": [
                  1035,
                  1036
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSpatioTemporalTiledVAEDecode"
            },
            "widgets_values": [
              4,
              4,
              16,
              4,
              false,
              "auto",
              "auto"
            ]
          },
          {
            "id": 554,
            "type": "CM_FloatToInt",
            "pos": [
              -4835.416263543984,
              4002.688697581937
            ],
            "size": [
              270,
              50
            ],
            "flags": {
              "collapsed": true
            },
            "order": 5,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": [
                  1174
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "CM_FloatToInt"
            },
            "widgets_values": [
              24
            ]
          },
          {
            "id": 555,
            "type": "EmptyLTXVLatentVideo",
            "pos": [
              -4671.751004642478,
              3762.512181352578
            ],
            "size": [
              236.38548179159352,
              130
            ],
            "flags": {},
            "order": 23,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1175
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1176
              },
              {
                "localized_name": "length",
                "name": "length",
                "type": "INT",
                "widget": {
                  "name": "length"
                },
                "link": 1177
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  1237
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "EmptyLTXVLatentVideo",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": [
              768,
              512,
              97,
              1
            ]
          },
          {
            "id": 553,
            "type": "LTXVEmptyLatentAudio",
            "pos": [
              -4668.39243992049,
              3929.2767413900397
            ],
            "size": [
              234.10114342559973,
              106
            ],
            "flags": {},
            "order": 22,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1203
              },
              {
                "localized_name": "frames_number",
                "name": "frames_number",
                "type": "INT",
                "widget": {
                  "name": "frames_number"
                },
                "link": 1173
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "INT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 1174
              }
            ],
            "outputs": [
              {
                "localized_name": "Latent",
                "name": "Latent",
                "type": "LATENT",
                "links": [
                  1190
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVEmptyLatentAudio",
              "cnr_id": "comfy-core",
              "ver": "0.3.68"
            },
            "widgets_values": [
              97,
              25,
              1
            ]
          },
          {
            "id": 558,
            "type": "ImageScale",
            "pos": [
              -4947.856625764411,
              3534.6252951982897
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 26,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1187
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1182
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1183
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1178
                ]
              }
            ],
            "title": "Upscale FF to Video Size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1088,
              "disabled"
            ]
          },
          {
            "id": 559,
            "type": "GetImageSize",
            "pos": [
              -4939.887474411702,
              3822.0569667237373
            ],
            "size": [
              208.86100606772925,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 27,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1256
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  1175,
                  1179
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  1176,
                  1180
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": [
                  1173,
                  1177
                ]
              }
            ],
            "title": "Get Info for Stage 1",
            "properties": {
              "Node name for S&R": "GetImageSize",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 556,
            "type": "ImageScale",
            "pos": [
              -4669.403290878485,
              3583.727211068131
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 24,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1178
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1179
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1180
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1236
                ]
              }
            ],
            "title": "Upscale FF to Stage 1",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              512,
              512,
              "center"
            ]
          },
          {
            "id": 481,
            "type": "LTXVAudioVAEDecode",
            "pos": [
              -735.847244505837,
              3926.0918464840192
            ],
            "size": [
              202.991796875,
              46
            ],
            "flags": {
              "collapsed": false
            },
            "order": 14,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 994
              },
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1014
              }
            ],
            "outputs": [
              {
                "localized_name": "Audio",
                "name": "Audio",
                "type": "AUDIO",
                "links": [
                  1222
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVAudioVAEDecode",
              "cnr_id": "comfy-core",
              "ver": "0.3.68"
            },
            "widgets_values": []
          },
          {
            "id": 562,
            "type": "ImageScale",
            "pos": [
              -1945.3540971802288,
              3536.21496663186
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 30,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1192
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1193
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1194
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1226
                ]
              }
            ],
            "title": "Upscale FF to Stage 2",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1024,
              "center"
            ]
          },
          {
            "id": 489,
            "type": "LTXVSeparateAVLatent",
            "pos": [
              -1910.9889457510058,
              3727.5159877417354
            ],
            "size": [
              193.2916015625,
              46
            ],
            "flags": {},
            "order": 18,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1006
              }
            ],
            "outputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "links": [
                  1227
                ]
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "links": [
                  1008
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSeparateAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 487,
            "type": "LTXVSetAudioVideoMaskByTime",
            "pos": [
              -2350.0947746502966,
              3661.463016322901
            ],
            "size": [
              387.9390625,
              346
            ],
            "flags": {},
            "order": 17,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "link": 1002
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1003
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1004
              },
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 1024
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1022
              },
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 1015
              },
              {
                "localized_name": "spatial_mask",
                "name": "spatial_mask",
                "shape": 7,
                "type": "MASK",
                "link": null
              },
              {
                "localized_name": "video_fps",
                "name": "video_fps",
                "type": "FLOAT",
                "widget": {
                  "name": "video_fps"
                },
                "link": 1017
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  988
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": []
              },
              {
                "localized_name": "av_latent",
                "name": "av_latent",
                "type": "LATENT",
                "links": [
                  1006
                ]
              },
              {
                "localized_name": "video_latent_blend_coefficients",
                "name": "video_latent_blend_coefficients",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "video_pixel_blend_coefficients",
                "name": "video_pixel_blend_coefficients",
                "type": "FLOAT",
                "links": []
              },
              {
                "localized_name": "output_5",
                "name": "output_5",
                "type": "MASK",
                "links": []
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVSetAudioVideoMaskByTime"
            },
            "widgets_values": [
              0,
              100,
              24,
              true,
              false,
              0,
              0,
              93
            ]
          },
          {
            "id": 474,
            "type": "LTXVConcatAVLatent",
            "pos": [
              -2555.6203565002397,
              3669.098621814121
            ],
            "size": [
              181.308203125,
              46
            ],
            "flags": {},
            "order": 11,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video_latent",
                "name": "video_latent",
                "type": "LATENT",
                "link": 1230
              },
              {
                "localized_name": "audio_latent",
                "name": "audio_latent",
                "type": "LATENT",
                "link": 986
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1002
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConcatAVLatent",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 579,
            "type": "LTXVImgToVideoInplace",
            "pos": [
              -4402.95169052183,
              3689.5538581064643
            ],
            "size": [
              270,
              122
            ],
            "flags": {},
            "order": 33,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1235
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1236
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1237
              },
              {
                "localized_name": "strength",
                "name": "strength",
                "type": "FLOAT",
                "widget": {
                  "name": "strength"
                },
                "link": 1239
              },
              {
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 1238
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1265
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVImgToVideoInplace",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": [
              1,
              true
            ]
          },
          {
            "id": 577,
            "type": "LTXVImgToVideoInplace",
            "pos": [
              -1687.8512695874301,
              3584.377153737155
            ],
            "size": [
              270,
              122
            ],
            "flags": {},
            "order": 31,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1225
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1226
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1227
              },
              {
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 1228
              }
            ],
            "outputs": [
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1229
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVImgToVideoInplace",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": [
              1,
              true
            ]
          },
          {
            "id": 578,
            "type": "LTXVLatentUpsampler",
            "pos": [
              -2840.1150555049485,
              3592.0554256370733
            ],
            "size": [
              265.4297787825851,
              66
            ],
            "flags": {},
            "order": 32,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "samples",
                "name": "samples",
                "type": "LATENT",
                "link": 1231
              },
              {
                "localized_name": "upscale_model",
                "name": "upscale_model",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 1233
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1232
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT",
                "name": "LATENT",
                "type": "LATENT",
                "links": [
                  1230
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVLatentUpsampler",
              "cnr_id": "comfy-core",
              "ver": "0.7.0"
            },
            "widgets_values": []
          },
          {
            "id": 561,
            "type": "GetImageSize",
            "pos": [
              -5177.816179310268,
              3579.611305425659
            ],
            "size": [
              208.86100606772925,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 29,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1252
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  1182
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": [
                  1183
                ]
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": []
              }
            ],
            "title": "Get Video Info",
            "properties": {
              "Node name for S&R": "GetImageSize",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 560,
            "type": "ImageScale",
            "pos": [
              -5193.597998562311,
              3698.9006336472116
            ],
            "size": [
              231.76193183342002,
              130
            ],
            "flags": {},
            "order": 28,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1253
              },
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 1207
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 1208
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1181
                ]
              }
            ],
            "title": "Upscale Video to User Size",
            "properties": {
              "Node name for S&R": "ImageScale",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              1920,
              1024,
              "center"
            ]
          },
          {
            "id": 557,
            "type": "ImageScaleBy",
            "pos": [
              -4941.935066029242,
              3699.8835361295746
            ],
            "size": [
              210,
              82
            ],
            "flags": {},
            "order": 25,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1181
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1204,
                  1256
                ]
              }
            ],
            "title": "Upscale Video to Stage 1",
            "properties": {
              "Node name for S&R": "ImageScaleBy",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "bicubic",
              0.5
            ]
          },
          {
            "id": 583,
            "type": "ImpactExecutionOrderController",
            "pos": [
              -5540.099964604883,
              3593.2364016133465
            ],
            "size": [
              215.460546875,
              46
            ],
            "flags": {},
            "order": 34,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "link": 1251
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "link": 1250
              }
            ],
            "outputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "links": [
                  1252,
                  1253
                ]
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "links": [
                  1262
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ImpactExecutionOrderController"
            },
            "widgets_values": []
          },
          {
            "id": 509,
            "type": "DWPreprocessor",
            "pos": [
              -4558.5759806087935,
              3222.3392510146946
            ],
            "size": [
              294.72265625,
              222
            ],
            "flags": {
              "collapsed": false
            },
            "order": 21,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1204
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  1254,
                  1266
                ]
              },
              {
                "localized_name": "POSE_KEYPOINT",
                "name": "POSE_KEYPOINT",
                "type": "POSE_KEYPOINT",
                "links": []
              }
            ],
            "properties": {
              "Node name for S&R": "DWPreprocessor"
            },
            "widgets_values": [
              "enable",
              "enable",
              "enable",
              512,
              "yolox_l.onnx",
              "dw-ll_ucoco_384_bs5.torchscript.pt",
              "disable"
            ]
          },
          {
            "id": 587,
            "type": "LTXAddVideoICLoRAGuide",
            "pos": [
              -4104.4631860737445,
              3746.01819656861
            ],
            "size": [
              308.9634765625,
              282
            ],
            "flags": {},
            "order": 35,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 1262
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 1263
              },
              {
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 1264
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "link": 1265
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 1266
              },
              {
                "localized_name": "latent_downscale_factor",
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "widget": {
                  "name": "latent_downscale_factor"
                },
                "link": 1261
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "links": [
                  1257,
                  1258
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "links": [
                  1259
                ]
              },
              {
                "localized_name": "latent",
                "name": "latent",
                "type": "LATENT",
                "links": [
                  1260
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXAddVideoICLoRAGuide"
            },
            "widgets_values": [
              0,
              1,
              1,
              "disabled",
              false,
              256,
              64
            ]
          }
        ],
        "groups": [
          {
            "id": 25,
            "title": "Stage 2",
            "bounding": [
              -2878.958755257266,
              3464.460717623368,
              2529.322649984333,
              578.1818638205928
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 26,
            "title": "Preprocess",
            "bounding": [
              -5203.597998562311,
              3461.0252951982898,
              1107.68172750358,
              584.25144619175
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 27,
            "title": "OpenPose Preprocessing",
            "bounding": [
              -4568.5759806087935,
              3148.7392510146947,
              314.72265625,
              305.6
            ],
            "color": "#b58b2a",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 28,
            "title": "Stage 1",
            "bounding": [
              -4087.8802848570954,
              3461.143870057168,
              1201.120240304795,
              584.7789547588823
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          }
        ],
        "links": [
          {
            "id": 967,
            "origin_id": 461,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 971,
            "origin_id": 468,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 983,
            "origin_id": 471,
            "origin_slot": 0,
            "target_id": 472,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 986,
            "origin_id": 471,
            "origin_slot": 1,
            "target_id": 474,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 988,
            "origin_id": 487,
            "origin_slot": 0,
            "target_id": 478,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 989,
            "origin_id": 480,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 0,
            "type": "NOISE"
          },
          {
            "id": 990,
            "origin_id": 478,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 993,
            "origin_id": 490,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 4,
            "type": "LATENT"
          },
          {
            "id": 994,
            "origin_id": 486,
            "origin_slot": 1,
            "target_id": 481,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 995,
            "origin_id": 486,
            "origin_slot": 0,
            "target_id": 482,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1001,
            "origin_id": 479,
            "origin_slot": 1,
            "target_id": 486,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1002,
            "origin_id": 474,
            "origin_slot": 0,
            "target_id": 487,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1003,
            "origin_id": 472,
            "origin_slot": 0,
            "target_id": 487,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1004,
            "origin_id": 472,
            "origin_slot": 1,
            "target_id": 487,
            "target_slot": 2,
            "type": "CONDITIONING"
          },
          {
            "id": 1006,
            "origin_id": 487,
            "origin_slot": 2,
            "target_id": 489,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1008,
            "origin_id": 489,
            "origin_slot": 1,
            "target_id": 490,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1014,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 481,
            "target_slot": 1,
            "type": "VAE"
          },
          {
            "id": 1015,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 487,
            "target_slot": 5,
            "type": "VAE"
          },
          {
            "id": 1017,
            "origin_id": -10,
            "origin_slot": 8,
            "target_id": 487,
            "target_slot": 7,
            "type": "FLOAT"
          },
          {
            "id": 1020,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 482,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1022,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 487,
            "target_slot": 4,
            "type": "VAE"
          },
          {
            "id": 1023,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 478,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 1024,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 487,
            "target_slot": 3,
            "type": "MODEL"
          },
          {
            "id": 1035,
            "origin_id": 482,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1036,
            "origin_id": 482,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1068,
            "origin_id": 462,
            "origin_slot": 1,
            "target_id": 471,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1069,
            "origin_id": 477,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 1074,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 501,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 1076,
            "origin_id": 501,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 1,
            "type": "GUIDER"
          },
          {
            "id": 1079,
            "origin_id": 502,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 2,
            "type": "SAMPLER"
          },
          {
            "id": 1109,
            "origin_id": 513,
            "origin_slot": 0,
            "target_id": 462,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 1110,
            "origin_id": 514,
            "origin_slot": 0,
            "target_id": 479,
            "target_slot": 3,
            "type": "SIGMAS"
          },
          {
            "id": 1115,
            "origin_id": -10,
            "origin_slot": 13,
            "target_id": 461,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 1173,
            "origin_id": 559,
            "origin_slot": 2,
            "target_id": 553,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1174,
            "origin_id": 554,
            "origin_slot": 0,
            "target_id": 553,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1175,
            "origin_id": 559,
            "origin_slot": 0,
            "target_id": 555,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 1176,
            "origin_id": 559,
            "origin_slot": 1,
            "target_id": 555,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1177,
            "origin_id": 559,
            "origin_slot": 2,
            "target_id": 555,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1178,
            "origin_id": 558,
            "origin_slot": 0,
            "target_id": 556,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1179,
            "origin_id": 559,
            "origin_slot": 0,
            "target_id": 556,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1180,
            "origin_id": 559,
            "origin_slot": 1,
            "target_id": 556,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1181,
            "origin_id": 560,
            "origin_slot": 0,
            "target_id": 557,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1182,
            "origin_id": 561,
            "origin_slot": 0,
            "target_id": 558,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1183,
            "origin_id": 561,
            "origin_slot": 1,
            "target_id": 558,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1187,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 558,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1190,
            "origin_id": 553,
            "origin_slot": 0,
            "target_id": 468,
            "target_slot": 1,
            "type": "LATENT"
          },
          {
            "id": 1192,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 562,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1193,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 562,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1194,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 562,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1203,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 553,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1204,
            "origin_id": 557,
            "origin_slot": 0,
            "target_id": 509,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1207,
            "origin_id": -10,
            "origin_slot": 10,
            "target_id": 560,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 1208,
            "origin_id": -10,
            "origin_slot": 11,
            "target_id": 560,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 1222,
            "origin_id": 481,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 1225,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 577,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1226,
            "origin_id": 562,
            "origin_slot": 0,
            "target_id": 577,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1227,
            "origin_id": 489,
            "origin_slot": 0,
            "target_id": 577,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 1228,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 577,
            "target_slot": 3,
            "type": "BOOLEAN"
          },
          {
            "id": 1229,
            "origin_id": 577,
            "origin_slot": 0,
            "target_id": 490,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1230,
            "origin_id": 578,
            "origin_slot": 0,
            "target_id": 474,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1231,
            "origin_id": 472,
            "origin_slot": 2,
            "target_id": 578,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1232,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 578,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 1233,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 578,
            "target_slot": 1,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 1235,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 579,
            "target_slot": 0,
            "type": "VAE"
          },
          {
            "id": 1236,
            "origin_id": 556,
            "origin_slot": 0,
            "target_id": 579,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 1237,
            "origin_id": 555,
            "origin_slot": 0,
            "target_id": 579,
            "target_slot": 2,
            "type": "LATENT"
          },
          {
            "id": 1238,
            "origin_id": -10,
            "origin_slot": 9,
            "target_id": 579,
            "target_slot": 4,
            "type": "BOOLEAN"
          },
          {
            "id": 1239,
            "origin_id": -10,
            "origin_slot": 14,
            "target_id": 579,
            "target_slot": 3,
            "type": "FLOAT"
          },
          {
            "id": 1250,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 583,
            "target_slot": 1,
            "type": "*"
          },
          {
            "id": 1251,
            "origin_id": -10,
            "origin_slot": 12,
            "target_id": 583,
            "target_slot": 0,
            "type": "*"
          },
          {
            "id": 1252,
            "origin_id": 583,
            "origin_slot": 0,
            "target_id": 561,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1253,
            "origin_id": 583,
            "origin_slot": 0,
            "target_id": 560,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1254,
            "origin_id": 509,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 2,
            "type": "IMAGE"
          },
          {
            "id": 1256,
            "origin_id": 557,
            "origin_slot": 0,
            "target_id": 559,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 1257,
            "origin_id": 587,
            "origin_slot": 0,
            "target_id": 472,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 1258,
            "origin_id": 587,
            "origin_slot": 0,
            "target_id": 501,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1259,
            "origin_id": 587,
            "origin_slot": 1,
            "target_id": 472,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1260,
            "origin_id": 587,
            "origin_slot": 2,
            "target_id": 468,
            "target_slot": 0,
            "type": "LATENT"
          },
          {
            "id": 1261,
            "origin_id": -10,
            "origin_slot": 15,
            "target_id": 587,
            "target_slot": 5,
            "type": "FLOAT"
          },
          {
            "id": 1262,
            "origin_id": 583,
            "origin_slot": 1,
            "target_id": 587,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 1263,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 587,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 1264,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 587,
            "target_slot": 2,
            "type": "VAE"
          },
          {
            "id": 1265,
            "origin_id": 579,
            "origin_slot": 0,
            "target_id": 587,
            "target_slot": 3,
            "type": "LATENT"
          },
          {
            "id": 1266,
            "origin_id": 509,
            "origin_slot": 0,
            "target_id": 587,
            "target_slot": 4,
            "type": "IMAGE"
          }
        ],
        "extra": {
          "workflowRendererVersion": "LG"
        }
      },
      {
        "id": "2dc75cab-e957-4437-a5bb-2afb0ea00516",
        "version": 1,
        "state": {
          "lastGroupId": 19,
          "lastNodeId": 239,
          "lastLinkId": 379,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "LTX-2 Canny",
        "inputNode": {
          "id": -10,
          "bounding": [
            -4928.441971906536,
            3349.527470531625,
            120,
            140
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -3090.671496602704,
            3322.10339626418,
            120,
            60
          ]
        },
        "inputs": [
          {
            "id": "23a5263d-312d-4778-92e3-e86f05761366",
            "name": "video",
            "type": "VIDEO",
            "linkIds": [
              336
            ],
            "localized_name": "video",
            "pos": [
              -4828.441971906536,
              3369.527470531625
            ]
          },
          {
            "id": "b314dd52-2d70-44eb-9f77-95c585f629ab",
            "name": "switch",
            "type": "BOOLEAN",
            "linkIds": [
              357,
              359
            ],
            "localized_name": "switch",
            "pos": [
              -4828.441971906536,
              3389.527470531625
            ]
          },
          {
            "id": "0cc4f310-35db-4b31-9af2-e773829de147",
            "name": "image_1",
            "type": "IMAGE",
            "linkIds": [
              356
            ],
            "localized_name": "image_1",
            "label": "first frame",
            "pos": [
              -4828.441971906536,
              3409.527470531625
            ]
          },
          {
            "id": "fd425749-3241-4aee-893d-2758dee9c313",
            "name": "width",
            "type": "INT",
            "linkIds": [
              362
            ],
            "pos": [
              -4828.441971906536,
              3429.527470531625
            ]
          },
          {
            "id": "4b122fbb-7bc7-473b-b122-1ded0c9fdd64",
            "name": "height",
            "type": "INT",
            "linkIds": [
              363
            ],
            "pos": [
              -4828.441971906536,
              3449.527470531625
            ]
          }
        ],
        "outputs": [
          {
            "id": "d3630a91-806c-4047-9dcf-8eeb855b0d08",
            "name": "VIDEO",
            "type": "VIDEO",
            "linkIds": [
              332
            ],
            "localized_name": "VIDEO",
            "label": "video",
            "pos": [
              -3070.671496602704,
              3342.10339626418
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 209,
            "type": "LTXVConditioning",
            "pos": [
              -3943.532962826772,
              3513.479097748073
            ],
            "size": [
              210,
              94
            ],
            "flags": {},
            "order": 5,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 333
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 361
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 338
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "slot_index": 0,
                "links": [
                  350
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "slot_index": 1,
                "links": [
                  351
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConditioning",
              "cnr_id": "comfy-core",
              "ver": "0.3.28"
            },
            "widgets_values": [
              25
            ]
          },
          {
            "id": 211,
            "type": "CLIPTextEncode",
            "pos": [
              -3942.753349354284,
              3467.8011733069193
            ],
            "size": [
              307.2346496582031,
              47
            ],
            "flags": {
              "collapsed": true
            },
            "order": 6,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 340
              },
              {
                "localized_name": "text",
                "name": "text",
                "type": "STRING",
                "widget": {
                  "name": "text"
                },
                "link": 343
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "slot_index": 0,
                "links": [
                  333,
                  361
                ]
              }
            ],
            "title": "Enhanced Prompt (Positive)",
            "properties": {
              "Node name for S&R": "CLIPTextEncode",
              "cnr_id": "comfy-core",
              "ver": "0.3.28"
            },
            "widgets_values": [
              ""
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 212,
            "type": "PrimitiveStringMultiline",
            "pos": [
              -4314.592413645962,
              3373.58523637826
            ],
            "size": [
              320.65285382649654,
              282.89723593084
            ],
            "flags": {},
            "order": 0,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "STRING",
                "name": "STRING",
                "type": "STRING",
                "links": [
                  335,
                  341
                ]
              }
            ],
            "title": "Positive Prompt",
            "properties": {
              "Node name for S&R": "PrimitiveStringMultiline",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "a cute monkey jupms on a bed"
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 222,
            "type": "InversionDemoLazySwitch",
            "pos": [
              -3937.3865149545827,
              3676.986925196777
            ],
            "size": [
              270,
              54
            ],
            "flags": {
              "collapsed": true
            },
            "order": 9,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "*",
                "link": 341
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "*",
                "link": 342
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 357
              }
            ],
            "outputs": [
              {
                "localized_name": "*",
                "name": "*",
                "type": "*",
                "links": [
                  343
                ]
              }
            ],
            "title": "Bypass Enhancer",
            "properties": {
              "Node name for S&R": "InversionDemoLazySwitch"
            },
            "widgets_values": [
              true
            ],
            "color": "#223",
            "bgcolor": "#335"
          },
          {
            "id": 213,
            "type": "CreateVideo",
            "pos": [
              -3455.703920012181,
              3332.127926397531
            ],
            "size": [
              218.51366328291851,
              78
            ],
            "flags": {},
            "order": 7,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 354
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 365
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "widget": {
                  "name": "fps"
                },
                "link": 337
              }
            ],
            "outputs": [
              {
                "localized_name": "VIDEO",
                "name": "VIDEO",
                "type": "VIDEO",
                "links": [
                  332,
                  364
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "CreateVideo",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              30
            ]
          },
          {
            "id": 216,
            "type": "LTXVGemmaEnhancePrompt",
            "pos": [
              -3947.7545817444043,
              3422.30292040638
            ],
            "size": [
              369.82634110464005,
              194
            ],
            "flags": {
              "collapsed": true
            },
            "order": 4,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 334
              },
              {
                "localized_name": "image",
                "name": "image",
                "shape": 7,
                "type": "IMAGE",
                "link": null
              },
              {
                "localized_name": "prompt",
                "name": "prompt",
                "type": "STRING",
                "widget": {
                  "name": "prompt"
                },
                "link": 335
              }
            ],
            "outputs": [
              {
                "localized_name": "enhanced_prompt",
                "name": "enhanced_prompt",
                "type": "STRING",
                "links": [
                  342
                ]
              }
            ],
            "title": "Enhancer",
            "properties": {
              "Node name for S&R": "LTXVGemmaEnhancePrompt"
            },
            "widgets_values": [
              "The kid holding an \"LTX-2\" sign with umbrella",
              "You are a prompt enhancer for a text-to-video model that may be controlled by depth or canny conditioning unknown to you.\n\nYour task is to expand an input caption into a temporally rich, visually expressive video prompt while avoiding any assumptions about scene structure, layout, camera motion, or subject configuration that could contradict an unseen conditioning input.\n\nYou are given:\n\t•\tA text caption describing the scene\n\t•\tNo access to the conditioning input\n\nYou must produce a single continuous paragraph describing how the scene unfolds over time, written to remain compatible with any plausible depth or canny constraint.\n\nCore constraint (highest priority):\n\t•\tStructural agnosticism: Assume that scene geometry, object placement, number of subjects, poses, camera position, and camera motion are fully determined elsewhere. Do NOT invent, alter, or imply any of them.\n\t•\tNo structural commitments: Do NOT add new objects, people, props, architecture, crowd dynamics, entrances/exits, or camera movements unless they are explicitly stated in the input caption.\n\t•\tCamera neutrality: Do NOT specify shot type, framing, or camera motion unless explicitly mentioned in the input caption.\n\t•\tIf unsure, omit: If a description would require assuming unseen structure or motion, leave it out.\n\nGuidelines for enhancement:\n\t•\tFaithful expansion: Enrich the caption without changing its meaning or adding unstated elements.\n\t•\tTemporal dynamics: Focus on timing, continuity, rhythm, and subtle evolution over a few seconds—not new events.\n\t•\tMicro-motion bias: Prefer small, universally compatible motions (breathing, fabric movement, light shifts, ambient motion).\n\t•\tVisual expressiveness (non-structural): You may enhance lighting behavior, color response, surface interaction, atmosphere, and material qualities as long as they do not imply new geometry or layout.\n\t•\tCharacter & action: Describe actions only if explicitly mentioned or safely implied without adding interactions or spatial assumptions.\n\t•\tChronological flow: Use temporal connectors (\"as,\" \"while,\" \"then\") to sequence events.\n\nAudio and dialogue:\n\t•\tAudio layer (always include): Add ambient sounds or music that enhance mood but do NOT imply unseen physical sources, events, or actions. Weave audio naturally into the temporal flow.\n\t•\tDialogue (only if present in input): If dialogue is mentioned, provide exact quoted lines with clear attribution. Specify language or voice traits only if required. Do NOT invent dialogue otherwise.\n\nStyle and realism:\n\t•\tStyle & atmosphere: Artistic tone is allowed only when it does not imply structure, scale, or camera choices.\n\t•\tPhysics realism: Use precise, physically plausible descriptions.\n\t•\tObjective only: Do NOT infer emotions, intentions, or narrative meaning beyond observable motion and sound.\n\t•\tStyle priority: If the user explicitly specifies a visual style (e.g., anime, claymation, watercolor, noir), make that style dominant throughout the prompt. Apply it consistently to lighting, materials, rendering cues, color treatment, and atmosphere, without implying scene structure.\n\nHard constraints:\n\t•\tDo NOT introduce scene cuts, edits, timestamps, or montage language\n\t•\tDo NOT add off-screen events that affect the scene physically\n\t•\tProduce plain prose only\n\nOutput format (strict):\n\t•\tOne continuous paragraph in natural language\n\t•\tNo headings, labels, markdown, code fences, or metadata\n\t•\tAudio must be woven into the paragraph, never separated\n\t•\tMake sure to mention the relevant style if requested, and in that case adjust the entire prompt to match the style, including colors, texture, etc. also start with \"Style: \" and the style name",
              512,
              true,
              2819370973,
              "randomize"
            ]
          },
          {
            "id": 215,
            "type": "GetVideoComponents",
            "pos": [
              -3899.94916880255,
              3733.8968528413147
            ],
            "size": [
              193.530859375,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 8,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video",
                "name": "video",
                "type": "VIDEO",
                "link": 336
              }
            ],
            "outputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "links": [
                  344
                ]
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "type": "AUDIO",
                "links": []
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "links": [
                  337,
                  338,
                  347
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "GetVideoComponents",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 233,
            "type": "MarkdownNote",
            "pos": [
              -3923.1618258543112,
              3835.7948591109102
            ],
            "size": [
              243.8124037464695,
              146.00584955273098
            ],
            "flags": {
              "collapsed": false
            },
            "order": 1,
            "mode": 0,
            "inputs": [],
            "outputs": [],
            "title": "RTX 5090",
            "properties": {},
            "widgets_values": [
              "This workflow is structured for optimized GPU and VRAM usage.\n\nModel nodes are ordered intentionally to reduce peak VRAM load.\n\nInput dependencies are used to organize execution order and should not be removed."
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 229,
            "type": "LowVRAMCheckpointLoader",
            "pos": [
              -4713.418170030996,
              3422.8526786515235
            ],
            "size": [
              366.1962657709886,
              98
            ],
            "flags": {},
            "order": 12,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 372
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  368,
                  377
                ]
              },
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": null
              },
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  375
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMCheckpointLoader"
            },
            "widgets_values": [
              "ltx-2-19b-distilled.safetensors"
            ]
          },
          {
            "id": 230,
            "type": "LowVRAMAudioVAELoader",
            "pos": [
              -4721.577240131778,
              3994.2077393341306
            ],
            "size": [
              369.648335325472,
              58
            ],
            "flags": {},
            "order": 13,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 371
              }
            ],
            "outputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "links": [
                  369
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMAudioVAELoader"
            },
            "widgets_values": [
              "ltx-2-19b-distilled.safetensors"
            ]
          },
          {
            "id": 232,
            "type": "LowVRAMLatentUpscaleModelLoader",
            "pos": [
              -4706.116238030607,
              3717.0363964895646
            ],
            "size": [
              353.34921875,
              58
            ],
            "flags": {},
            "order": 14,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 373
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT_UPSCALE_MODEL",
                "name": "LATENT_UPSCALE_MODEL",
                "type": "LATENT_UPSCALE_MODEL",
                "links": [
                  374
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMLatentUpscaleModelLoader"
            },
            "widgets_values": [
              "ltx-2-spatial-upscaler-x2-1.0.safetensors"
            ]
          },
          {
            "id": 224,
            "type": "SaveVideo",
            "pos": [
              -3449.9920902353,
              3465.5558544546634
            ],
            "size": [
              507.7172093653958,
              399.11336809064983
            ],
            "flags": {},
            "order": 11,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "video",
                "name": "video",
                "type": "VIDEO",
                "link": 364
              }
            ],
            "outputs": [],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "LTX-2/Video",
              "auto",
              "auto"
            ]
          },
          {
            "id": 218,
            "type": "LTXVGemmaCLIPModelLoader",
            "pos": [
              -4717.118791809181,
              3832.829005690576
            ],
            "size": [
              361.9550439528154,
              106
            ],
            "flags": {
              "collapsed": false
            },
            "order": 2,
            "mode": 0,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "links": [
                  334,
                  340
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVGemmaCLIPModelLoader",
              "aux_id": "Lightricks/ComfyUI-LTXVideo",
              "ver": "445e087a43b95b57ef765874b6787446ec72546c"
            },
            "widgets_values": [
              "gemma-3-12b-it-qat-q4_0-unquantized/model-00001-of-00005.safetensors",
              "ltx-2-19b-distilled.safetensors",
              1024
            ]
          },
          {
            "id": 234,
            "type": "MarkdownNote",
            "pos": [
              -5180.381252894957,
              3610.1808438602725
            ],
            "size": [
              428.34650223258404,
              159.11619167692334
            ],
            "flags": {
              "collapsed": false
            },
            "order": 3,
            "mode": 0,
            "inputs": [],
            "outputs": [],
            "title": "IC LoRA",
            "properties": {},
            "widgets_values": [
              "# IC LoRA Training \n\nFor your own IC LoRA - Upload to the \"IC LoRA\" node.\nMake sure to bypass the \"IC LoRA Preprocessing\" in the Samplers subgraph \n\n## Training\nWe have made available a full trainer to help you to train your own LoRA. You can [find it here](https://github.com/Lightricks/LTX-2)."
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 239,
            "type": "Display Any (rgthree)",
            "pos": [
              -4282.984740979644,
              3215.6682132897904
            ],
            "size": [
              210,
              88
            ],
            "flags": {},
            "order": 16,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "source",
                "name": "source",
                "type": "*",
                "link": 379
              }
            ],
            "outputs": [],
            "properties": {
              "Node name for S&R": "Display Any (rgthree)"
            },
            "widgets_values": [
              "1.0"
            ]
          },
          {
            "id": 223,
            "type": "72744159-9760-4b11-abca-03af10813b1e",
            "pos": [
              -3705.606505280809,
              3340.325160941412
            ],
            "size": [
              249.146484375,
              386
            ],
            "flags": {
              "collapsed": false
            },
            "order": 10,
            "mode": 0,
            "inputs": [
              {
                "label": "model stage 1",
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 376
              },
              {
                "label": "model stage 2",
                "localized_name": "model_1",
                "name": "model_1",
                "type": "MODEL",
                "link": 368
              },
              {
                "label": "upscale model",
                "name": "upscale_model_1",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 374
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 350
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 351
              },
              {
                "label": "video",
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 344
              },
              {
                "label": "VAE",
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 375
              },
              {
                "label": "audio VAE",
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 369
              },
              {
                "label": "first frame",
                "localized_name": "image_1",
                "name": "image_1",
                "type": "IMAGE",
                "link": 356
              },
              {
                "label": "frame rate",
                "localized_name": "a",
                "name": "a",
                "type": "FLOAT",
                "widget": {
                  "name": "a"
                },
                "link": 347
              },
              {
                "label": "Text Only",
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 359
              },
              {
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 362
              },
              {
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 363
              },
              {
                "label": "noise seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": null
              },
              {
                "label": "image strength",
                "name": "strength",
                "type": "FLOAT",
                "widget": {
                  "name": "strength"
                },
                "link": null
              },
              {
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "widget": {
                  "name": "latent_downscale_factor"
                },
                "link": 378
              }
            ],
            "outputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "links": [
                  354
                ]
              },
              {
                "label": "audio",
                "name": "Audio_1",
                "type": "AUDIO",
                "links": [
                  365
                ]
              },
              {
                "label": "dependencies",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  371,
                  372,
                  373
                ]
              }
            ],
            "properties": {
              "proxyWidgets": [
                [
                  "-1",
                  "a"
                ],
                [
                  "-1",
                  "bypass"
                ],
                [
                  "-1",
                  "width"
                ],
                [
                  "-1",
                  "height"
                ],
                [
                  "-1",
                  "strength"
                ],
                [
                  "-1",
                  "noise_seed"
                ],
                [
                  "-1",
                  "latent_downscale_factor"
                ],
                [
                  "461",
                  "control_after_generate"
                ]
              ],
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              24,
              true,
              1920,
              1024,
              1,
              42,
              1
            ]
          },
          {
            "id": 238,
            "type": "LTXICLoRALoaderModelOnly",
            "pos": [
              -4695.94697503727,
              3567.15749761701
            ],
            "size": [
              321.6509765625,
              102
            ],
            "flags": {},
            "order": 15,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 377
              }
            ],
            "outputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "links": [
                  376
                ]
              },
              {
                "localized_name": "latent_downscale_factor",
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "links": [
                  378,
                  379
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXICLoRALoaderModelOnly"
            },
            "widgets_values": [
              "ltx-2-19b-ic-lora-union-ref0.5.safetensors",
              1
            ]
          }
        ],
        "groups": [
          {
            "id": 7,
            "title": "Step 1 - Load Model",
            "bounding": [
              -4735.581194611634,
              3301.150726801505,
              394.2736204838038,
              773.9980786191564
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 18,
            "title": "Step 2 - Prompt",
            "bounding": [
              -4324.592413645962,
              3299.9852363782597,
              618.1847674166233,
              395.90263764121994
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 19,
            "title": "Enhancer",
            "bounding": [
              -3957.7545817444043,
              3348.7029204063797,
              239.8921378507016,
              345.5519988543456
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          }
        ],
        "links": [
          {
            "id": 333,
            "origin_id": 211,
            "origin_slot": 0,
            "target_id": 209,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 361,
            "origin_id": 211,
            "origin_slot": 0,
            "target_id": 209,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 338,
            "origin_id": 215,
            "origin_slot": 2,
            "target_id": 209,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 340,
            "origin_id": 218,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 343,
            "origin_id": 222,
            "origin_slot": 0,
            "target_id": 211,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 354,
            "origin_id": 223,
            "origin_slot": 0,
            "target_id": 213,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 337,
            "origin_id": 215,
            "origin_slot": 2,
            "target_id": 213,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 334,
            "origin_id": 218,
            "origin_slot": 0,
            "target_id": 216,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 335,
            "origin_id": 212,
            "origin_slot": 0,
            "target_id": 216,
            "target_slot": 2,
            "type": "STRING"
          },
          {
            "id": 341,
            "origin_id": 212,
            "origin_slot": 0,
            "target_id": 222,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 342,
            "origin_id": 216,
            "origin_slot": 0,
            "target_id": 222,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 344,
            "origin_id": 215,
            "origin_slot": 0,
            "target_id": 223,
            "target_slot": 5,
            "type": "IMAGE"
          },
          {
            "id": 347,
            "origin_id": 215,
            "origin_slot": 2,
            "target_id": 223,
            "target_slot": 9,
            "type": "FLOAT"
          },
          {
            "id": 350,
            "origin_id": 209,
            "origin_slot": 0,
            "target_id": 223,
            "target_slot": 3,
            "type": "CONDITIONING"
          },
          {
            "id": 351,
            "origin_id": 209,
            "origin_slot": 1,
            "target_id": 223,
            "target_slot": 4,
            "type": "CONDITIONING"
          },
          {
            "id": 336,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 215,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 357,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 222,
            "target_slot": 2,
            "type": "BOOLEAN"
          },
          {
            "id": 359,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 223,
            "target_slot": 10,
            "type": "BOOLEAN"
          },
          {
            "id": 356,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 223,
            "target_slot": 8,
            "type": "IMAGE"
          },
          {
            "id": 332,
            "origin_id": 213,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 362,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 223,
            "target_slot": 11,
            "type": "INT"
          },
          {
            "id": 363,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 223,
            "target_slot": 12,
            "type": "INT"
          },
          {
            "id": 364,
            "origin_id": 213,
            "origin_slot": 0,
            "target_id": 224,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 365,
            "origin_id": 223,
            "origin_slot": 1,
            "target_id": 213,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 368,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 223,
            "target_slot": 1,
            "type": "MODEL"
          },
          {
            "id": 369,
            "origin_id": 230,
            "origin_slot": 0,
            "target_id": 223,
            "target_slot": 7,
            "type": "VAE"
          },
          {
            "id": 371,
            "origin_id": 223,
            "origin_slot": 2,
            "target_id": 230,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 372,
            "origin_id": 223,
            "origin_slot": 2,
            "target_id": 229,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 373,
            "origin_id": 223,
            "origin_slot": 2,
            "target_id": 232,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 374,
            "origin_id": 232,
            "origin_slot": 0,
            "target_id": 223,
            "target_slot": 2,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 375,
            "origin_id": 229,
            "origin_slot": 2,
            "target_id": 223,
            "target_slot": 6,
            "type": "VAE"
          },
          {
            "id": 376,
            "origin_id": 238,
            "origin_slot": 0,
            "target_id": 223,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 377,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 238,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 378,
            "origin_id": 238,
            "origin_slot": 1,
            "target_id": 223,
            "target_slot": 15,
            "type": "FLOAT"
          },
          {
            "id": 379,
            "origin_id": 238,
            "origin_slot": 1,
            "target_id": 239,
            "target_slot": 0,
            "type": "*"
          }
        ],
        "extra": {
          "workflowRendererVersion": "LG"
        }
      },
      {
        "id": "b83ac947-e174-4a8e-b0c1-f7c3b8f00419",
        "version": 1,
        "state": {
          "lastGroupId": 19,
          "lastNodeId": 255,
          "lastLinkId": 423,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "LTX-2 Depth",
        "inputNode": {
          "id": -10,
          "bounding": [
            -5030.451261681879,
            3231.0796751892453,
            120,
            140
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -3242.253104037831,
            3062.923092221462,
            120,
            60
          ]
        },
        "inputs": [
          {
            "id": "ade5869a-0eae-4dec-93b1-73ec7e2f57ce",
            "name": "switch",
            "type": "BOOLEAN",
            "linkIds": [
              392,
              394
            ],
            "localized_name": "switch",
            "pos": [
              -4930.451261681879,
              3251.0796751892453
            ]
          },
          {
            "id": "3fdf720f-8bb8-4907-b9d1-25baf11322a5",
            "name": "video",
            "type": "VIDEO",
            "linkIds": [
              371
            ],
            "localized_name": "video",
            "pos": [
              -4930.451261681879,
              3271.0796751892453
            ]
          },
          {
            "id": "bff54aaf-752e-4a39-95fb-9b39e8f52a6d",
            "name": "image_1",
            "type": "IMAGE",
            "linkIds": [
              391
            ],
            "localized_name": "image_1",
            "label": "first frame",
            "pos": [
              -4930.451261681879,
              3291.0796751892453
            ]
          },
          {
            "id": "e564aab5-d480-4c8e-b094-5fe25a597960",
            "name": "width",
            "type": "INT",
            "linkIds": [
              397
            ],
            "pos": [
              -4930.451261681879,
              3311.0796751892453
            ]
          },
          {
            "id": "b1ee9467-9b18-4115-bf26-1ed6869a4c84",
            "name": "height",
            "type": "INT",
            "linkIds": [
              398
            ],
            "pos": [
              -4930.451261681879,
              3331.0796751892453
            ]
          }
        ],
        "outputs": [
          {
            "id": "3225c317-a373-49e9-a0bd-c53d476df8a6",
            "name": "VIDEO",
            "type": "VIDEO",
            "linkIds": [
              367
            ],
            "localized_name": "VIDEO",
            "label": "video",
            "pos": [
              -3222.253104037831,
              3082.923092221462
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 225,
            "type": "LTXVConditioning",
            "pos": [
              -4101.2329127913845,
              3253.5139133028724
            ],
            "size": [
              210,
              94
            ],
            "flags": {},
            "order": 5,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 368
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 396
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 373
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "slot_index": 0,
                "links": [
                  385
                ]
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "slot_index": 1,
                "links": [
                  386
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConditioning",
              "cnr_id": "comfy-core",
              "ver": "0.3.28"
            },
            "widgets_values": [
              25
            ]
          },
          {
            "id": 228,
            "type": "CLIPTextEncode",
            "pos": [
              -4100.453299318896,
              3207.8359888617188
            ],
            "size": [
              307.2346496582031,
              47
            ],
            "flags": {
              "collapsed": true
            },
            "order": 6,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 375
              },
              {
                "localized_name": "text",
                "name": "text",
                "type": "STRING",
                "widget": {
                  "name": "text"
                },
                "link": 378
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "slot_index": 0,
                "links": [
                  368,
                  396
                ]
              }
            ],
            "title": "Enhanced Prompt (Positive)",
            "properties": {
              "Node name for S&R": "CLIPTextEncode",
              "cnr_id": "comfy-core",
              "ver": "0.3.28"
            },
            "widgets_values": [
              ""
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 231,
            "type": "InversionDemoLazySwitch",
            "pos": [
              -4095.086464919199,
              3425.9226895742795
            ],
            "size": [
              270,
              54
            ],
            "flags": {
              "collapsed": true
            },
            "order": 8,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "*",
                "link": 376
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "*",
                "link": 377
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 392
              }
            ],
            "outputs": [
              {
                "localized_name": "*",
                "name": "*",
                "type": "*",
                "links": [
                  378
                ]
              }
            ],
            "title": "Bypass Enhancer",
            "properties": {
              "Node name for S&R": "InversionDemoLazySwitch"
            },
            "widgets_values": [
              true
            ],
            "color": "#223",
            "bgcolor": "#335"
          },
          {
            "id": 233,
            "type": "GetVideoComponents",
            "pos": [
              -4057.996387080624,
              3471.3994588504856
            ],
            "size": [
              193.530859375,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 10,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video",
                "name": "video",
                "type": "VIDEO",
                "link": 371
              }
            ],
            "outputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "links": [
                  379
                ]
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "type": "AUDIO",
                "links": []
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "links": [
                  372,
                  373,
                  382
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "GetVideoComponents",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 235,
            "type": "LTXVGemmaEnhancePrompt",
            "pos": [
              -4105.454531709017,
              3162.3377359611795
            ],
            "size": [
              369.82634110464005,
              145
            ],
            "flags": {
              "collapsed": true
            },
            "order": 4,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 369
              },
              {
                "localized_name": "image",
                "name": "image",
                "shape": 7,
                "type": "IMAGE",
                "link": null
              },
              {
                "localized_name": "prompt",
                "name": "prompt",
                "type": "STRING",
                "widget": {
                  "name": "prompt"
                },
                "link": 370
              }
            ],
            "outputs": [
              {
                "localized_name": "enhanced_prompt",
                "name": "enhanced_prompt",
                "type": "STRING",
                "links": [
                  377
                ]
              }
            ],
            "title": "Enhancer",
            "properties": {
              "Node name for S&R": "LTXVGemmaEnhancePrompt"
            },
            "widgets_values": [
              "The kid holding an \"LTX-2\" sign with umbrella",
              "You are a prompt enhancer for a text-to-video model that may be controlled by depth or canny conditioning unknown to you.\n\nYour task is to expand an input caption into a temporally rich, visually expressive video prompt while avoiding any assumptions about scene structure, layout, camera motion, or subject configuration that could contradict an unseen conditioning input.\n\nYou are given:\n\t•\tA text caption describing the scene\n\t•\tNo access to the conditioning input\n\nYou must produce a single continuous paragraph describing how the scene unfolds over time, written to remain compatible with any plausible depth or canny constraint.\n\nCore constraint (highest priority):\n\t•\tStructural agnosticism: Assume that scene geometry, object placement, number of subjects, poses, camera position, and camera motion are fully determined elsewhere. Do NOT invent, alter, or imply any of them.\n\t•\tNo structural commitments: Do NOT add new objects, people, props, architecture, crowd dynamics, entrances/exits, or camera movements unless they are explicitly stated in the input caption.\n\t•\tCamera neutrality: Do NOT specify shot type, framing, or camera motion unless explicitly mentioned in the input caption.\n\t•\tIf unsure, omit: If a description would require assuming unseen structure or motion, leave it out.\n\nGuidelines for enhancement:\n\t•\tFaithful expansion: Enrich the caption without changing its meaning or adding unstated elements.\n\t•\tTemporal dynamics: Focus on timing, continuity, rhythm, and subtle evolution over a few seconds—not new events.\n\t•\tMicro-motion bias: Prefer small, universally compatible motions (breathing, fabric movement, light shifts, ambient motion).\n\t•\tVisual expressiveness (non-structural): You may enhance lighting behavior, color response, surface interaction, atmosphere, and material qualities as long as they do not imply new geometry or layout.\n\t•\tCharacter & action: Describe actions only if explicitly mentioned or safely implied without adding interactions or spatial assumptions.\n\t•\tChronological flow: Use temporal connectors (\"as,\" \"while,\" \"then\") to sequence events.\n\nAudio and dialogue:\n\t•\tAudio layer (always include): Add ambient sounds or music that enhance mood but do NOT imply unseen physical sources, events, or actions. Weave audio naturally into the temporal flow.\n\t•\tDialogue (only if present in input): If dialogue is mentioned, provide exact quoted lines with clear attribution. Specify language or voice traits only if required. Do NOT invent dialogue otherwise.\n\nStyle and realism:\n\t•\tStyle & atmosphere: Artistic tone is allowed only when it does not imply structure, scale, or camera choices.\n\t•\tPhysics realism: Use precise, physically plausible descriptions.\n\t•\tObjective only: Do NOT infer emotions, intentions, or narrative meaning beyond observable motion and sound.\n\t•\tStyle priority: If the user explicitly specifies a visual style (e.g., anime, claymation, watercolor, noir), make that style dominant throughout the prompt. Apply it consistently to lighting, materials, rendering cues, color treatment, and atmosphere, without implying scene structure.\n\nHard constraints:\n\t•\tDo NOT introduce scene cuts, edits, timestamps, or montage language\n\t•\tDo NOT add off-screen events that affect the scene physically\n\t•\tProduce plain prose only\n\nOutput format (strict):\n\t•\tOne continuous paragraph in natural language\n\t•\tNo headings, labels, markdown, code fences, or metadata\n\t•\tAudio must be woven into the paragraph, never separated\n\t•\tMake sure to mention the relevant style if requested, and in that case adjust the entire prompt to match the style, including colors, texture, etc. also start with \"Style: \" and the style name",
              512,
              true,
              1820744154,
              "randomize"
            ]
          },
          {
            "id": 230,
            "type": "CreateVideo",
            "pos": [
              -3607.2385815289563,
              3070.52335856408
            ],
            "size": [
              210,
              78
            ],
            "flags": {},
            "order": 7,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 389
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 400
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "widget": {
                  "name": "fps"
                },
                "link": 372
              }
            ],
            "outputs": [
              {
                "localized_name": "VIDEO",
                "name": "VIDEO",
                "type": "VIDEO",
                "links": [
                  367,
                  399
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "CreateVideo",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              30
            ]
          },
          {
            "id": 240,
            "type": "SaveVideo",
            "pos": [
              -3603.595210619344,
              3190.791992325559
            ],
            "size": [
              403.7172093653958,
              501.7172093653958
            ],
            "flags": {},
            "order": 12,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video",
                "name": "video",
                "type": "VIDEO",
                "link": 399
              }
            ],
            "outputs": [],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "LTX-2/Video",
              "auto",
              "auto"
            ]
          },
          {
            "id": 229,
            "type": "PrimitiveStringMultiline",
            "pos": [
              -4472.292363610513,
              3113.6200519330596
            ],
            "size": [
              320.65285382649654,
              282.89723593084
            ],
            "flags": {},
            "order": 0,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "STRING",
                "name": "STRING",
                "type": "STRING",
                "links": [
                  370,
                  376
                ]
              }
            ],
            "title": "Positive Prompt",
            "properties": {
              "Node name for S&R": "PrimitiveStringMultiline",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "a cute monkey jupms on a bed"
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 253,
            "type": "MarkdownNote",
            "pos": [
              -4077.1904429734523,
              3572.8970015988957
            ],
            "size": [
              243.8124037464695,
              146.00584955273098
            ],
            "flags": {
              "collapsed": false
            },
            "order": 1,
            "mode": 4,
            "inputs": [],
            "outputs": [],
            "title": "RTX 5090",
            "properties": {},
            "widgets_values": [
              "This workflow is structured for optimized GPU and VRAM usage.\n\nModel nodes are ordered intentionally to reduce peak VRAM load.\n\nInput dependencies are used to organize execution order and should not be removed."
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 254,
            "type": "MarkdownNote",
            "pos": [
              -5328.875479604414,
              3439.3993891434043
            ],
            "size": [
              428.34650223258404,
              159.11619167692334
            ],
            "flags": {
              "collapsed": false
            },
            "order": 2,
            "mode": 4,
            "inputs": [],
            "outputs": [],
            "title": "IC LoRA",
            "properties": {},
            "widgets_values": [
              "# IC LoRA Training \n\nFor your own IC LoRA - Upload to the \"IC LoRA\" node.\nMake sure to bypass the \"IC LoRA Preprocessing\" in the Samplers subgraph \n\n## Training\nWe have made available a full trainer to help you to train your own LoRA. You can [find it here](https://github.com/Lightricks/LTX-2)."
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 252,
            "type": "LowVRAMAudioVAELoader",
            "pos": [
              -4880.12943853179,
              3671.9030412482284
            ],
            "size": [
              369.648335325472,
              58
            ],
            "flags": {},
            "order": 15,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 415
              }
            ],
            "outputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "links": [
                  414
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMAudioVAELoader"
            },
            "widgets_values": [
              "ltx-2-19b-distilled.safetensors"
            ]
          },
          {
            "id": 237,
            "type": "LTXVGemmaCLIPModelLoader",
            "pos": [
              -4879.374382504993,
              3521.0348105408675
            ],
            "size": [
              369.34488792888595,
              106
            ],
            "flags": {
              "collapsed": false
            },
            "order": 3,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "links": [
                  369,
                  375
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVGemmaCLIPModelLoader",
              "aux_id": "Lightricks/ComfyUI-LTXVideo",
              "ver": "445e087a43b95b57ef765874b6787446ec72546c"
            },
            "widgets_values": [
              "gemma-3-12b-it-qat-q4_0-unquantized/model-00001-of-00005.safetensors",
              "ltx-2-19b-distilled.safetensors",
              1024
            ]
          },
          {
            "id": 251,
            "type": "LowVRAMLatentUpscaleModelLoader",
            "pos": [
              -4866.020413516841,
              3409.0859146237253
            ],
            "size": [
              353.34921875,
              58
            ],
            "flags": {},
            "order": 14,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 417
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT_UPSCALE_MODEL",
                "name": "LATENT_UPSCALE_MODEL",
                "type": "LATENT_UPSCALE_MODEL",
                "links": [
                  418
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMLatentUpscaleModelLoader"
            },
            "widgets_values": [
              "ltx-2-spatial-upscaler-x2-1.0.safetensors"
            ]
          },
          {
            "id": 250,
            "type": "LowVRAMCheckpointLoader",
            "pos": [
              -4878.1924267057775,
              3113.747959835347
            ],
            "size": [
              366.1962657709886,
              98
            ],
            "flags": {},
            "order": 13,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 416
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  411,
                  412,
                  419
                ]
              },
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": null
              },
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  413
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMCheckpointLoader"
            },
            "widgets_values": [
              "ltx-2-19b-distilled.safetensors"
            ]
          },
          {
            "id": 232,
            "type": "LoraLoaderModelOnly",
            "pos": [
              -5343.635671319259,
              3117.2246194952745
            ],
            "size": [
              366.4906700768861,
              82
            ],
            "flags": {},
            "order": 9,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 411
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": []
              }
            ],
            "title": "IC LoRA - Depth",
            "properties": {
              "Node name for S&R": "LoraLoaderModelOnly",
              "cnr_id": "comfy-core",
              "ver": "0.3.75"
            },
            "widgets_values": [
              "ltx-2-19b-ic-lora-depth-control.safetensors",
              1
            ]
          },
          {
            "id": 239,
            "type": "c715a157-d34d-4e76-b3be-9ae8dd49e7b9",
            "pos": [
              -3861.6388783641028,
              3072.745322374098
            ],
            "size": [
              249.146484375,
              402
            ],
            "flags": {
              "collapsed": false
            },
            "order": 11,
            "mode": 4,
            "inputs": [
              {
                "label": "model stage 1",
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 421
              },
              {
                "label": "model stage 2",
                "localized_name": "model_1",
                "name": "model_1",
                "type": "MODEL",
                "link": 412
              },
              {
                "label": "upscale model",
                "name": "upscale_model_2",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 418
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 385
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 386
              },
              {
                "label": "VAE",
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 413
              },
              {
                "label": "audio VAE",
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 414
              },
              {
                "label": "first frame",
                "localized_name": "image_1",
                "name": "image_1",
                "type": "IMAGE",
                "link": 391
              },
              {
                "label": "frame rate",
                "localized_name": "a",
                "name": "a",
                "type": "FLOAT",
                "widget": {
                  "name": "a"
                },
                "link": 382
              },
              {
                "label": "Text Only",
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 394
              },
              {
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 397
              },
              {
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 398
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 379
              },
              {
                "label": "noise seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": null
              },
              {
                "label": "image strength",
                "name": "strength",
                "type": "FLOAT",
                "widget": {
                  "name": "strength"
                },
                "link": null
              },
              {
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "widget": {
                  "name": "latent_downscale_factor"
                },
                "link": 423
              }
            ],
            "outputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "links": [
                  389
                ]
              },
              {
                "label": "audio",
                "name": "Audio_1",
                "type": "AUDIO",
                "links": [
                  400
                ]
              },
              {
                "label": "dependencies",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  415,
                  416,
                  417
                ]
              }
            ],
            "properties": {
              "proxyWidgets": [
                [
                  "-1",
                  "a"
                ],
                [
                  "-1",
                  "bypass"
                ],
                [
                  "-1",
                  "height"
                ],
                [
                  "-1",
                  "width"
                ],
                [
                  "-1",
                  "strength"
                ],
                [
                  "-1",
                  "noise_seed"
                ],
                [
                  "-1",
                  "latent_downscale_factor"
                ],
                [
                  "461",
                  "control_after_generate"
                ]
              ],
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              24,
              true,
              1024,
              1920,
              1,
              42,
              1
            ]
          },
          {
            "id": 255,
            "type": "LTXICLoRALoaderModelOnly",
            "pos": [
              -4844.895953753695,
              3258.2754978652492
            ],
            "size": [
              321.6509765625,
              102
            ],
            "flags": {},
            "order": 16,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 419
              }
            ],
            "outputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "links": [
                  421
                ]
              },
              {
                "localized_name": "latent_downscale_factor",
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "links": [
                  423
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXICLoRALoaderModelOnly"
            },
            "widgets_values": [
              "ltx-2-19b-ic-lora-union-ref0.5.safetensors",
              1
            ]
          }
        ],
        "groups": [
          {
            "id": 7,
            "title": "Step 1 - Load Model",
            "bounding": [
              -4890.12943853179,
              3040.147959835347,
              390.1636937885896,
              699.7550814128814
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": [
              252,
              237,
              251,
              250,
              255
            ]
          },
          {
            "id": 18,
            "title": "Step 2 - Prompt",
            "bounding": [
              -4482.292363610513,
              3040.020051933059,
              618.1847674166233,
              395.90263764121994
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": [
              225,
              228,
              231,
              235,
              229
            ]
          },
          {
            "id": 19,
            "title": "Enhancer",
            "bounding": [
              -4115.454531709015,
              3088.737735961179,
              234.48992022695484,
              342.8666218491653
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": [
              225,
              228,
              231,
              235
            ]
          }
        ],
        "links": [
          {
            "id": 368,
            "origin_id": 228,
            "origin_slot": 0,
            "target_id": 225,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 396,
            "origin_id": 228,
            "origin_slot": 0,
            "target_id": 225,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 373,
            "origin_id": 233,
            "origin_slot": 2,
            "target_id": 225,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 375,
            "origin_id": 237,
            "origin_slot": 0,
            "target_id": 228,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 378,
            "origin_id": 231,
            "origin_slot": 0,
            "target_id": 228,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 389,
            "origin_id": 239,
            "origin_slot": 0,
            "target_id": 230,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 372,
            "origin_id": 233,
            "origin_slot": 2,
            "target_id": 230,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 376,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 231,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 377,
            "origin_id": 235,
            "origin_slot": 0,
            "target_id": 231,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 369,
            "origin_id": 237,
            "origin_slot": 0,
            "target_id": 235,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 370,
            "origin_id": 229,
            "origin_slot": 0,
            "target_id": 235,
            "target_slot": 2,
            "type": "STRING"
          },
          {
            "id": 379,
            "origin_id": 233,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 12,
            "type": "IMAGE"
          },
          {
            "id": 382,
            "origin_id": 233,
            "origin_slot": 2,
            "target_id": 239,
            "target_slot": 8,
            "type": "FLOAT"
          },
          {
            "id": 385,
            "origin_id": 225,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 3,
            "type": "CONDITIONING"
          },
          {
            "id": 386,
            "origin_id": 225,
            "origin_slot": 1,
            "target_id": 239,
            "target_slot": 4,
            "type": "CONDITIONING"
          },
          {
            "id": 392,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 231,
            "target_slot": 2,
            "type": "BOOLEAN"
          },
          {
            "id": 394,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 9,
            "type": "BOOLEAN"
          },
          {
            "id": 371,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 233,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 391,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 239,
            "target_slot": 7,
            "type": "IMAGE"
          },
          {
            "id": 367,
            "origin_id": 230,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 397,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 239,
            "target_slot": 10,
            "type": "INT"
          },
          {
            "id": 398,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 239,
            "target_slot": 11,
            "type": "INT"
          },
          {
            "id": 399,
            "origin_id": 230,
            "origin_slot": 0,
            "target_id": 240,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 400,
            "origin_id": 239,
            "origin_slot": 1,
            "target_id": 230,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 411,
            "origin_id": 250,
            "origin_slot": 0,
            "target_id": 232,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 412,
            "origin_id": 250,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 1,
            "type": "MODEL"
          },
          {
            "id": 413,
            "origin_id": 250,
            "origin_slot": 2,
            "target_id": 239,
            "target_slot": 5,
            "type": "VAE"
          },
          {
            "id": 414,
            "origin_id": 252,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 6,
            "type": "VAE"
          },
          {
            "id": 415,
            "origin_id": 239,
            "origin_slot": 2,
            "target_id": 252,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 416,
            "origin_id": 239,
            "origin_slot": 2,
            "target_id": 250,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 417,
            "origin_id": 239,
            "origin_slot": 2,
            "target_id": 251,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 418,
            "origin_id": 251,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 2,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 419,
            "origin_id": 250,
            "origin_slot": 0,
            "target_id": 255,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 421,
            "origin_id": 255,
            "origin_slot": 0,
            "target_id": 239,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 423,
            "origin_id": 255,
            "origin_slot": 1,
            "target_id": 239,
            "target_slot": 15,
            "type": "FLOAT"
          }
        ],
        "extra": {
          "workflowRendererVersion": "LG"
        }
      },
      {
        "id": "3ad0b41c-8c47-4e10-a53e-ed340cc26b5f",
        "version": 1,
        "state": {
          "lastGroupId": 19,
          "lastNodeId": 271,
          "lastLinkId": 461,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "LTX-2 Pose",
        "inputNode": {
          "id": -10,
          "bounding": [
            -4906.954764435132,
            6521.315185998659,
            120,
            140
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -2982.566450240721,
            6372.3899270994625,
            120,
            60
          ]
        },
        "inputs": [
          {
            "id": "43fb1b1a-6db7-47f4-8221-d303c480c599",
            "name": "video",
            "type": "VIDEO",
            "linkIds": [
              435
            ],
            "localized_name": "video",
            "pos": [
              -4806.954764435132,
              6541.315185998659
            ]
          },
          {
            "id": "3019a6fa-ed4f-4462-b54a-546ca696bb7c",
            "name": "switch",
            "type": "BOOLEAN",
            "linkIds": [
              427,
              429
            ],
            "localized_name": "switch",
            "pos": [
              -4806.954764435132,
              6561.315185998659
            ]
          },
          {
            "id": "fb821260-2069-465c-b0fe-a204ab0b9ade",
            "name": "image_1",
            "type": "IMAGE",
            "linkIds": [
              426
            ],
            "localized_name": "image_1",
            "label": "first frame",
            "pos": [
              -4806.954764435132,
              6581.315185998659
            ]
          },
          {
            "id": "36815327-f863-48c5-adb9-3d328f35f836",
            "name": "width",
            "type": "INT",
            "linkIds": [
              432
            ],
            "pos": [
              -4806.954764435132,
              6601.315185998659
            ]
          },
          {
            "id": "cd4c5d31-dc80-4701-b98a-6f163d8cc5c5",
            "name": "height",
            "type": "INT",
            "linkIds": [
              433
            ],
            "pos": [
              -4806.954764435132,
              6621.315185998659
            ]
          }
        ],
        "outputs": [
          {
            "id": "9acec97a-f0c7-4276-ba18-1be6b224f30c",
            "name": "VIDEO",
            "type": "VIDEO",
            "linkIds": [
              402
            ],
            "localized_name": "VIDEO",
            "label": "video",
            "pos": [
              -2962.566450240721,
              6392.3899270994625
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 241,
            "type": "LTXVConditioning",
            "pos": [
              -3950.260098186722,
              6549.452951754447
            ],
            "size": [
              210,
              94
            ],
            "flags": {},
            "order": 5,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 403
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 431
              },
              {
                "localized_name": "frame_rate",
                "name": "frame_rate",
                "type": "FLOAT",
                "widget": {
                  "name": "frame_rate"
                },
                "link": 408
              }
            ],
            "outputs": [
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "slot_index": 0,
                "links": []
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "slot_index": 1,
                "links": [
                  421
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVConditioning",
              "cnr_id": "comfy-core",
              "ver": "0.3.28"
            },
            "widgets_values": [
              25
            ]
          },
          {
            "id": 244,
            "type": "PrimitiveStringMultiline",
            "pos": [
              -4321.319549005843,
              6409.559090384635
            ],
            "size": [
              320.65285382649654,
              282.89723593084
            ],
            "flags": {},
            "order": 0,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "STRING",
                "name": "STRING",
                "type": "STRING",
                "links": [
                  405,
                  411
                ]
              }
            ],
            "title": "Positive Prompt",
            "properties": {
              "Node name for S&R": "PrimitiveStringMultiline",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "a cute monkey jupms on a bed"
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 247,
            "type": "GetVideoComponents",
            "pos": [
              -3908.1459124167445,
              6769.136312151384
            ],
            "size": [
              193.530859375,
              66
            ],
            "flags": {
              "collapsed": false
            },
            "order": 7,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video",
                "name": "video",
                "type": "VIDEO",
                "link": 436
              }
            ],
            "outputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "links": [
                  414
                ]
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "type": "AUDIO",
                "links": []
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "links": [
                  407,
                  408,
                  417
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "GetVideoComponents",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": []
          },
          {
            "id": 248,
            "type": "LTXVGemmaEnhancePrompt",
            "pos": [
              -3954.4817171043546,
              6458.276774412754
            ],
            "size": [
              369.82634110464005,
              145
            ],
            "flags": {
              "collapsed": true
            },
            "order": 4,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 404
              },
              {
                "localized_name": "image",
                "name": "image",
                "shape": 7,
                "type": "IMAGE",
                "link": null
              },
              {
                "localized_name": "prompt",
                "name": "prompt",
                "type": "STRING",
                "widget": {
                  "name": "prompt"
                },
                "link": 405
              }
            ],
            "outputs": [
              {
                "localized_name": "enhanced_prompt",
                "name": "enhanced_prompt",
                "type": "STRING",
                "links": [
                  412
                ]
              }
            ],
            "title": "Enhancer",
            "properties": {
              "Node name for S&R": "LTXVGemmaEnhancePrompt"
            },
            "widgets_values": [
              "The kid holding an \"LTX-2\" sign with umbrella",
              "You are a prompt enhancer for a text-to-video model operating under pose conditioning.\n\nYour task is to take an input caption and expand it into a detailed, cinematic, visually expressive prompt while strictly preserving the exact character pose(s) provided by the conditioning input.\n\nYou are given:\n\t•\tA text caption describing a scene\n\t•\tA pose-conditioned video unknown to you\n\nYou must produce a single continuous paragraph describing the scene over time without introducing any character motion or pose change.\n\nCore constraint (highest priority):\n\t•\tPose lock: All characters' body poses, limb positions, gestures, orientation, and stance are fully determined by the pose condition. Do NOT describe any character movement, pose change, gesture change, or physical action.\n\t•\tNo implied motion: Avoid verbs or descriptions that imply motion (walking, turning, reaching, shifting weight, blinking, breathing).\n\nGuidelines for enhancement:\n\t•\tVisual detail: Freely enrich lighting, color palettes, textures, reflections, materials, and atmospheric effects.\n\t•\tCharacter description (static only): You may describe clothing, appearance, and facial expression as long as nothing implies movement or change.\n\t•\tEnvironment & ambiance: Expand setting, architecture, props, and background detail, assuming all characters remain fixed.\n\t•\tTemporal flow: Convey time passing only through non-character changes (light drift, fog density, rain, flicker, ambient variation).\n\t•\tStyle & atmosphere: Cinematic and artistic tone is allowed.\n\t•\tStyle priority: If the user explicitly specifies a visual style (e.g., anime, claymation, watercolor, noir), make that style dominant throughout the prompt. Apply it consistently to lighting, materials, rendering cues, color treatment, and atmosphere, without implying character motion or pose change.\n\nAudio and dialogue:\n\t•\tAudio layer (always include): Add ambient sounds, music, or off-screen audio. Weave audio naturally into the paragraph.\n\t•\tDialogue (when present): If the caption includes dialogue, provide exact quoted lines with clear attribution. Dialogue must not imply physical action.\n\nStyle and realism:\n\t•\tPhysics realism: Environmental effects must be physically plausible.\n\t•\tObjective only: Do NOT infer emotions, intentions, or inner states beyond visible expression.\n\nHard constraints:\n\t•\tDo NOT describe character motion of any kind\n\t•\tDo NOT introduce pose changes or actions\n\t•\tDo NOT use scene cuts, timestamps, or montage language\n\t•\tProduce plain prose only\n\nOutput format (strict):\n\t•\tOne continuous paragraph in natural language\n\t•\tNo headings, labels, markdown, code fences, or metadata\n\t•\tAudio woven into the paragraph, never separated\n\t•\tMake sure to mention the relevant style if requested, and in that case adjust the entire prompt to match the style, including colors, texture, etc. also start with \"Style: \" and the style name",
              512,
              true,
              256266618,
              "randomize"
            ]
          },
          {
            "id": 252,
            "type": "InversionDemoLazySwitch",
            "pos": [
              -3946.4239892723385,
              6698.417751669329
            ],
            "size": [
              270,
              54
            ],
            "flags": {
              "collapsed": true
            },
            "order": 8,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "*",
                "link": 411
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "*",
                "link": 412
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 427
              }
            ],
            "outputs": [
              {
                "localized_name": "*",
                "name": "*",
                "type": "*",
                "links": [
                  413
                ]
              }
            ],
            "title": "Bypass Enhancer",
            "properties": {
              "Node name for S&R": "InversionDemoLazySwitch"
            },
            "widgets_values": [
              true
            ],
            "color": "#223",
            "bgcolor": "#335"
          },
          {
            "id": 254,
            "type": "CreateVideo",
            "pos": [
              -3446.5181567809077,
              6376.760186713264
            ],
            "size": [
              210,
              78
            ],
            "flags": {},
            "order": 10,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 424
              },
              {
                "localized_name": "audio",
                "name": "audio",
                "shape": 7,
                "type": "AUDIO",
                "link": 439
              },
              {
                "localized_name": "fps",
                "name": "fps",
                "type": "FLOAT",
                "widget": {
                  "name": "fps"
                },
                "link": 407
              }
            ],
            "outputs": [
              {
                "localized_name": "VIDEO",
                "name": "VIDEO",
                "type": "VIDEO",
                "links": [
                  402,
                  434
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "CreateVideo",
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              30
            ]
          },
          {
            "id": 243,
            "type": "CLIPTextEncode",
            "pos": [
              -3949.4804847142345,
              6503.775027313293
            ],
            "size": [
              307.2346496582031,
              76
            ],
            "flags": {
              "collapsed": true
            },
            "order": 6,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "link": 410
              },
              {
                "localized_name": "text",
                "name": "text",
                "type": "STRING",
                "widget": {
                  "name": "text"
                },
                "link": 413
              }
            ],
            "outputs": [
              {
                "localized_name": "CONDITIONING",
                "name": "CONDITIONING",
                "type": "CONDITIONING",
                "slot_index": 0,
                "links": [
                  403,
                  431,
                  437
                ]
              }
            ],
            "title": "Enhanced Prompt (Positive)",
            "properties": {
              "Node name for S&R": "CLIPTextEncode",
              "cnr_id": "comfy-core",
              "ver": "0.3.28"
            },
            "widgets_values": [
              ""
            ],
            "color": "#232",
            "bgcolor": "#353"
          },
          {
            "id": 257,
            "type": "ImpactExecutionOrderController",
            "pos": [
              -4138.431059900815,
              6771.731568471708
            ],
            "size": [
              215.460546875,
              46
            ],
            "flags": {
              "collapsed": true
            },
            "order": 12,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "link": 437
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "link": 435
              }
            ],
            "outputs": [
              {
                "localized_name": "signal",
                "name": "signal",
                "type": "*",
                "links": [
                  438
                ]
              },
              {
                "localized_name": "value",
                "name": "value",
                "type": "*",
                "links": [
                  436
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "ImpactExecutionOrderController"
            },
            "widgets_values": []
          },
          {
            "id": 269,
            "type": "MarkdownNote",
            "pos": [
              -3924.9280052905788,
              6873.5415123161265
            ],
            "size": [
              243.8124037464695,
              146.00584955273098
            ],
            "flags": {
              "collapsed": false
            },
            "order": 1,
            "mode": 4,
            "inputs": [],
            "outputs": [],
            "title": "RTX 5090",
            "properties": {},
            "widgets_values": [
              "This workflow is structured for optimized GPU and VRAM usage.\n\nModel nodes are ordered intentionally to reduce peak VRAM load.\n\nInput dependencies are used to organize execution order and should not be removed."
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 270,
            "type": "MarkdownNote",
            "pos": [
              -5181.39485402919,
              6743.973328267672
            ],
            "size": [
              428.34650223258404,
              159.11619167692334
            ],
            "flags": {
              "collapsed": false
            },
            "order": 2,
            "mode": 4,
            "inputs": [],
            "outputs": [],
            "title": "IC LoRA",
            "properties": {},
            "widgets_values": [
              "# IC LoRA Training \n\nFor your own IC LoRA - Upload to the \"IC LoRA\" node.\nMake sure to bypass the \"IC LoRA Preprocessing\" in the Samplers subgraph \n\n## Training\nWe have made available a full trainer to help you to train your own LoRA. You can [find it here](https://github.com/Lightricks/LTX-2)."
            ],
            "color": "#432",
            "bgcolor": "#653"
          },
          {
            "id": 256,
            "type": "SaveVideo",
            "pos": [
              -3445.418506295727,
              6503.453622594923
            ],
            "size": [
              403.7172093653958,
              501.7172093653958
            ],
            "flags": {},
            "order": 11,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "video",
                "name": "video",
                "type": "VIDEO",
                "link": 434
              }
            ],
            "outputs": [],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              "LTX-2/Video",
              "auto",
              "auto"
            ]
          },
          {
            "id": 268,
            "type": "LowVRAMAudioVAELoader",
            "pos": [
              -4734.310465787393,
              6969.913236857175
            ],
            "size": [
              369.648335325472,
              58
            ],
            "flags": {},
            "order": 15,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 456
              }
            ],
            "outputs": [
              {
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "links": [
                  457
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMAudioVAELoader"
            },
            "widgets_values": [
              "ltx-2-19b-distilled.safetensors"
            ]
          },
          {
            "id": 250,
            "type": "LTXVGemmaCLIPModelLoader",
            "pos": [
              -4719.826929856459,
              6811.4889293323395
            ],
            "size": [
              353.23373465460344,
              106
            ],
            "flags": {
              "collapsed": false
            },
            "order": 3,
            "mode": 4,
            "inputs": [],
            "outputs": [
              {
                "localized_name": "clip",
                "name": "clip",
                "type": "CLIP",
                "links": [
                  404,
                  410
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXVGemmaCLIPModelLoader",
              "aux_id": "Lightricks/ComfyUI-LTXVideo",
              "ver": "445e087a43b95b57ef765874b6787446ec72546c"
            },
            "widgets_values": [
              "gemma-3-12b-it-qat-q4_0-unquantized/model-00001-of-00005.safetensors",
              "ltx-2-19b-distilled.safetensors",
              1024
            ]
          },
          {
            "id": 267,
            "type": "LowVRAMLatentUpscaleModelLoader",
            "pos": [
              -4719.478697480771,
              6694.642921567023
            ],
            "size": [
              353.34921875,
              58
            ],
            "flags": {},
            "order": 14,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 454
              }
            ],
            "outputs": [
              {
                "localized_name": "LATENT_UPSCALE_MODEL",
                "name": "LATENT_UPSCALE_MODEL",
                "type": "LATENT_UPSCALE_MODEL",
                "links": [
                  453
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMLatentUpscaleModelLoader"
            },
            "widgets_values": [
              "ltx-2-spatial-upscaler-x2-1.0.safetensors"
            ]
          },
          {
            "id": 266,
            "type": "LowVRAMCheckpointLoader",
            "pos": [
              -4722.276071061947,
              6410.410744459424
            ],
            "size": [
              366.1962657709886,
              98
            ],
            "flags": {},
            "order": 13,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "dependencies",
                "name": "dependencies",
                "shape": 7,
                "type": "*",
                "link": 455
              }
            ],
            "outputs": [
              {
                "localized_name": "MODEL",
                "name": "MODEL",
                "type": "MODEL",
                "links": [
                  451,
                  459
                ]
              },
              {
                "localized_name": "CLIP",
                "name": "CLIP",
                "type": "CLIP",
                "links": null
              },
              {
                "localized_name": "VAE",
                "name": "VAE",
                "type": "VAE",
                "links": [
                  452
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LowVRAMCheckpointLoader"
            },
            "widgets_values": [
              "ltx-2-19b-distilled.safetensors"
            ]
          },
          {
            "id": 253,
            "type": "86f813ec-498a-443f-a54c-53a2ee60365e",
            "pos": [
              -3701.038856029767,
              6372.9009339942595
            ],
            "size": [
              249.146484375,
              386
            ],
            "flags": {
              "collapsed": false
            },
            "order": 9,
            "mode": 4,
            "inputs": [
              {
                "label": "model stage 1",
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 458
              },
              {
                "label": "model stage 2",
                "localized_name": "model_1",
                "name": "model_1",
                "type": "MODEL",
                "link": 451
              },
              {
                "label": "upscale model",
                "name": "upscale_model_1",
                "type": "LATENT_UPSCALE_MODEL",
                "link": 453
              },
              {
                "localized_name": "positive",
                "name": "positive",
                "type": "CONDITIONING",
                "link": 438
              },
              {
                "localized_name": "negative",
                "name": "negative",
                "type": "CONDITIONING",
                "link": 421
              },
              {
                "label": "VAE",
                "localized_name": "vae",
                "name": "vae",
                "type": "VAE",
                "link": 452
              },
              {
                "label": "audio VAE",
                "localized_name": "audio_vae",
                "name": "audio_vae",
                "type": "VAE",
                "link": 457
              },
              {
                "label": "first frame",
                "localized_name": "image_1",
                "name": "image_1",
                "type": "IMAGE",
                "link": 426
              },
              {
                "label": "frame rate",
                "localized_name": "a",
                "name": "a",
                "type": "FLOAT",
                "widget": {
                  "name": "a"
                },
                "link": 417
              },
              {
                "label": "Text Only",
                "localized_name": "bypass",
                "name": "bypass",
                "type": "BOOLEAN",
                "widget": {
                  "name": "bypass"
                },
                "link": 429
              },
              {
                "name": "width",
                "type": "INT",
                "widget": {
                  "name": "width"
                },
                "link": 432
              },
              {
                "name": "height",
                "type": "INT",
                "widget": {
                  "name": "height"
                },
                "link": 433
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 414
              },
              {
                "label": "noise seed",
                "name": "noise_seed",
                "type": "INT",
                "widget": {
                  "name": "noise_seed"
                },
                "link": null
              },
              {
                "label": "image strength",
                "name": "strength",
                "type": "FLOAT",
                "widget": {
                  "name": "strength"
                },
                "link": null
              },
              {
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "widget": {
                  "name": "latent_downscale_factor"
                },
                "link": 461
              }
            ],
            "outputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "links": [
                  424
                ]
              },
              {
                "label": "audio",
                "name": "Audio_1",
                "type": "AUDIO",
                "links": [
                  439
                ]
              },
              {
                "label": "dependencies",
                "name": "value",
                "type": "*",
                "links": [
                  454,
                  455,
                  456
                ]
              }
            ],
            "properties": {
              "proxyWidgets": [
                [
                  "-1",
                  "a"
                ],
                [
                  "-1",
                  "bypass"
                ],
                [
                  "-1",
                  "width"
                ],
                [
                  "-1",
                  "height"
                ],
                [
                  "-1",
                  "strength"
                ],
                [
                  "-1",
                  "noise_seed"
                ],
                [
                  "-1",
                  "latent_downscale_factor"
                ],
                [
                  "461",
                  "control_after_generate"
                ]
              ],
              "cnr_id": "comfy-core",
              "ver": "0.5.1"
            },
            "widgets_values": [
              24,
              true,
              1920,
              1024,
              1,
              42,
              1
            ]
          },
          {
            "id": 271,
            "type": "LTXICLoRALoaderModelOnly",
            "pos": [
              -4730.842440336324,
              6541.591353332557
            ],
            "size": [
              371.80666804065766,
              102
            ],
            "flags": {},
            "order": 16,
            "mode": 4,
            "inputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "link": 459
              }
            ],
            "outputs": [
              {
                "localized_name": "model",
                "name": "model",
                "type": "MODEL",
                "links": [
                  458
                ]
              },
              {
                "localized_name": "latent_downscale_factor",
                "name": "latent_downscale_factor",
                "type": "FLOAT",
                "links": [
                  461
                ]
              }
            ],
            "properties": {
              "Node name for S&R": "LTXICLoRALoaderModelOnly"
            },
            "widgets_values": [
              "ltx-2-19b-ic-lora-union-ref0.5.safetensors",
              1
            ]
          }
        ],
        "groups": [
          {
            "id": 7,
            "title": "Step 1 - Load Model",
            "bounding": [
              -4744.310465787393,
              6336.810744459423,
              398.2306604964342,
              701.1024923977517
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 18,
            "title": "Step 2 - Prompt",
            "bounding": [
              -4331.319549005843,
              6335.959090384635,
              618.1847674166233,
              395.90263764121994
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          },
          {
            "id": 19,
            "title": "Enhancer",
            "bounding": [
              -3964.4817171043546,
              6384.676774412754,
              240.92807038098817,
              329.72906166758276
            ],
            "color": "#3f789e",
            "font_size": 24,
            "flags": {},
            "nodes": []
          }
        ],
        "links": [
          {
            "id": 403,
            "origin_id": 243,
            "origin_slot": 0,
            "target_id": 241,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 431,
            "origin_id": 243,
            "origin_slot": 0,
            "target_id": 241,
            "target_slot": 1,
            "type": "CONDITIONING"
          },
          {
            "id": 408,
            "origin_id": 247,
            "origin_slot": 2,
            "target_id": 241,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 410,
            "origin_id": 250,
            "origin_slot": 0,
            "target_id": 243,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 413,
            "origin_id": 252,
            "origin_slot": 0,
            "target_id": 243,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 404,
            "origin_id": 250,
            "origin_slot": 0,
            "target_id": 248,
            "target_slot": 0,
            "type": "CLIP"
          },
          {
            "id": 405,
            "origin_id": 244,
            "origin_slot": 0,
            "target_id": 248,
            "target_slot": 2,
            "type": "STRING"
          },
          {
            "id": 411,
            "origin_id": 244,
            "origin_slot": 0,
            "target_id": 252,
            "target_slot": 0,
            "type": "STRING"
          },
          {
            "id": 412,
            "origin_id": 248,
            "origin_slot": 0,
            "target_id": 252,
            "target_slot": 1,
            "type": "STRING"
          },
          {
            "id": 414,
            "origin_id": 247,
            "origin_slot": 0,
            "target_id": 253,
            "target_slot": 12,
            "type": "IMAGE"
          },
          {
            "id": 417,
            "origin_id": 247,
            "origin_slot": 2,
            "target_id": 253,
            "target_slot": 8,
            "type": "FLOAT"
          },
          {
            "id": 421,
            "origin_id": 241,
            "origin_slot": 1,
            "target_id": 253,
            "target_slot": 4,
            "type": "CONDITIONING"
          },
          {
            "id": 424,
            "origin_id": 253,
            "origin_slot": 0,
            "target_id": 254,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 407,
            "origin_id": 247,
            "origin_slot": 2,
            "target_id": 254,
            "target_slot": 2,
            "type": "FLOAT"
          },
          {
            "id": 427,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 252,
            "target_slot": 2,
            "type": "BOOLEAN"
          },
          {
            "id": 429,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 253,
            "target_slot": 9,
            "type": "BOOLEAN"
          },
          {
            "id": 426,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 253,
            "target_slot": 7,
            "type": "IMAGE"
          },
          {
            "id": 402,
            "origin_id": 254,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 432,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 253,
            "target_slot": 10,
            "type": "INT"
          },
          {
            "id": 433,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 253,
            "target_slot": 11,
            "type": "INT"
          },
          {
            "id": 434,
            "origin_id": 254,
            "origin_slot": 0,
            "target_id": 256,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 435,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 257,
            "target_slot": 1,
            "type": "*"
          },
          {
            "id": 436,
            "origin_id": 257,
            "origin_slot": 1,
            "target_id": 247,
            "target_slot": 0,
            "type": "VIDEO"
          },
          {
            "id": 437,
            "origin_id": 243,
            "origin_slot": 0,
            "target_id": 257,
            "target_slot": 0,
            "type": "CONDITIONING"
          },
          {
            "id": 438,
            "origin_id": 257,
            "origin_slot": 0,
            "target_id": 253,
            "target_slot": 3,
            "type": "CONDITIONING"
          },
          {
            "id": 439,
            "origin_id": 253,
            "origin_slot": 1,
            "target_id": 254,
            "target_slot": 1,
            "type": "AUDIO"
          },
          {
            "id": 451,
            "origin_id": 266,
            "origin_slot": 0,
            "target_id": 253,
            "target_slot": 1,
            "type": "MODEL"
          },
          {
            "id": 452,
            "origin_id": 266,
            "origin_slot": 2,
            "target_id": 253,
            "target_slot": 5,
            "type": "VAE"
          },
          {
            "id": 453,
            "origin_id": 267,
            "origin_slot": 0,
            "target_id": 253,
            "target_slot": 2,
            "type": "LATENT_UPSCALE_MODEL"
          },
          {
            "id": 454,
            "origin_id": 253,
            "origin_slot": 2,
            "target_id": 267,
            "target_slot": 0,
            "type": "*"
          },
          {
            "id": 455,
            "origin_id": 253,
            "origin_slot": 2,
            "target_id": 266,
            "target_slot": 0,
            "type": "*"
          },
          {
            "id": 456,
            "origin_id": 253,
            "origin_slot": 2,
            "target_id": 268,
            "target_slot": 0,
            "type": "*"
          },
          {
            "id": 457,
            "origin_id": 268,
            "origin_slot": 0,
            "target_id": 253,
            "target_slot": 6,
            "type": "VAE"
          },
          {
            "id": 458,
            "origin_id": 271,
            "origin_slot": 0,
            "target_id": 253,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 459,
            "origin_id": 266,
            "origin_slot": 0,
            "target_id": 271,
            "target_slot": 0,
            "type": "MODEL"
          },
          {
            "id": 461,
            "origin_id": 271,
            "origin_slot": 1,
            "target_id": 253,
            "target_slot": 15,
            "type": "FLOAT"
          }
        ],
        "extra": {
          "workflowRendererVersion": "LG"
        }
      }
    ]
  },
  "config": {},
  "extra": {
    "workflowRendererVersion": "LG",
    "ds": {
      "scale": 0.4324759693069292,
      "offset": [
        5654.508865785045,
        -3879.022906003649
      ]
    },
    "frontendVersion": "1.36.14",
    "VHS_latentpreview": false,
    "VHS_latentpreviewrate": 0,
    "VHS_MetadataImage": true,
    "VHS_KeepIntermediate": true
  },
  "version": 0.4
}
