CoolFace
Modelpublic

MachineDelusions/LTX-2_ComfyUI_Workflows

sourceHugging Faceupdated 9mo agoView on Hugging Face
3likes
LTX-2_ICLoRA_All_Distilled.json14783 linesDownload Raw Back to root
1{2  "id": "3a1879d9-fa8c-4270-a36f-3f10b01b983b",3  "revision": 0,4  "last_node_id": 274,5  "last_link_id": 456,6  "nodes": [7    {8      "id": 265,9      "type": "SaveVideo",10      "pos": [11        -3307.3567107528597,12        5373.11820055885813      ],14      "size": [15        416.2646763195153,16        452.647837015067117      ],18      "flags": {},19      "order": 12,20      "mode": 4,21      "inputs": [22        {23          "name": "video",24          "type": "VIDEO",25          "link": 45626        }27      ],28      "outputs": [],29      "properties": {30        "cnr_id": "comfy-core",31        "ver": "0.5.1",32        "ue_properties": {33          "widget_ue_connectable": {},34          "version": "7.5.2",35          "input_ue_unconnectable": {}36        }37      },38      "widgets_values": [39        "video/ComfyUI",40        "auto",41        "auto"42      ]43    },44    {45      "id": 263,46      "type": "SaveVideo",47      "pos": [48        -3300.791002295813,49        4850.0028173149650      ],51      "size": [52        407.5231522848858,53        444.044847434234754      ],55      "flags": {},56      "order": 11,57      "mode": 4,58      "inputs": [59        {60          "name": "video",61          "type": "VIDEO",62          "link": 45463        }64      ],65      "outputs": [],66      "properties": {67        "cnr_id": "comfy-core",68        "ver": "0.5.1",69        "ue_properties": {70          "widget_ue_connectable": {},71          "version": "7.5.2",72          "input_ue_unconnectable": {}73        }74      },75      "widgets_values": [76        "video/ComfyUI",77        "auto",78        "auto"79      ]80    },81    {82      "id": 272,83      "type": "MarkdownNote",84      "pos": [85        -4750.121632656192,86        4942.58898558198887      ],88      "size": [89        449.98823755897365,90        205.1500810368788791      ],92      "flags": {93        "collapsed": false94      },95      "order": 0,96      "mode": 0,97      "inputs": [],98      "outputs": [],99      "title": "Prompting LTX-2",100      "properties": {101        "ue_properties": {102          "widget_ue_connectable": {},103          "version": "7.5.2",104          "input_ue_unconnectable": {}105        }106      },107      "widgets_values": [108        "## 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"109      ],110      "color": "#432",111      "bgcolor": "#653"112    },113    {114      "id": 273,115      "type": "MarkdownNote",116      "pos": [117        -4755.900143250212,118        4452.350555323921119      ],120      "size": [121        452.9937955776454,122        446.01542081507796123      ],124      "flags": {125        "collapsed": false126      },127      "order": 1,128      "mode": 0,129      "inputs": [],130      "outputs": [],131      "title": "Model Links",132      "properties": {133        "ue_properties": {134          "widget_ue_connectable": {},135          "version": "7.5.2",136          "input_ue_unconnectable": {}137        }138      },139      "widgets_values": [140        "## 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/tree/main/ltx-2-spatial-upscaler-x2-1.0.safetensors)\n- [ IC LoRA - Canny ](https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Canny-Control/tree/main/ltx-2-19b-ic-lora-canny-control.safetensors)\n- [ IC LoRA - Depth ](https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Depth-Control/tree/main/ltx-2-19b-ic-lora-depth-control.safetensors)\n- [ IC LoRA - Pose ](https://huggingface.co/Lightricks/LTX-2-19b-IC-LoRA-Pose-Control/tree/main/ltx-2-19b-ic-lora-pose-control.safetensors)\n\n\n**Text Encoder**\n- [Google Gemma 3](https://huggingface.co/google/gemma-3-12b-pt)\n\n**Model Storage Location**\n\n```\n๐Ÿ“‚ ComfyUI/\nโ”œโ”€โ”€ ๐Ÿ“‚ models/\nโ”‚   โ”œโ”€โ”€ ๐Ÿ“‚ text_encoders/\nโ”‚   โ”‚      โ”œโ”€โ”€ comfy_gemma_3_12B_it.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\n## Report Issues\nTo report any issues when running this workflow, [go to GitHub](https://github.com/Lightricks/ComfyUI-LTXVideo/issues)\n"141      ],142      "color": "#432",143      "bgcolor": "#653"144    },145    {146      "id": 274,147      "type": "MarkdownNote",148      "pos": [149        -3705.3723898360204,150        4198.991136202638151      ],152      "size": [153        271.8700736604794,154        105.6563141843053155      ],156      "flags": {157        "collapsed": false158      },159      "order": 2,160      "mode": 0,161      "inputs": [],162      "outputs": [],163      "title": "Video Size",164      "properties": {165        "ue_properties": {166          "widget_ue_connectable": {},167          "version": "7.5.2",168          "input_ue_unconnectable": {}169        }170      },171      "widgets_values": [172        "Width & height settings must be divisible by 32 + 1. \n\nRunning with invalid parameters **will not cause errors**. Instead, the flow will silently choose the closest valid parameters. "173      ],174      "color": "#432",175      "bgcolor": "#653"176    },177    {178      "id": 271,179      "type": "MarkdownNote",180      "pos": [181        -4514.828909451778,182        5344.275812975885183      ],184      "size": [185        210,186        88187      ],188      "flags": {189        "collapsed": false190      },191      "order": 3,192      "mode": 0,193      "inputs": [],194      "outputs": [],195      "title": "Important",196      "properties": {197        "ue_properties": {198          "widget_ue_connectable": {},199          "version": "7.5.2",200          "input_ue_unconnectable": {}201        }202      },203      "widgets_values": [204        "# Always load Image"205      ],206      "color": "#432",207      "bgcolor": "#653"208    },209    {210      "id": 240,211      "type": "b83ac947-e174-4a8e-b0c1-f7c3b8f00419",212      "pos": [213        -3775.456558964413,214        4846.109439002414215      ],216      "size": [217        428.1032473412265,218        462.6733832580858219      ],220      "flags": {},221      "order": 8,222      "mode": 4,223      "inputs": [224        {225          "name": "switch",226          "type": "BOOLEAN",227          "widget": {228            "name": "switch"229          },230          "link": 397231        },232        {233          "name": "video",234          "type": "VIDEO",235          "link": 398236        },237        {238          "label": "first frame",239          "name": "image_1",240          "type": "IMAGE",241          "link": 451242        }243      ],244      "outputs": [245        {246          "label": "video",247          "name": "VIDEO",248          "type": "VIDEO",249          "links": [250            454251          ]252        }253      ],254      "properties": {255        "proxyWidgets": [256          [257            "-1",258            "height"259          ],260          [261            "229",262            "value"263          ],264          [265            "-1",266            "width"267          ],268          [269            "239",270            "noise_seed"271          ],272          [273            "239",274            "461: control_after_generate"275          ],276          [277            "-1",278            "switch"279          ]280        ],281        "cnr_id": "comfy-core",282        "ver": "0.5.1",283        "ue_properties": {284          "widget_ue_connectable": {285            "switch": true286          },287          "version": "7.5.2",288          "input_ue_unconnectable": {}289        }290      },291      "widgets_values": [292        1920,293        null,294        1920,295        null,296        null,297        true298      ]299    },300    {301      "id": 256,302      "type": "3ad0b41c-8c47-4e10-a53e-ed340cc26b5f",303      "pos": [304        -3774.406825396875,305        5370.867781047884306      ],307      "size": [308        425.6797091343742,309        459.5094361285983310      ],311      "flags": {},312      "order": 9,313      "mode": 4,314      "inputs": [315        {316          "name": "video",317          "type": "VIDEO",318          "link": 432319        },320        {321          "name": "switch",322          "type": "BOOLEAN",323          "widget": {324            "name": "switch"325          },326          "link": 433327        },328        {329          "label": "first frame",330          "name": "image_1",331          "type": "IMAGE",332          "link": 452333        }334      ],335      "outputs": [336        {337          "label": "video",338          "name": "VIDEO",339          "type": "VIDEO",340          "links": [341            456342          ]343        }344      ],345      "properties": {346        "proxyWidgets": [347          [348            "-1",349            "height"350          ],351          [352            "244",353            "value"354          ],355          [356            "-1",357            "width"358          ],359          [360            "253",361            "noise_seed"362          ],363          [364            "253",365            "461: control_after_generate"366          ],367          [368            "-1",369            "switch"370          ]371        ],372        "cnr_id": "comfy-core",373        "ver": "0.5.1",374        "ue_properties": {375          "widget_ue_connectable": {376            "switch": true377          },378          "version": "7.5.2",379          "input_ue_unconnectable": {}380        }381      },382      "widgets_values": [383        1920,384        null,385        1920,386        null,387        null,388        true389      ]390    },391    {392      "id": 264,393      "type": "SaveVideo",394      "pos": [395        -3300.5108091503857,396        4344.231267080603397      ],398      "size": [399        394.3820764961033,400        441.7206085664038401      ],402      "flags": {},403      "order": 10,404      "mode": 0,405      "inputs": [406        {407          "name": "video",408          "type": "VIDEO",409          "link": 455410        }411      ],412      "outputs": [],413      "properties": {414        "cnr_id": "comfy-core",415        "ver": "0.5.1",416        "ue_properties": {417          "widget_ue_connectable": {},418          "version": "7.5.2",419          "input_ue_unconnectable": {}420        }421      },422      "widgets_values": [423        "video/ComfyUI",424        "auto",425        "auto"426      ]427    },428    {429      "id": 201,430      "type": "PrimitiveBoolean",431      "pos": [432        -4281.760208043995,433        5035.499737380581434      ],435      "size": [436        384.03006973056927,437        58438      ],439      "flags": {},440      "order": 4,441      "mode": 0,442      "inputs": [],443      "outputs": [444        {445          "name": "BOOLEAN",446          "type": "BOOLEAN",447          "links": [448            363,449            397,450            433451          ]452        }453      ],454      "title": "Text Only",455      "properties": {456        "cnr_id": "comfy-core",457        "ver": "0.5.1",458        "Node name for S&R": "PrimitiveBoolean",459        "ue_properties": {460          "widget_ue_connectable": {},461          "version": "7.5.2",462          "input_ue_unconnectable": {}463        }464      },465      "widgets_values": [466        false467      ]468    },469    {470      "id": 224,471      "type": "2dc75cab-e957-4437-a5bb-2afb0ea00516",472      "pos": [473        -3776.2387424832514,474        4340.026662390727475      ],476      "size": [477        430.6110937678254,478        456.14251880590064479      ],480      "flags": {},481      "order": 7,482      "mode": 0,483      "inputs": [484        {485          "name": "video",486          "type": "VIDEO",487          "link": 362488        },489        {490          "name": "switch",491          "type": "BOOLEAN",492          "widget": {493            "name": "switch"494          },495          "link": 363496        },497        {498          "label": "first frame",499          "name": "image_1",500          "type": "IMAGE",501          "link": 450502        }503      ],504      "outputs": [505        {506          "label": "video",507          "name": "VIDEO",508          "type": "VIDEO",509          "links": [510            455511          ]512        }513      ],514      "properties": {515        "proxyWidgets": [516          [517            "212",518            "value"519          ],520          [521            "-1",522            "width"523          ],524          [525            "-1",526            "height"527          ],528          [529            "223",530            "noise_seed"531          ],532          [533            "223",534            "461: control_after_generate"535          ],536          [537            "-1",538            "switch"539          ]540        ],541        "cnr_id": "comfy-core",542        "ver": "0.5.1",543        "ue_properties": {544          "widget_ue_connectable": {545            "switch": true546          },547          "version": "7.5.2",548          "input_ue_unconnectable": {}549        }550      },551      "widgets_values": [552        null,553        1920,554        1088,555        null,556        null,557        true558      ]559    },560    {561      "id": 200,562      "type": "LoadImage",563      "pos": [564        -4285.129479933403,565        5143.939169472896566      ],567      "size": [568        400.4874419937255,569        378.7916882359277570      ],571      "flags": {},572      "order": 5,573      "mode": 0,574      "inputs": [],575      "outputs": [576        {577          "name": "IMAGE",578          "type": "IMAGE",579          "links": [580            450,581            451,582            452583          ]584        },585        {586          "name": "MASK",587          "type": "MASK",588          "links": null589        }590      ],591      "properties": {592        "cnr_id": "comfy-core",593        "ver": "0.5.1",594        "Node name for S&R": "LoadImage",595        "ue_properties": {596          "widget_ue_connectable": {},597          "version": "7.5.2",598          "input_ue_unconnectable": {}599        }600      },601      "widgets_values": [602        "buildings ff.png",603        "image"604      ]605    },606    {607      "id": 164,608      "type": "LoadVideo",609      "pos": [610        -4273.650112839631,611        4496.243204253725612      ],613      "size": [614        386.798828125,615        458.5515914425977616      ],617      "flags": {},618      "order": 6,619      "mode": 0,620      "inputs": [],621      "outputs": [622        {623          "name": "VIDEO",624          "type": "VIDEO",625          "links": [626            362,627            398,628            432629          ]630        }631      ],632      "properties": {633        "cnr_id": "comfy-core",634        "ver": "0.5.1",635        "Node name for S&R": "LoadVideo",636        "ue_properties": {637          "widget_ue_connectable": {},638          "version": "7.5.2",639          "input_ue_unconnectable": {}640        }641      },642      "widgets_values": [643        "buildings.mp4",644        "image"645      ]646    }647  ],648  "links": [649    [650      362,651      164,652      0,653      224,654      0,655      "VIDEO"656    ],657    [658      363,659      201,660      0,661      224,662      1,663      "BOOLEAN"664    ],665    [666      397,667      201,668      0,669      240,670      0,671      "BOOLEAN"672    ],673    [674      398,675      164,676      0,677      240,678      1,679      "VIDEO"680    ],681    [682      432,683      164,684      0,685      256,686      0,687      "VIDEO"688    ],689    [690      433,691      201,692      0,693      256,694      1,695      "BOOLEAN"696    ],697    [698      450,699      200,700      0,701      224,702      2,703      "IMAGE"704    ],705    [706      451,707      200,708      0,709      240,710      2,711      "IMAGE"712    ],713    [714      452,715      200,716      0,717      256,718      2,719      "IMAGE"720    ],721    [722      454,723      240,724      0,725      263,726      0,727      "VIDEO"728    ],729    [730      455,731      224,732      0,733      264,734      0,735      "VIDEO"736    ],737    [738      456,739      256,740      0,741      265,742      0,743      "VIDEO"744    ]745  ],746  "groups": [747    {748      "id": 3,749      "title": "Input",750      "bounding": [751        -4295.129479933403,752        4422.643204253724,753        420.4874419937255,754        1110.0876534550985755      ],756      "color": "#3f789e",757      "font_size": 24,758      "flags": {}759    },760    {761      "id": 4,762      "title": "Switch T2V Or I2V",763      "bounding": [764        -4295.129479933403,765        4961.8997373805805,766        420.4874419937255,767        570.8311203282425768      ],769      "color": "#3f789e",770      "font_size": 24,771      "flags": {}772    }773  ],774  "definitions": {775    "subgraphs": [776      {777        "id": "72744159-9760-4b11-abca-03af10813b1e",778        "version": 1,779        "state": {780          "lastGroupId": 27,781          "lastNodeId": 559,782          "lastLinkId": 1198,783          "lastRerouteId": 0784        },785        "revision": 0,786        "config": {},787        "name": "Samplers",788        "inputNode": {789          "id": -10,790          "bounding": [791            -5742.384006970668,792            3575.5393812831066,793            124.931640625,794            340795          ]796        },797        "outputNode": {798          "id": -20,799          "bounding": [800            -294.8807903502374,801            3664.4275991282598,802            120.302734375,803            100804          ]805        },806        "inputs": [807          {808            "id": "c07959d1-4634-401e-a363-cb7e8d7815fc",809            "name": "model",810            "type": "MODEL",811            "linkIds": [812              1074813            ],814            "localized_name": "model",815            "label": "model stage 1",816            "pos": [817              -5637.452366345668,818              3595.5393812831066819            ]820          },821          {822            "id": "af0d6ebf-673c-44d8-bc26-2777ff0a5f13",823            "name": "model_1",824            "type": "MODEL",825            "linkIds": [826              1023,827              1024828            ],829            "localized_name": "model_1",830            "label": "model stage 2",831            "pos": [832              -5637.452366345668,833              3615.5393812831066834            ]835          },836          {837            "id": "7b2dd8e6-aa81-4bc3-aeb6-67ac71cc1bfd",838            "name": "upscale_model_1",839            "type": "LATENT_UPSCALE_MODEL",840            "linkIds": [841              1180842            ],843            "label": "upscale model",844            "pos": [845              -5637.452366345668,846              3635.5393812831066847            ]848          },849          {850            "id": "4cc17d80-0c27-495e-b128-088864dbe51f",851            "name": "positive",852            "type": "CONDITIONING",853            "linkIds": [854              1198855            ],856            "localized_name": "positive",857            "pos": [858              -5637.452366345668,859              3655.5393812831066860            ]861          },862          {863            "id": "4cee892a-a63c-4b13-bc7a-afa628c9899a",864            "name": "negative",865            "type": "CONDITIONING",866            "linkIds": [867              1026868            ],869            "localized_name": "negative",870            "pos": [871              -5637.452366345668,872              3675.5393812831066873            ]874          },875          {876            "id": "f909622b-5d01-4d17-a7de-b8bb01efa9be",877            "name": "image",878            "type": "IMAGE",879            "linkIds": [880              1197881            ],882            "localized_name": "image",883            "label": "video",884            "pos": [885              -5637.452366345668,886              3695.5393812831066887            ]888          },889          {890            "id": "51f63172-8766-4fc9-b7ea-ad20e3ba6247",891            "name": "vae",892            "type": "VAE",893            "linkIds": [894              1020,895              1021,896              1022,897              1167,898              1174,899              1181900            ],901            "localized_name": "vae",902            "label": "VAE",903            "pos": [904              -5637.452366345668,905              3715.5393812831066906            ]907          },908          {909            "id": "2694df57-0535-4ee6-b99b-395dac8d579a",910            "name": "audio_vae",911            "type": "VAE",912            "linkIds": [913              1013,914              1014,915              1015916            ],917            "localized_name": "audio_vae",918            "label": "audio VAE",919            "pos": [920              -5637.452366345668,921              3735.5393812831066922            ]923          },924          {925            "id": "6b2d5fd7-6a56-4d7e-8537-07549279ff29",926            "name": "image_1",927            "type": "IMAGE",928            "linkIds": [929              1130930            ],931            "localized_name": "image_1",932            "label": "first frame",933            "pos": [934              -5637.452366345668,935              3755.5393812831066936            ]937          },938          {939            "id": "f4533988-0f31-4784-b1f1-2b59f10ce08e",940            "name": "a",941            "type": "FLOAT",942            "linkIds": [943              1016,944              1017945            ],946            "localized_name": "a",947            "label": "frame rate",948            "pos": [949              -5637.452366345668,950              3775.5393812831066951            ]952          },953          {954            "id": "fb8fdca6-be34-49a5-a5ba-ff647b50519a",955            "name": "bypass",956            "type": "BOOLEAN",957            "linkIds": [958              1171,959              1173960            ],961            "localized_name": "bypass",962            "label": "Text Only",963            "shape": 7,964            "pos": [965              -5637.452366345668,966              3795.5393812831066967            ]968          },969          {970            "id": "15a4edae-766f-460d-b351-b9e3e5ad48fa",971            "name": "width",972            "type": "INT",973            "linkIds": [974              1112,975              1143976            ],977            "pos": [978              -5637.452366345668,979              3815.5393812831066980            ]981          },982          {983            "id": "2e33cc71-af86-497d-8dc0-1d425d4cd561",984            "name": "height",985            "type": "INT",986            "linkIds": [987              1113,988              1144989            ],990            "pos": [991              -5637.452366345668,992              3835.5393812831066993            ]994          },995          {996            "id": "389b402f-6cb0-441c-aaed-4ac616614443",997            "name": "noise_seed",998            "type": "INT",999            "linkIds": [1000              11071001            ],1002            "label": "noise seed",1003            "pos": [1004              -5637.452366345668,1005              3855.53938128310661006            ]1007          },1008          {1009            "id": "be3d1e40-9bbb-4f3a-839c-8f0e31797449",1010            "name": "strength",1011            "type": "FLOAT",1012            "linkIds": [1013              11721014            ],1015            "label": "image strength",1016            "pos": [1017              -5637.452366345668,1018              3875.53938128310661019            ]1020          }1021        ],1022        "outputs": [1023          {1024            "id": "37fb5c5f-4dc9-45dd-a8fe-428b0846b799",1025            "name": "image",1026            "type": "IMAGE",1027            "linkIds": [1028              1035,1029              10361030            ],1031            "localized_name": "image",1032            "pos": [1033              -274.8807903502374,1034              3684.42759912825981035            ]1036          },1037          {1038            "id": "14241c1d-24c9-43e9-9ac2-c8bbb112930b",1039            "name": "Audio_1",1040            "type": "AUDIO",1041            "linkIds": [1042              11591043            ],1044            "label": "audio",1045            "pos": [1046              -274.8807903502374,1047              3704.42759912825981048            ]1049          },1050          {1051            "id": "18cb2db8-895e-4ed3-ac61-8b40f5b3ee17",1052            "name": "IMAGE",1053            "type": "IMAGE",1054            "linkIds": [1055              11821056            ],1057            "label": "dependencies",1058            "pos": [1059              -274.8807903502374,1060              3724.42759912825981061            ]1062          }1063        ],1064        "widgets": [],1065        "nodes": [1066          {1067            "id": 472,1068            "type": "LTXVCropGuides",1069            "pos": [1070              -3082.564484228617,1071              3702.59842173611241072            ],1073            "size": [1074              187.5,1075              100.833333333333341076            ],1077            "flags": {},1078            "order": 12,1079            "mode": 0,1080            "inputs": [1081              {1082                "localized_name": "positive",1083                "name": "positive",1084                "type": "CONDITIONING",1085                "link": 9811086              },1087              {1088                "localized_name": "negative",1089                "name": "negative",1090                "type": "CONDITIONING",1091                "link": 9821092              },1093              {1094                "localized_name": "latent",1095                "name": "latent",1096                "type": "LATENT",1097                "link": 9831098              }1099            ],1100            "outputs": [1101              {1102                "localized_name": "positive",1103                "name": "positive",1104                "type": "CONDITIONING",1105                "links": [1106                  10031107                ]1108              },1109              {1110                "localized_name": "negative",1111                "name": "negative",1112                "type": "CONDITIONING",1113                "links": [1114                  10041115                ]1116              },1117              {1118                "localized_name": "latent",1119                "name": "latent",1120                "type": "LATENT",1121                "links": [1122                  11791123                ]1124              }1125            ],1126            "properties": {1127              "cnr_id": "comfy-core",1128              "ver": "0.3.75",1129              "Node name for S&R": "LTXVCropGuides",1130              "ue_properties": {1131                "widget_ue_connectable": {},1132                "version": "7.5.2",1133                "input_ue_unconnectable": {}1134              }1135            },1136            "widgets_values": []1137          },1138          {1139            "id": 486,1140            "type": "LTXVSeparateAVLatent",1141            "pos": [1142              -931.7926531321355,1143              3806.95089727557251144            ],1145            "size": [1146              193.2916015625,1147              461148            ],1149            "flags": {},1150            "order": 19,1151            "mode": 0,1152            "inputs": [1153              {1154                "localized_name": "av_latent",1155                "name": "av_latent",1156                "type": "LATENT",1157                "link": 10011158              }1159            ],1160            "outputs": [1161              {1162                "localized_name": "video_latent",1163                "name": "video_latent",1164                "type": "LATENT",1165                "links": [1166                  9951167                ]1168              },1169              {1170                "localized_name": "audio_latent",1171                "name": "audio_latent",1172                "type": "LATENT",1173                "links": [1174                  9941175                ]1176              }1177            ],1178            "properties": {1179              "cnr_id": "comfy-core",1180              "ver": "0.5.1",1181              "Node name for S&R": "LTXVSeparateAVLatent",1182              "ue_properties": {1183                "widget_ue_connectable": {},1184                "version": "7.5.2",1185                "input_ue_unconnectable": {}1186              }1187            },1188            "widgets_values": []1189          },1190          {1191            "id": 462,1192            "type": "SamplerCustomAdvanced",1193            "pos": [1194              -3320.0410785535355,1195              3650.12563561313571196            ],1197            "size": [1198              212.3638671875,1199              1061200            ],

Showing the first 1,200 of 14783 lines. Download the file for the rest.