Image-to-Video
LTX.io
GGUF
ltx-2
comfyui
comfy
ltx-video
ltx-2-3
ltx-2.5
ltxv
text-to-video
audio-to-video
video-to-video
Instructions to use RuneXX/LTX-2.3-2.5-Workflows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX.io
How to use RuneXX/LTX-2.3-2.5-Workflows with LTX.io:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --frozen
# Download the weights from this repo, plus the Gemma text encoder hf download RuneXX/LTX-2.3-2.5-Workflows --local-dir models/LTX-2.3-2.5-Workflows hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
# Fast pipeline (distilled model, no distilled LoRA needed) uv run python -m ltx_pipelines.distilled \ --distilled-checkpoint-path models/LTX-2.3-2.5-Workflows/<distilled-checkpoint>.safetensors \ --spatial-upsampler-path models/LTX-2.3-2.5-Workflows/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# HQ pipeline (two-stage, higher quality) uv run python -m ltx_pipelines.ti2vid_two_stages_hq \ --checkpoint-path models/LTX-2.3-2.5-Workflows/<checkpoint>.safetensors \ --distilled-lora models/LTX-2.3-2.5-Workflows/<distilled-lora>.safetensors 0.8 \ --spatial-upsampler-path models/LTX-2.3-2.5-Workflows/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
| { | |
| "id": "dca03ed4-249d-4c9f-bff8-042ae0b7ed1a", | |
| "revision": 0, | |
| "last_node_id": 2032, | |
| "last_link_id": 3635, | |
| "nodes": [ | |
| { | |
| "id": 218, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4166.496102696014 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 845 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 238, | |
| "type": "SetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4351.611051251266 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 130, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "link": 465 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_latent", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "latent" | |
| }, | |
| "widgets_values": [ | |
| "latent" | |
| ], | |
| "color": "#422342", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 205, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 3761.4798448979423 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 424, | |
| 425 | |
| ] | |
| } | |
| ], | |
| "title": "Get_frames", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "frames" | |
| ] | |
| }, | |
| { | |
| "id": 282, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1264.5623087594242, | |
| 4836.883066753237 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 88, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "link": 528 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_height", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "" | |
| }, | |
| "widgets_values": [ | |
| "height" | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 283, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1497.6848116215458, | |
| 4845.43525128396 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 87, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "link": 529 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_width", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "" | |
| }, | |
| "widgets_values": [ | |
| "width" | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 284, | |
| "type": "SetNode", | |
| "pos": [ | |
| -805.9064006334132, | |
| 4832.406732533761 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 83, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "link": 530 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_fps", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "" | |
| }, | |
| "widgets_values": [ | |
| "fps" | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 288, | |
| "type": "SetNode", | |
| "pos": [ | |
| -435.5618508508995, | |
| 4845.537109583825 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 105, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "link": 534 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_t2v_mode", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "" | |
| }, | |
| "widgets_values": [ | |
| "t2v_mode" | |
| ] | |
| }, | |
| { | |
| "id": 311, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4039.551882596403 | |
| ], | |
| "size": [ | |
| 270, | |
| 128 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 78, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 565 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 566 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "debc47061f722e93fc9885c19facefcf59b6426a", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "a" | |
| ] | |
| }, | |
| { | |
| "id": 310, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4027.008017484098 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 565 | |
| ] | |
| } | |
| ], | |
| "title": "Get_fps", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "fps" | |
| ] | |
| }, | |
| { | |
| "id": 217, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 3968.4018744755963 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 444 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae_audio", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae_audio" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 240, | |
| "type": "SetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4010.9741989629497 | |
| ], | |
| "size": [ | |
| 270, | |
| 50 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 121, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "link": 468 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_latent_audio", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "latent_audio" | |
| }, | |
| "widgets_values": [ | |
| "latent_audio" | |
| ], | |
| "color": "#422342", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 188, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1538.0315217441625, | |
| 4000.741160373987 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 50 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 92, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "LATENT_UPSCALE_MODEL", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": 403 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_upscale_model", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "upscale_model" | |
| }, | |
| "widgets_values": [ | |
| "upscale_model" | |
| ] | |
| }, | |
| { | |
| "id": 216, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1511.661152956189, | |
| 4463.168502601362 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 79, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "link": 443 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_vae_audio", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "vae_audio" | |
| }, | |
| "widgets_values": [ | |
| "vae_audio" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 215, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1511.661152956189, | |
| 4327.674025727114 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 84, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "link": 442 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_vae", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "vae" | |
| }, | |
| "widgets_values": [ | |
| "vae" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 213, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1511.661152956189, | |
| 4105.827359824876 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 82, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "link": 550 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_clip", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "clip" | |
| }, | |
| "widgets_values": [ | |
| "clip" | |
| ], | |
| "color": "#c09430", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 199, | |
| "type": "LTXVEmptyLatentAudio", | |
| "pos": [ | |
| -135.78237983288074, | |
| 3942.3716340142078 | |
| ], | |
| "size": [ | |
| 270, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 106, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 444 | |
| }, | |
| { | |
| "name": "frames_number", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frames_number" | |
| }, | |
| "link": 425 | |
| }, | |
| { | |
| "name": "frame_rate", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frame_rate" | |
| }, | |
| "link": 566 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 412, | |
| 468 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LTXVEmptyLatentAudio", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 121, | |
| 24, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 196, | |
| "type": "VAELoaderKJ", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 4412.715987667501 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 110.28381432699462 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 443 | |
| ] | |
| } | |
| ], | |
| "title": "VAELoader KJ (audio VAE)", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "487c7d86a0230aae3d8c0a37d517159b73834f85", | |
| "Node name for S&R": "VAELoaderKJ" | |
| }, | |
| "widgets_values": [ | |
| "LTX23_audio_vae_bf16_KJ.safetensors", | |
| "main_device", | |
| "bf16" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 331, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1511.661152956189, | |
| 4625.494148012071 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 80, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "link": 611 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_vae_tiny", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "vae_tiny" | |
| }, | |
| "widgets_values": [ | |
| "vae_tiny" | |
| ] | |
| }, | |
| { | |
| "id": 330, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 4577.599390310537 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 611 | |
| ] | |
| } | |
| ], | |
| "title": "Tiny VAE (for sampler previews)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "vae_approx\\taeltx2_3.safetensors" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 109, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| -135.78237983288074, | |
| 4304.386998975288 | |
| ], | |
| "size": [ | |
| 270, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 122, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 844 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 412 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 465 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 322, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4441.4312322624255 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 600 | |
| ] | |
| } | |
| ], | |
| "title": "Get_fps", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "fps" | |
| ] | |
| }, | |
| { | |
| "id": 226, | |
| "type": "SetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4459.773517986652 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 128, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "link": 455 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_positive", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "positive" | |
| }, | |
| "widgets_values": [ | |
| "positive" | |
| ], | |
| "color": "#38291f", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 227, | |
| "type": "SetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 4468.300852856236 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 129, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "link": 456 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_negative", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "negative" | |
| }, | |
| "widgets_values": [ | |
| "negative" | |
| ], | |
| "color": "#38291f", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 303, | |
| "type": "SetNode", | |
| "pos": [ | |
| -550.0867256817794, | |
| 3637.178773994079 | |
| ], | |
| "size": [ | |
| 386.66127530410665, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 145, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "link": 590 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_model_with_lora", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "model_with_lora" | |
| }, | |
| "widgets_values": [ | |
| "model_with_lora" | |
| ] | |
| }, | |
| { | |
| "id": 345, | |
| "type": "UnetLoaderGGUF", | |
| "pos": [ | |
| -1954.1078798289639, | |
| 4626.151733503134 | |
| ], | |
| "size": [ | |
| 355.55555555555475, | |
| 60.44444444444434 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "ComfyUI-GGUF", | |
| "ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a", | |
| "Node name for S&R": "UnetLoaderGGUF" | |
| }, | |
| "widgets_values": [ | |
| "LTXvideo\\LTX-2\\quantstack\\LTX-2.3-distilled-Q4_K_S.gguf" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 346, | |
| "type": "DualCLIPLoaderGGUF", | |
| "pos": [ | |
| -1955.0207016598533, | |
| 4676.255544147464 | |
| ], | |
| "size": [ | |
| 346.517577185067, | |
| 107.25438651123113 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": null | |
| } | |
| ], | |
| "title": "CLIP GGUF (Gemma + text projection)", | |
| "properties": { | |
| "cnr_id": "ComfyUI-GGUF", | |
| "ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a", | |
| "Node name for S&R": "DualCLIPLoaderGGUF" | |
| }, | |
| "widgets_values": [ | |
| "gemma-3-12b-it-Q2_K.gguf", | |
| "ltx-2.3_text_projection_bf16.safetensors", | |
| "sdxl" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 214, | |
| "type": "GetNode", | |
| "pos": [ | |
| -504.66713364789655, | |
| 4486.024261409556 | |
| ], | |
| "size": [ | |
| 429.64913571999637, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 440, | |
| 441 | |
| ] | |
| } | |
| ], | |
| "title": "Get_clip", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "clip" | |
| ], | |
| "color": "#c09430", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 190, | |
| "type": "DualCLIPLoader", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 4091.787582457034 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 130 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 550 | |
| ] | |
| } | |
| ], | |
| "title": "CLIPLoader (Gemma + LTX Embeddings)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.8.2", | |
| "Node name for S&R": "DualCLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "gemma_3_12B_it_fp8_scaled.safetensors", | |
| "ltx-2.3_text_projection_bf16.safetensors", | |
| "ltxv", | |
| "default" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 212, | |
| "type": "GetNode", | |
| "pos": [ | |
| 916.3198032778556, | |
| 4025.64823272659 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 836 | |
| ] | |
| } | |
| ], | |
| "title": "Get_ref_image", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "ref_image" | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 287, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -1068.180789773092, | |
| 4851.2496368825805 | |
| ], | |
| "size": [ | |
| 231.2792932772577, | |
| 148 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 86, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| }, | |
| { | |
| "name": "a", | |
| "shape": 7, | |
| "type": "*", | |
| "link": 532 | |
| }, | |
| { | |
| "name": "b", | |
| "shape": 7, | |
| "type": "*", | |
| "link": 533 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [] | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 531 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "17cddd4959f00182c66954be2a7a32a6481d81be", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "((round((a * b -1) / 8)) * 8) + 1 " | |
| ] | |
| }, | |
| { | |
| "id": 286, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1043.182474169323, | |
| 4825.992212521143 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 108, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "link": 531 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_frames", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "" | |
| }, | |
| "widgets_values": [ | |
| "frames" | |
| ] | |
| }, | |
| { | |
| "id": 285, | |
| "type": "PrimitiveFloat", | |
| "pos": [ | |
| -826.9276071712028, | |
| 4817.0982522104605 | |
| ], | |
| "size": [ | |
| 210, | |
| 61.42105412153796 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 530, | |
| 533 | |
| ] | |
| } | |
| ], | |
| "title": "FPS", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.10.0", | |
| "Node name for S&R": "PrimitiveFloat" | |
| }, | |
| "widgets_values": [ | |
| 24 | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 184, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 4300.134728538373 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 61.42705146159551 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 442 | |
| ] | |
| } | |
| ], | |
| "title": "Load VAE (video VAE)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.8.2", | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "LTX23_video_vae_bf16_KJ.safetensors" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 239, | |
| "type": "GetNode", | |
| "pos": [ | |
| 248.304952330621, | |
| 3794.611903216795 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 466, | |
| 467 | |
| ] | |
| } | |
| ], | |
| "title": "Get_latent", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "latent" | |
| ], | |
| "color": "#422342", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 219, | |
| "type": "GetNode", | |
| "pos": [ | |
| 916.3198032778556, | |
| 3873.522749550565 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 447, | |
| 835 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 242, | |
| "type": "GetNode", | |
| "pos": [ | |
| 916.3198032778556, | |
| 3851.9703657502646 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT_UPSCALE_MODEL", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "links": [ | |
| 470 | |
| ] | |
| } | |
| ], | |
| "title": "Get_upscale_model", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "upscale_model" | |
| ] | |
| }, | |
| { | |
| "id": 408, | |
| "type": "SetNode", | |
| "pos": [ | |
| -538.363404404077, | |
| 4390.984710920627 | |
| ], | |
| "size": [ | |
| 229.761328125, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 119, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "link": 727 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_posetive_noconditioning", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "posetive_noconditioning" | |
| }, | |
| "widgets_values": [ | |
| "posetive_noconditioning" | |
| ] | |
| }, | |
| { | |
| "id": 409, | |
| "type": "SetNode", | |
| "pos": [ | |
| -535.6441071517687, | |
| 4435.897009005237 | |
| ], | |
| "size": [ | |
| 230.1236328125, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 107, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "link": 728 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_negative_noconditioning", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "negative_noconditioning" | |
| }, | |
| "widgets_values": [ | |
| "negative_noconditioning" | |
| ] | |
| }, | |
| { | |
| "id": 253, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 3651.23725322191 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 140 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 17, | |
| "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" | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 250, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 3842.4693979657636 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 94.68361703674918 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "About Size", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "Width & height settings must be divisible by 32 + 1. \nFrame count must be divisible by 8 + 1. \n\n\nRunning with invalid parameters **will not cause errors**. Instead, the flow will silently choose the closest valid parameters. " | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 333, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 3998.060323809549 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 88 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Sampler Preview", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "Tiny VAE for sampler previews. \nOptionally you can drop this for a lower res latent RGB built into the node " | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 353, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 4141.685471968206 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 107.3859507080042 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Prompt Enhancer (Optional)", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "This automagically enhances your prompt using the already loaded Gemma model. But it can be a bit sensitive to having correct Gemma if using GGUF models. Alternatively you can bypass/disable this feature " | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 326, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 4302.590626338288 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 107.3859507080042 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "User Made Loras", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "If using some user made LTX-2 loras they sometimes are not trained on audio, so it will produce very noisy audio outputs. Try use KJNodes LTX-2 Lora Loader Advanced in such cases, and set the non video strenght to zero\n" | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 251, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 3502.146622006774 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 89.8245395507779 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "About Models", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "Download models from here:\n\n\nhttps://huggingface.co/Kijai/LTX2.3_comfy\n\nText encoder : https://huggingface.co/Comfy-Org/ltx-2" | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 289, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2009.6434299603925, | |
| 4778.44557958042 | |
| ], | |
| "size": [ | |
| 382.280702747692, | |
| 102.45137621179947 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Video settings", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "If low on Ram/Vram, try width height to 832 x 480 or 960 x 544. If you can, run at 1280 x 720 or higher.\n\n\nLength in seconds : try 5, 10 or 20. \n\nfps : 24 or 25 (or 48 or 50)" | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 396, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2399.931550976987, | |
| 3851.639827158405 | |
| ], | |
| "size": [ | |
| 250.38601298829053, | |
| 79.86843580322557 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 154, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 696 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 697 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.17.0", | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 121, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -544.0059490265992, | |
| 4371.704110497956 | |
| ], | |
| "size": [ | |
| 429.64913571999637, | |
| 364.52450350970093 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 103, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 440 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 3633 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 286, | |
| 727 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "= Enhanced Prompt = \n" | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 113, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 567.4352845791702, | |
| 3608.685166991647 | |
| ], | |
| "size": [ | |
| 262.10818770989886, | |
| 257.12436677861274 | |
| ], | |
| "flags": {}, | |
| "order": 132, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 259 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 832 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 261 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 857 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 467 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 271 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 291, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1078.5222135322783, | |
| 4821.661575010481 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 532 | |
| ] | |
| } | |
| ], | |
| "title": "LENGTH (in seconds)", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c6ce76d00bb8177d1b0286cad891df08eff5226e", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 10 | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 388, | |
| "type": "GetNode", | |
| "pos": [ | |
| 285.86597232526896, | |
| 4271.306079501555 | |
| ], | |
| "size": [ | |
| 238.2778195174892, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 683 | |
| ] | |
| } | |
| ], | |
| "title": "Get_positive", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "positive" | |
| ] | |
| }, | |
| { | |
| "id": 292, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1553.1293586777795, | |
| 4823.538146739874 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 529 | |
| ] | |
| } | |
| ], | |
| "title": "WIDTH", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c6ce76d00bb8177d1b0286cad891df08eff5226e", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 1920 | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 293, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1316.9069516037086, | |
| 4824.905356124531 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 528 | |
| ] | |
| } | |
| ], | |
| "title": "HEIGHT", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c6ce76d00bb8177d1b0286cad891df08eff5226e", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 1088 | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 220, | |
| "type": "GetNode", | |
| "pos": [ | |
| 2420.8178149369514, | |
| 3858.5872067559785 | |
| ], | |
| "size": [ | |
| 257.2388542190106, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 449, | |
| 697, | |
| 741 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 437, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1615.9166710433608, | |
| 3871.634660421918 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 793, | |
| 840 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 438, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1615.9166710433608, | |
| 3850.0822766216174 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT_UPSCALE_MODEL", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "links": [ | |
| 792 | |
| ] | |
| } | |
| ], | |
| "title": "Get_upscale_model", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "upscale_model" | |
| ] | |
| }, | |
| { | |
| "id": 443, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 1613.301378737561, | |
| 4129.098385418214 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 151, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 839 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 790 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 801 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 119, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 1254.3038805892738, | |
| 3598.4801788258296 | |
| ], | |
| "size": [ | |
| 279.4732492615425, | |
| 266.3519473601584 | |
| ], | |
| "flags": {}, | |
| "order": 147, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 272 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 507 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 274 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 638 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 276 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 802 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 450, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 1953.9007483547796, | |
| 3596.5920896971825 | |
| ], | |
| "size": [ | |
| 279.4732492615425, | |
| 266.3519473601584 | |
| ], | |
| "flags": {}, | |
| "order": 152, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 797 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 798 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 799 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 800 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 801 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 803 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 236, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 3785.86745655165 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 31, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 464 | |
| ] | |
| } | |
| ], | |
| "title": "Get_width_downscaled", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "width_downscaled" | |
| ] | |
| }, | |
| { | |
| "id": 237, | |
| "type": "GetNode", | |
| "pos": [ | |
| -131.26834873448075, | |
| 3850.0619560166238 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 32, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 463 | |
| ] | |
| } | |
| ], | |
| "title": "Get_height_downscaled", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "height_downscaled" | |
| ] | |
| }, | |
| { | |
| "id": 108, | |
| "type": "EmptyLTXVLatentVideo", | |
| "pos": [ | |
| -135.78237983288074, | |
| 3729.375691445935 | |
| ], | |
| "size": [ | |
| 270, | |
| 146.66666666666669 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 90, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 464 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 463 | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 424 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 843 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "Node name for S&R": "EmptyLTXVLatentVideo", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 704, | |
| 512, | |
| 121, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 206, | |
| "type": "LTXVScheduler", | |
| "pos": [ | |
| 272.2522188224629, | |
| 4072.2776808738054 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 171.71352573079776 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 85, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "latent", | |
| "shape": 7, | |
| "type": "LATENT", | |
| "link": 466 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "LTXVScheduler", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 25, | |
| 2.05, | |
| 0.95, | |
| true, | |
| 0.1 | |
| ] | |
| }, | |
| { | |
| "id": 117, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 913.8963795616041, | |
| 4124.0752330079395 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 146, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 834 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 475 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 276 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 116, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 913.8963795616041, | |
| 3738.776846364922 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 46 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 136, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 271 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 808 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 475 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 448, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 1613.301378737561, | |
| 3736.888757236275 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 46 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 148, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 802 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 809 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 790 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 407, | |
| "type": "GetNode", | |
| "pos": [ | |
| 2729.6857576536013, | |
| 3559.305840256663 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 33, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 726 | |
| ] | |
| } | |
| ], | |
| "title": "Get_fps", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "fps" | |
| ] | |
| }, | |
| { | |
| "id": 456, | |
| "type": "GetNode", | |
| "pos": [ | |
| 928.7508893642358, | |
| 4258.493890547744 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 34, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 811 | |
| ] | |
| } | |
| ], | |
| "title": "Get_negative", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "negative" | |
| ] | |
| }, | |
| { | |
| "id": 458, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1704.174924423005, | |
| 4267.163363727432 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 35, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 813 | |
| ] | |
| } | |
| ], | |
| "title": "Get_positive", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "positive" | |
| ] | |
| }, | |
| { | |
| "id": 457, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1702.9760724686503, | |
| 4288.771608851517 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 36, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 812 | |
| ] | |
| } | |
| ], | |
| "title": "Get_negative", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "negative" | |
| ] | |
| }, | |
| { | |
| "id": 211, | |
| "type": "SetNode", | |
| "pos": [ | |
| -76.42055809877397, | |
| 3663.022270298465 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 109, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "link": 437 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_compress_image", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "compress_image" | |
| }, | |
| "widgets_values": [ | |
| "compress_image" | |
| ] | |
| }, | |
| { | |
| "id": 210, | |
| "type": "GetNode", | |
| "pos": [ | |
| -110.01328761090588, | |
| 3608.166146676481 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 37, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 436 | |
| ] | |
| } | |
| ], | |
| "title": "Get_ref_image", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "ref_image" | |
| ] | |
| }, | |
| { | |
| "id": 455, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1022.8347771544774, | |
| 4276.047498874748 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 38, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 810 | |
| ] | |
| } | |
| ], | |
| "title": "Get_positive", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "positive" | |
| ] | |
| }, | |
| { | |
| "id": 464, | |
| "type": "GetNode", | |
| "pos": [ | |
| -1479.8652646612024, | |
| 3797.518650179026 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 39, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 826 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae_tiny", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae_tiny" | |
| ] | |
| }, | |
| { | |
| "id": 465, | |
| "type": "GetNode", | |
| "pos": [ | |
| -1456.1712631994378, | |
| 3822.6911096324648 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 40, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [] | |
| } | |
| ], | |
| "title": "Get_model_with_lora", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_with_lora" | |
| ] | |
| }, | |
| { | |
| "id": 189, | |
| "type": "LatentUpscaleModelLoader", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 3956.418742742611 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 73.19414812714422 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 41, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT_UPSCALE_MODEL", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "links": [ | |
| 403 | |
| ] | |
| } | |
| ], | |
| "title": "Spatial Upscale 2X", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LatentUpscaleModelLoader", | |
| "models": [ | |
| { | |
| "name": "ltx-2-spatial-upscaler-x2-1.0.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-spatial-upscaler-x2-1.0.safetensors", | |
| "directory": "latent_upscale_models" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-spatial-upscaler-x2-1.1.safetensors" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 463, | |
| "type": "LTX2SamplingPreviewOverride", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 3795.640801364848 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 100, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 827 | |
| }, | |
| { | |
| "name": "latent_upscale_model", | |
| "shape": 7, | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "shape": 7, | |
| "type": "VAE", | |
| "link": 826 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 828 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "ff79c7332d7ea4aa85097a88fb09359f28cb487e", | |
| "Node name for S&R": "LTX2SamplingPreviewOverride" | |
| }, | |
| "widgets_values": [ | |
| 8 | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 366, | |
| "type": "GetNode", | |
| "pos": [ | |
| 936.1680121066782, | |
| 4864.853716476566 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 50 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 42, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 831 | |
| ] | |
| } | |
| ], | |
| "title": "Get_model_with_lora", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_with_lora" | |
| ] | |
| }, | |
| { | |
| "id": 389, | |
| "type": "GetNode", | |
| "pos": [ | |
| 277.3049883693126, | |
| 4242.943599574864 | |
| ], | |
| "size": [ | |
| 238.2778195174892, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 43, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 684 | |
| ] | |
| } | |
| ], | |
| "title": "Get_negative", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "negative" | |
| ] | |
| }, | |
| { | |
| "id": 118, | |
| "type": "LTXVLatentUpsampler", | |
| "pos": [ | |
| 913.8963795616041, | |
| 3829.079417143975 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 81.02629601803119 | |
| ], | |
| "flags": {}, | |
| "order": 141, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 808 | |
| }, | |
| { | |
| "name": "upscale_model", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": 470 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 447 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 833 | |
| ] | |
| } | |
| ], | |
| "title": "spatial", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVLatentUpsampler", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 309, | |
| "type": "GetNode", | |
| "pos": [ | |
| 921.0402310251465, | |
| 3995.686890888487 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 44, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 837 | |
| ] | |
| } | |
| ], | |
| "title": "Get_t2v_mode", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "t2v_mode" | |
| ] | |
| }, | |
| { | |
| "id": 444, | |
| "type": "LTXVLatentUpsampler", | |
| "pos": [ | |
| 1613.301378737561, | |
| 3830.90338279797 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 81.02629601803119 | |
| ], | |
| "flags": {}, | |
| "order": 149, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 809 | |
| }, | |
| { | |
| "name": "upscale_model", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": 792 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 793 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 838 | |
| ] | |
| } | |
| ], | |
| "title": "spatial", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVLatentUpsampler", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 435, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1648.1016021252105, | |
| 4041.6406565002762 | |
| ], | |
| "size": [ | |
| 210, | |
| 50 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 45, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 841 | |
| ] | |
| } | |
| ], | |
| "title": "Get_ref_image", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "ref_image" | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 436, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1648.1016021252105, | |
| 4005.3853749848936 | |
| ], | |
| "size": [ | |
| 210, | |
| 50 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 46, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 842 | |
| ] | |
| } | |
| ], | |
| "title": "Get_t2v_mode", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "t2v_mode" | |
| ] | |
| }, | |
| { | |
| "id": 308, | |
| "type": "GetNode", | |
| "pos": [ | |
| -115.69084209086574, | |
| 4217.926804765112 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 47, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 846 | |
| ] | |
| } | |
| ], | |
| "title": "Get_t2v_mode", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "t2v_mode" | |
| ] | |
| }, | |
| { | |
| "id": 475, | |
| "type": "GetNode", | |
| "pos": [ | |
| 256.8370349907302, | |
| 3910.632350872674 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 48, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 856 | |
| ] | |
| } | |
| ], | |
| "title": "Get_model_firstpass", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_firstpass" | |
| ] | |
| }, | |
| { | |
| "id": 385, | |
| "type": "VisualizeSigmasKJ", | |
| "pos": [ | |
| 280.7494390974872, | |
| 4032.8179558292363 | |
| ], | |
| "size": [ | |
| 270, | |
| 102 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 123, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 780 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "sigmas_out", | |
| "type": "SIGMAS", | |
| "links": [] | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "links": [ | |
| 672 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c88ac88a8f8a6a090a0d5d607156090cb2911503", | |
| "Node name for S&R": "VisualizeSigmasKJ" | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| -1 | |
| ] | |
| }, | |
| { | |
| "id": 386, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 314.4747261457352, | |
| 4039.6419725510978 | |
| ], | |
| "size": [ | |
| 254.151259812548, | |
| 246 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 131, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 672 | |
| } | |
| ], | |
| "outputs": [], | |
| "title": "Sigma Visual", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.4", | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 474, | |
| "type": "GetNode", | |
| "pos": [ | |
| 249.23417184007016, | |
| 4271.0665329419535 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 49, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 855, | |
| 858 | |
| ] | |
| } | |
| ], | |
| "title": "Get_model_firstpass", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_firstpass" | |
| ] | |
| }, | |
| { | |
| "id": 230, | |
| "type": "GetNode", | |
| "pos": [ | |
| 254.29246982691038, | |
| 4189.060255834822 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 50, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 460 | |
| ] | |
| } | |
| ], | |
| "title": "Get_positive", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "positive" | |
| ], | |
| "color": "#38291f", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 231, | |
| "type": "GetNode", | |
| "pos": [ | |
| 247.36911241251366, | |
| 4227.677561841628 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 51, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 459 | |
| ] | |
| } | |
| ], | |
| "title": "Get_negative", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "negative" | |
| ], | |
| "color": "#38291f", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 129, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 352.2056993222865, | |
| 4203.751574652452 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 106.66666666666667 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 95, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 858 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 460 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 459 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "Node name for S&R": "CFGGuider", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 4 | |
| ] | |
| }, | |
| { | |
| "id": 364, | |
| "type": "GetNode", | |
| "pos": [ | |
| 262.6350960298169, | |
| 4867.972154122224 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 52, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 829 | |
| ] | |
| } | |
| ], | |
| "title": "Get_model_with_lora", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_with_lora" | |
| ] | |
| }, | |
| { | |
| "id": 478, | |
| "type": "GetNode", | |
| "pos": [ | |
| 1639.6132239266528, | |
| 4285.054637166883 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 53, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 861 | |
| ] | |
| } | |
| ], | |
| "title": "Get_model_lastpasses", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_lastpasses" | |
| ] | |
| }, | |
| { | |
| "id": 477, | |
| "type": "GetNode", | |
| "pos": [ | |
| 954.2034084617466, | |
| 4269.918149576464 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 54, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 860 | |
| ] | |
| } | |
| ], | |
| "title": "Get_model_lastpasses", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "model_lastpasses" | |
| ] | |
| }, | |
| { | |
| "id": 462, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 910.7490004937945, | |
| 4814.427090528414 | |
| ], | |
| "size": [ | |
| 364.0273046899474, | |
| 82 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 93, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 831 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 859 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-distilled-lora-384.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-19b-distilled-lora-384.safetensors", | |
| "directory": "loras" | |
| } | |
| ] | |
| }, | |
| "widgets_values": [ | |
| "LTX\\LTX-2\\ltx-2.3-22b-distilled-lora-384.safetensors", | |
| 0.6 | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 476, | |
| "type": "SetNode", | |
| "pos": [ | |
| 1344.6769641685337, | |
| 4843.444688567782 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 111, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "link": 859 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_model_lastpasses", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "model_lastpasses" | |
| }, | |
| "widgets_values": [ | |
| "model_lastpasses" | |
| ] | |
| }, | |
| { | |
| "id": 368, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 226.34207986367062, | |
| 3861.498878956928 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 94, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 856 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 693 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.4", | |
| "Node name for S&R": "ModelSamplingSD3" | |
| }, | |
| "widgets_values": [ | |
| 13 | |
| ] | |
| }, | |
| { | |
| "id": 107, | |
| "type": "LTXVConditioning", | |
| "pos": [ | |
| -135.78237983288074, | |
| 4416.7692596207935 | |
| ], | |
| "size": [ | |
| 270, | |
| 86.66666666666667 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 118, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 286 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 287 | |
| }, | |
| { | |
| "name": "frame_rate", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "frame_rate" | |
| }, | |
| "link": 600 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 455 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 456 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "LTXVConditioning", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "id": 103, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 913.8963795616041, | |
| 4225.694660316174 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 98, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 860 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 810 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 811 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 507 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.71", | |
| "Node name for S&R": "CFGGuider", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 115, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 226.34207986367062, | |
| 3600.1987665987112 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 55, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 259 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "RandomNoise", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1026387197666903, | |
| "randomize" | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 361, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 241.22807055354096, | |
| 4815.464491158895 | |
| ], | |
| "size": [ | |
| 315.24557300357446, | |
| 82 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 96, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 829 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 854 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-distilled-lora-384.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-19b-distilled-lora-384.safetensors", | |
| "directory": "loras" | |
| } | |
| ] | |
| }, | |
| "widgets_values": [ | |
| "LTX\\LTX-2\\ltx-2.3-22b-distilled-lora-384.safetensors", | |
| 0.25 | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 473, | |
| "type": "SetNode", | |
| "pos": [ | |
| 611.4074554302358, | |
| 4851.438376995475 | |
| ], | |
| "size": [ | |
| 210, | |
| 58.73290425043615 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 113, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "link": 854 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_model_firstpass", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "model_firstpass" | |
| }, | |
| "widgets_values": [ | |
| "model_firstpass" | |
| ] | |
| }, | |
| { | |
| "id": 381, | |
| "type": "GuiderParameters", | |
| "pos": [ | |
| 553.9938368538736, | |
| 4549.644712739657 | |
| ], | |
| "size": [ | |
| 256.1546236804254, | |
| 226 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 99, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "parameters", | |
| "shape": 7, | |
| "type": "GUIDER_PARAMETERS", | |
| "link": null | |
| }, | |
| { | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": 853 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER_PARAMETERS", | |
| "type": "GUIDER_PARAMETERS", | |
| "links": [ | |
| 666 | |
| ] | |
| } | |
| ], | |
| "title": "Audio - Guider Parameters", | |
| "properties": { | |
| "cnr_id": "ltxv", | |
| "ver": "531512f7286963dc7aff1fd8bf5556e95eae03af", | |
| "Node name for S&R": "GuiderParameters" | |
| }, | |
| "widgets_values": [ | |
| "AUDIO", | |
| 7, | |
| 1, | |
| true, | |
| 0.7, | |
| 3, | |
| 0, | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 472, | |
| "type": "PrimitiveFloat", | |
| "pos": [ | |
| 234.158981289334, | |
| 4499.915142366165 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 56, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 853 | |
| ] | |
| } | |
| ], | |
| "title": "AUDIO CFG", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "PrimitiveFloat" | |
| }, | |
| "widgets_values": [ | |
| 7 | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 470, | |
| "type": "INTConstant", | |
| "pos": [ | |
| 234.158981289334, | |
| 4623.334089250481 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 57, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 851 | |
| ] | |
| } | |
| ], | |
| "title": "STEPS", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "068d4fee62d379723dd96dd3e768ed807f7d7135", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 35 | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 383, | |
| "type": "MultimodalGuider", | |
| "pos": [ | |
| 226.34207986367062, | |
| 4146.758192096927 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 148 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 124, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 855 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 683 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 684 | |
| }, | |
| { | |
| "name": "parameters", | |
| "type": "GUIDER_PARAMETERS", | |
| "link": 667 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 832 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "ltxv", | |
| "ver": "531512f7286963dc7aff1fd8bf5556e95eae03af", | |
| "Node name for S&R": "MultimodalGuider" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 395, | |
| "type": "BasicScheduler", | |
| "pos": [ | |
| 226.34207986367062, | |
| 3978.1089509473904 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 106 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 112, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 693 | |
| }, | |
| { | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": 851 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 780, | |
| 857 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.4", | |
| "Node name for S&R": "BasicScheduler" | |
| }, | |
| "widgets_values": [ | |
| "linear_quadratic", | |
| 35, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 382, | |
| "type": "GuiderParameters", | |
| "pos": [ | |
| 548.1240361537126, | |
| 4504.078192624744 | |
| ], | |
| "size": [ | |
| 256.1546236804254, | |
| 226 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 114, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "parameters", | |
| "shape": 7, | |
| "type": "GUIDER_PARAMETERS", | |
| "link": 666 | |
| }, | |
| { | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": 852 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER_PARAMETERS", | |
| "type": "GUIDER_PARAMETERS", | |
| "links": [ | |
| 667 | |
| ] | |
| } | |
| ], | |
| "title": "Video - Guider Parameters", | |
| "properties": { | |
| "cnr_id": "ltxv", | |
| "ver": "531512f7286963dc7aff1fd8bf5556e95eae03af", | |
| "Node name for S&R": "GuiderParameters" | |
| }, | |
| "widgets_values": [ | |
| "VIDEO", | |
| 3, | |
| 1, | |
| true, | |
| 0.9, | |
| 3, | |
| 0, | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 416, | |
| "type": "GetImageSizeAndCount", | |
| "pos": [ | |
| -993.5374599727098, | |
| 4330.392640538906 | |
| ], | |
| "size": [ | |
| 196.2994140625, | |
| 86 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 127, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 746 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "links": [ | |
| 816 | |
| ] | |
| }, | |
| { | |
| "label": "1920 width", | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 806 | |
| ] | |
| }, | |
| { | |
| "label": "1088 height", | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 807 | |
| ] | |
| }, | |
| { | |
| "label": "1 count", | |
| "name": "count", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "2acdef1766026ff3be00daf3c45f6a064db9100f", | |
| "Node name for S&R": "GetImageSizeAndCount" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 164, | |
| "type": "ResizeImageMaskNode", | |
| "pos": [ | |
| -1004.906667309349, | |
| 4368.562810806479 | |
| ], | |
| "size": [ | |
| 227.35085861816015, | |
| 69 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 117, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "input", | |
| "type": "IMAGE,MASK", | |
| "link": 483 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "resized", | |
| "type": "IMAGE", | |
| "links": [ | |
| 746 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "ResizeImageMaskNode" | |
| }, | |
| "widgets_values": [ | |
| "scale by multiplier", | |
| 0.5, | |
| "area" | |
| ] | |
| }, | |
| { | |
| "id": 454, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -996.1530003575828, | |
| 4385.105153291412 | |
| ], | |
| "size": [ | |
| 210, | |
| 128 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 134, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 806 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 804, | |
| 814 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "068d4fee62d379723dd96dd3e768ed807f7d7135", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "(a//4//32)*32" | |
| ] | |
| }, | |
| { | |
| "id": 452, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1005.8097121105448, | |
| 4432.769991336818 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 138, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "link": 804 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_width_downscaled", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "width_downscaled" | |
| }, | |
| "widgets_values": [ | |
| "width_downscaled" | |
| ] | |
| }, | |
| { | |
| "id": 451, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -1002.2463768027216, | |
| 4470.345022062813 | |
| ], | |
| "size": [ | |
| 210, | |
| 128 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 135, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 807 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 805, | |
| 815 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "068d4fee62d379723dd96dd3e768ed807f7d7135", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "(a//4//32)*32" | |
| ] | |
| }, | |
| { | |
| "id": 453, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1015.0552753678727, | |
| 4511.600188386085 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 139, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "link": 805 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_height_downscaled", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "height_downscaled" | |
| }, | |
| "widgets_values": [ | |
| "height_downscaled" | |
| ] | |
| }, | |
| { | |
| "id": 460, | |
| "type": "ResizeImageMaskNode", | |
| "pos": [ | |
| -1006.3724468964517, | |
| 4547.3653306254655 | |
| ], | |
| "size": [ | |
| 270, | |
| 117 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 140, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "input", | |
| "type": "IMAGE,MASK", | |
| "link": 816 | |
| }, | |
| { | |
| "name": "resize_type.width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "resize_type.width" | |
| }, | |
| "link": 814 | |
| }, | |
| { | |
| "name": "resize_type.height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "resize_type.height" | |
| }, | |
| "link": 815 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "resized", | |
| "type": "IMAGE", | |
| "links": [ | |
| 817 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "ResizeImageMaskNode" | |
| }, | |
| "widgets_values": [ | |
| "scale dimensions", | |
| 512, | |
| 512, | |
| "center", | |
| "area" | |
| ] | |
| }, | |
| { | |
| "id": 248, | |
| "type": "SetNode", | |
| "pos": [ | |
| -1006.3599068985801, | |
| 4566.676276119181 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 143, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "link": 817 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_resize_image", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "resize_image" | |
| }, | |
| "widgets_values": [ | |
| "resize_image" | |
| ] | |
| }, | |
| { | |
| "id": 209, | |
| "type": "SetNode", | |
| "pos": [ | |
| -965.4359792560496, | |
| 4328.185456291027 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 126, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "link": 481 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "*", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_ref_image", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes", | |
| "previousName": "ref_image" | |
| }, | |
| "widgets_values": [ | |
| "ref_image" | |
| ] | |
| }, | |
| { | |
| "id": 246, | |
| "type": "ResizeImagesByLongerEdge", | |
| "pos": [ | |
| -1013.579234650458, | |
| 4303.375867059962 | |
| ], | |
| "size": [ | |
| 243.6109375, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 116, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 479 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 481 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "ResizeImagesByLongerEdge" | |
| }, | |
| "widgets_values": [ | |
| 1536 | |
| ] | |
| }, | |
| { | |
| "id": 243, | |
| "type": "GetNode", | |
| "pos": [ | |
| -989.4233580271228, | |
| 4290.362642160503 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 58, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 472 | |
| ] | |
| } | |
| ], | |
| "title": "Get_width", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "width" | |
| ] | |
| }, | |
| { | |
| "id": 244, | |
| "type": "GetNode", | |
| "pos": [ | |
| -971.3783614632868, | |
| 4298.457994199205 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 59, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 473 | |
| ] | |
| } | |
| ], | |
| "title": "Get_height", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "height" | |
| ] | |
| }, | |
| { | |
| "id": 165, | |
| "type": "ImageResizeKJv2", | |
| "pos": [ | |
| -1046.0258134580747, | |
| 4233.220753913361 | |
| ], | |
| "size": [ | |
| 317.2114329553276, | |
| 360.8973740381971 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 102, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 480 | |
| }, | |
| { | |
| "name": "mask", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 472 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 473 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 479, | |
| 483 | |
| ] | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "mask", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "4dfb85dcc52e4315c33170d97bb987baa46d128b", | |
| "Node name for S&R": "ImageResizeKJv2" | |
| }, | |
| "widgets_values": [ | |
| 736, | |
| 1280, | |
| "lanczos", | |
| "crop", | |
| "0, 0, 0", | |
| "center", | |
| 32, | |
| "cpu" | |
| ] | |
| }, | |
| { | |
| "id": 369, | |
| "type": "PathchSageAttentionKJ", | |
| "pos": [ | |
| -1539.578500157198, | |
| 3436.9264931026914 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 115, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 828 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 777 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "204f6d5aae73b10c0fe2fb26e61405fd6337bb77", | |
| "Node name for S&R": "PathchSageAttentionKJ" | |
| }, | |
| "widgets_values": [ | |
| "auto", | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 432, | |
| "type": "LTX2MemoryEfficientSageAttentionPatch", | |
| "pos": [ | |
| -1267.702645650668, | |
| 3436.6225608697105 | |
| ], | |
| "size": [ | |
| 275.179296875, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 125, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 777 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "links": [ | |
| 778 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "2acdef1766026ff3be00daf3c45f6a064db9100f", | |
| "Node name for S&R": "LTX2MemoryEfficientSageAttentionPatch" | |
| }, | |
| "widgets_values": [ | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 370, | |
| "type": "LTXVChunkFeedForward", | |
| "pos": [ | |
| -883.250148330616, | |
| 3435.4651343943383 | |
| ], | |
| "size": [ | |
| 272.35703125, | |
| 82 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 133, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 778 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "links": [ | |
| 648 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "0ea5ece1793263d9fb0ad97bb067f96b83a9dea3", | |
| "Node name for S&R": "LTXVChunkFeedForward" | |
| }, | |
| "widgets_values": [ | |
| 2, | |
| 4096 | |
| ] | |
| }, | |
| { | |
| "id": 371, | |
| "type": "LTX2AttentionTunerPatch", | |
| "pos": [ | |
| -560.8960553780947, | |
| 3435.4531186181543 | |
| ], | |
| "size": [ | |
| 283.875, | |
| 178 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 137, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 648 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "links": [ | |
| 650 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "5b38397a6430fdb16c7bd14a6bd64c2b0e69a5f0", | |
| "Node name for S&R": "LTX2AttentionTunerPatch" | |
| }, | |
| "widgets_values": [ | |
| "", | |
| 1, | |
| 1, | |
| 1, | |
| 1, | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 329, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -1535.4636676122873, | |
| 3644.860963625589 | |
| ], | |
| "size": [ | |
| 371.3734938543182, | |
| 85.67309458218551 | |
| ], | |
| "flags": {}, | |
| "order": 60, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 827 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.1", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "LTXVideo\\v2\\ltx-2.3-22b-dev_transformer_only_fp8_scaled.safetensors", | |
| "default" | |
| ], | |
| "color": "#1f1f48", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 162, | |
| "type": "LTXVPreprocess", | |
| "pos": [ | |
| -135.78237983288074, | |
| 3604.4783052902517 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 91, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 436 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output_image", | |
| "type": "IMAGE", | |
| "links": [ | |
| 437, | |
| 847 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "Node name for S&R": "LTXVPreprocess" | |
| }, | |
| "widgets_values": [ | |
| 18 | |
| ] | |
| }, | |
| { | |
| "id": 471, | |
| "type": "PrimitiveFloat", | |
| "pos": [ | |
| 234.158981289334, | |
| 4372.974262884389 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 61, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 852 | |
| ] | |
| } | |
| ], | |
| "title": "VIDEO CFG", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "PrimitiveFloat" | |
| }, | |
| "widgets_values": [ | |
| 3 | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 114, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 913.8963795616041, | |
| 3598.4445975868425 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 62, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 272 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "RandomNoise", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 43, | |
| "fixed" | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 449, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 1613.301378737561, | |
| 3596.5565084581954 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 63, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 797 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "RandomNoise", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 44, | |
| "fixed" | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 127, | |
| "type": "VAEDecodeTiled", | |
| "pos": [ | |
| 2369.1066854563246, | |
| 3913.201143990095 | |
| ], | |
| "size": [ | |
| 257.2388542190106, | |
| 150 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 89, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 449 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "VAEDecodeTiled", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 512, | |
| 64, | |
| 4096, | |
| 8 | |
| ] | |
| }, | |
| { | |
| "id": 221, | |
| "type": "GetNode", | |
| "pos": [ | |
| 2416.4433520873185, | |
| 3740.8179819096576 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 64, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 448 | |
| ] | |
| } | |
| ], | |
| "title": "Get_vae_audio", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "vae_audio" | |
| ], | |
| "color": "#af3535", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 201, | |
| "type": "LTXVAudioVAEDecode", | |
| "pos": [ | |
| 2318.8237398516, | |
| 3731.2922559714757 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 156, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 430 | |
| }, | |
| { | |
| "label": "Audio VAE", | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 448 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Audio", | |
| "type": "AUDIO", | |
| "links": [ | |
| 416 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVAudioVAEDecode", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 412, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2311.333235874259, | |
| 3848.5093465481123 | |
| ], | |
| "size": [ | |
| 285.448401808394, | |
| 65.21246659277404 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 155, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 742 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 741 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 740 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.17.0", | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 125, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 2320.88365621081, | |
| 3594.967407547628 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 153, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 803 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 696, | |
| 742 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 430 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 140, | |
| "type": "VHS_VideoCombine", | |
| "pos": [ | |
| 2709.0049280266066, | |
| 3519.729903952328 | |
| ], | |
| "size": [ | |
| 660.0180206905361, | |
| 689.342944368286 | |
| ], | |
| "flags": {}, | |
| "order": 157, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 740 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": 416 | |
| }, | |
| { | |
| "name": "meta_batch", | |
| "shape": 7, | |
| "type": "VHS_BatchManager", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "shape": 7, | |
| "type": "VAE", | |
| "link": null | |
| }, | |
| { | |
| "name": "frame_rate", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "frame_rate" | |
| }, | |
| "link": 726 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Filenames", | |
| "type": "VHS_FILENAMES", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-videohelpersuite", | |
| "ver": "8923bd836bdab8b7bbdf4ed104b7d045e70c66e2", | |
| "Node name for S&R": "VHS_VideoCombine" | |
| }, | |
| "widgets_values": { | |
| "frame_rate": 24, | |
| "loop_count": 0, | |
| "filename_prefix": "LTX-2", | |
| "format": "video/nvenc_h264-mp4", | |
| "pix_fmt": "yuv420p", | |
| "bitrate": 10, | |
| "megabit": true, | |
| "save_metadata": true, | |
| "pingpong": false, | |
| "save_output": true, | |
| "videopreview": { | |
| "hidden": false, | |
| "paused": false, | |
| "params": { | |
| "filename": "LTX-2_01312-audio.mp4", | |
| "subfolder": "", | |
| "type": "output", | |
| "format": "video/nvenc_h264-mp4", | |
| "frame_rate": 24, | |
| "workflow": "LTX-2_01312.png", | |
| "fullpath": "E:\\AI\\ComfyUI\\output\\LTX-2_01312-audio.mp4" | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "id": 434, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 1613.301378737561, | |
| 4367.5903462528095 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 65, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 800 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "ManualSigmas" | |
| }, | |
| "widgets_values": [ | |
| "0.85, 0.7250, 0.4219, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 360, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 913.8963795616041, | |
| 4377.144162543495 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 66, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 638 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "ManualSigmas" | |
| }, | |
| "widgets_values": [ | |
| "0.85, 0.7250, 0.4219, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 447, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 1613.301378737561, | |
| 4230.670479412601 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 98 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 97, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 861 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 813 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 812 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 798 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.71", | |
| "Node name for S&R": "CFGGuider", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 466, | |
| "type": "LTXVImgToVideoConditionOnly", | |
| "pos": [ | |
| 1613.301378737561, | |
| 3956.499482946899 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 122 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 150, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 840 | |
| }, | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 841 | |
| }, | |
| { | |
| "label": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 838 | |
| }, | |
| { | |
| "label": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "bypass", | |
| "name": "bypass", | |
| "shape": 7, | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "bypass" | |
| }, | |
| "link": 842 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 839 | |
| ] | |
| } | |
| ], | |
| "title": "LTXV Img To Video Condition Only", | |
| "properties": { | |
| "cnr_id": "ComfyUI-LTXVideo", | |
| "ver": "531512f7286963dc7aff1fd8bf5556e95eae03af", | |
| "Node name for S&R": "LTXVImgToVideoConditionOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.5.1" | |
| }, | |
| "widget_ue_connectable": { | |
| "bypass": true | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0.7, | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 459, | |
| "type": "LTXVImgToVideoConditionOnly", | |
| "pos": [ | |
| 913.8963795616041, | |
| 3953.826774005127 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 122 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 144, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 835 | |
| }, | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 836 | |
| }, | |
| { | |
| "label": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 833 | |
| }, | |
| { | |
| "label": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "bypass", | |
| "name": "bypass", | |
| "shape": 7, | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "bypass" | |
| }, | |
| "link": 837 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 834 | |
| ] | |
| } | |
| ], | |
| "title": "LTXV Img To Video Condition Only", | |
| "properties": { | |
| "cnr_id": "ComfyUI-LTXVideo", | |
| "ver": "531512f7286963dc7aff1fd8bf5556e95eae03af", | |
| "Node name for S&R": "LTXVImgToVideoConditionOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.5.1" | |
| }, | |
| "widget_ue_connectable": { | |
| "bypass": true | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0.7, | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 467, | |
| "type": "LTXVImgToVideoConditionOnly", | |
| "pos": [ | |
| -135.78237983288074, | |
| 4122.813729671277 | |
| ], | |
| "size": [ | |
| 270, | |
| 122 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 110, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 845 | |
| }, | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 847 | |
| }, | |
| { | |
| "label": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 843 | |
| }, | |
| { | |
| "label": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "bypass", | |
| "name": "bypass", | |
| "shape": 7, | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "bypass" | |
| }, | |
| "link": 846 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 844 | |
| ] | |
| } | |
| ], | |
| "title": "LTXV Img To Video Condition Only", | |
| "properties": { | |
| "cnr_id": "ComfyUI-LTXVideo", | |
| "ver": "531512f7286963dc7aff1fd8bf5556e95eae03af", | |
| "Node name for S&R": "LTXVImgToVideoConditionOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.5.1" | |
| }, | |
| "widget_ue_connectable": { | |
| "bypass": true | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0.7, | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 110, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -511.2483231267824, | |
| 4651.677766956206 | |
| ], | |
| "size": [ | |
| 374.63264924974214, | |
| 115.49295843361597 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 81, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 441 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 287, | |
| 728 | |
| ] | |
| } | |
| ], | |
| "title": "Negative Prompt", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "blurry, oversaturated, pixelated, low resolution, grainy, distorted, noise, compression artifacts, jpeg artifacts, glitches, watermark, text, logo, signature, copyright, subtitles, distorted sound, saturated sound, loud" | |
| ], | |
| "color": "#422342", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 479, | |
| "type": "VAEDecodeTiled", | |
| "pos": [ | |
| 2321.6614976494543, | |
| 3981.5555528824025 | |
| ], | |
| "size": [ | |
| 270, | |
| 150 | |
| ], | |
| "flags": {}, | |
| "order": 67, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "VAEDecodeTiled" | |
| }, | |
| "widgets_values": [ | |
| 512, | |
| 64, | |
| 64, | |
| 8 | |
| ] | |
| }, | |
| { | |
| "id": 2026, | |
| "type": "GetNode", | |
| "pos": [ | |
| -555.7764529387726, | |
| 3994.0528835438818 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 68, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 3629 | |
| ] | |
| } | |
| ], | |
| "title": "Get_clip", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "clip" | |
| ] | |
| }, | |
| { | |
| "id": 2028, | |
| "type": "GetNode", | |
| "pos": [ | |
| -550.5931758151642, | |
| 4030.4222907044314 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 69, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 3631 | |
| ] | |
| } | |
| ], | |
| "title": "Get_enhance_prompt", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "enhance_prompt" | |
| ] | |
| }, | |
| { | |
| "id": 2027, | |
| "type": "GetNode", | |
| "pos": [ | |
| -535.1535487511916, | |
| 4065.2143267860147 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 70, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 3630 | |
| ] | |
| } | |
| ], | |
| "title": "Get_ref_image", | |
| "properties": { | |
| "Node name for S&R": "GetNode", | |
| "aux_id": "kijai/ComfyUI-KJNodes" | |
| }, | |
| "widgets_values": [ | |
| "ref_image" | |
| ] | |
| }, | |
| { | |
| "id": 2029, | |
| "type": "05c2f67f-f25d-45b7-8d77-5e70c64f84a9", | |
| "pos": [ | |
| -559.4828333075453, | |
| 3963.634052058865 | |
| ], | |
| "size": [ | |
| 280.90474762012536, | |
| 168 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 104, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 3629 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 3630 | |
| }, | |
| { | |
| "label": "prompt", | |
| "name": "string_b", | |
| "type": "STRING", | |
| "link": null | |
| }, | |
| { | |
| "label": "Enabled", | |
| "name": "", | |
| "type": "*", | |
| "link": 3631 | |
| }, | |
| { | |
| "label": "Prompt", | |
| "name": "_1", | |
| "type": "*", | |
| "link": 3634 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "generated_text", | |
| "name": "generated_text", | |
| "type": "STRING", | |
| "links": [ | |
| 3632 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "proxyWidgets": [ | |
| [ | |
| "482", | |
| "string_b" | |
| ] | |
| ], | |
| "cnr_id": "comfy-core", | |
| "ver": "0.17.0" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 2030, | |
| "type": "PreviewAny", | |
| "pos": [ | |
| -617.1809262826371, | |
| 3916.3614671456203 | |
| ], | |
| "size": [ | |
| 383.93616467340905, | |
| 226.07690896265512 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 120, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "source", | |
| "type": "*", | |
| "link": 3632 | |
| } | |
| ], | |
| "outputs": [], | |
| "title": "ENHANCED PROMPT", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.17.0", | |
| "Node name for S&R": "PreviewAny" | |
| }, | |
| "widgets_values": [ | |
| null, | |
| null, | |
| null | |
| ], | |
| "color": "#008181", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 2032, | |
| "type": "SetNode", | |
| "pos": [ | |
| -81.79727129778634, | |
| 4833.113631667748 | |
| ], | |
| "size": [ | |
| 210, | |
| 34 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 101, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "link": 3635 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "title": "Set_enhance_prompt", | |
| "properties": { | |
| "Node name for S&R": "SetNode", | |
| "aux_id": "SetNode", | |
| "previousName": "enhance_prompt" | |
| }, | |
| "widgets_values": [ | |
| "enhance_prompt" | |
| ] | |
| }, | |
| { | |
| "id": 2031, | |
| "type": "PrimitiveBoolean", | |
| "pos": [ | |
| -153.59615748254126, | |
| 4817.759237770787 | |
| ], | |
| "size": [ | |
| 301.73597873412746, | |
| 60.7596503247064 | |
| ], | |
| "flags": {}, | |
| "order": 71, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 3635 | |
| ] | |
| } | |
| ], | |
| "title": "ENABLE PROMPT ENHANCER", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "PrimitiveBoolean" | |
| }, | |
| "widgets_values": [ | |
| true | |
| ], | |
| "color": "#008181", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 167, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -1056.6326119504556, | |
| 3593.67037200833 | |
| ], | |
| "size": [ | |
| 335.36880029676604, | |
| 550.0309462039886 | |
| ], | |
| "flags": {}, | |
| "order": 72, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 480 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "closeup_of_a_cybernetic_eye--1--rq7cm.webp", | |
| "image" | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)", | |
| "ndSuperSelectorEnabled": false, | |
| "ndPowerEnabled": false | |
| }, | |
| { | |
| "id": 352, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| -628.5890293256809, | |
| 4285.521061337201 | |
| ], | |
| "size": [ | |
| 400.96801318076666, | |
| 303.37788098869714 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 73, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 3633, | |
| 3634 | |
| ] | |
| } | |
| ], | |
| "title": "PROMPT", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "PrimitiveStringMultiline" | |
| }, | |
| "widgets_values": [ | |
| "Make this image come alive with natural smooth motions.\nHigh quality cinematic video. \n\nScene starts with an extreme close up of the face of a beautiful female humanoid robot. \n\nThe camera slowly starts pulling away from the female robot, and she talks with a robotic voice saying : \"So you wanted a 3-way... well here you go. 3 passes, 3 samplers ... \". \n\nAs the camera pulls away further, the scene starts to show the beautiful female robot sitting at a ledge of a high-rise building in a futuristic city. \n\nA stunning cyberpunk cityscape start showing in the background with neon ad signs changing colors, and ambient sound of the city in the background \n" | |
| ], | |
| "color": "#346434", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 290, | |
| "type": "PrimitiveBoolean", | |
| "pos": [ | |
| -511.9495232372396, | |
| 4815.089655973025 | |
| ], | |
| "size": [ | |
| 282.51029338612364, | |
| 72.29914672352243 | |
| ], | |
| "flags": {}, | |
| "order": 74, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 534 | |
| ] | |
| } | |
| ], | |
| "title": "Text To Video (no image ref)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "PrimitiveBoolean" | |
| }, | |
| "widgets_values": [ | |
| false | |
| ], | |
| "color": "#008181", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 137, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 226.34207986367062, | |
| 3732.6656160439384 | |
| ], | |
| "size": [ | |
| 271.305509971064, | |
| 68.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 75, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 261 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "KSamplerSelect", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "euler_ancestral" | |
| ] | |
| }, | |
| { | |
| "id": 138, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 913.8963795616041, | |
| 4481.589050046056 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 76, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 274 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "KSamplerSelect", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ] | |
| }, | |
| { | |
| "id": 445, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 1613.301378737561, | |
| 4472.03523375537 | |
| ], | |
| "size": [ | |
| 274.0120536645418, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 77, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 799 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "KSamplerSelect", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ] | |
| }, | |
| { | |
| "id": 301, | |
| "type": "Power Lora Loader (rgthree)", | |
| "pos": [ | |
| -621.6708172551328, | |
| 3604.1754225057175 | |
| ], | |
| "size": [ | |
| 392.6890622066445, | |
| 142 | |
| ], | |
| "flags": {}, | |
| "order": 142, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "dir": 3, | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 650 | |
| }, | |
| { | |
| "dir": 3, | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "dir": 4, | |
| "name": "MODEL", | |
| "shape": 3, | |
| "type": "MODEL", | |
| "links": [ | |
| 590 | |
| ] | |
| }, | |
| { | |
| "dir": 4, | |
| "name": "CLIP", | |
| "shape": 3, | |
| "type": "CLIP", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "rgthree-comfy", | |
| "ver": "8ff50e4521881eca1fe26aec9615fc9362474931", | |
| "Show Strengths": "Single Strength" | |
| }, | |
| "widgets_values": [ | |
| {}, | |
| { | |
| "type": "PowerLoraLoaderHeaderWidget" | |
| }, | |
| { | |
| "on": true, | |
| "lora": "None", | |
| "strength": 1, | |
| "strengthTwo": null | |
| }, | |
| {}, | |
| "" | |
| ], | |
| "color": "#006691", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 259, | |
| 115, | |
| 0, | |
| 113, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 261, | |
| 137, | |
| 0, | |
| 113, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 271, | |
| 113, | |
| 0, | |
| 116, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 272, | |
| 114, | |
| 0, | |
| 119, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 274, | |
| 138, | |
| 0, | |
| 119, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 276, | |
| 117, | |
| 0, | |
| 119, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 286, | |
| 121, | |
| 0, | |
| 107, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 287, | |
| 110, | |
| 0, | |
| 107, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 403, | |
| 189, | |
| 0, | |
| 188, | |
| 0, | |
| "LATENT_UPSCALE_MODEL" | |
| ], | |
| [ | |
| 412, | |
| 199, | |
| 0, | |
| 109, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 416, | |
| 201, | |
| 0, | |
| 140, | |
| 1, | |
| "AUDIO" | |
| ], | |
| [ | |
| 424, | |
| 205, | |
| 0, | |
| 108, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 425, | |
| 205, | |
| 0, | |
| 199, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 430, | |
| 125, | |
| 1, | |
| 201, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 436, | |
| 210, | |
| 0, | |
| 162, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 437, | |
| 162, | |
| 0, | |
| 211, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 440, | |
| 214, | |
| 0, | |
| 121, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 441, | |
| 214, | |
| 0, | |
| 110, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 442, | |
| 184, | |
| 0, | |
| 215, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 443, | |
| 196, | |
| 0, | |
| 216, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 444, | |
| 217, | |
| 0, | |
| 199, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 447, | |
| 219, | |
| 0, | |
| 118, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 448, | |
| 221, | |
| 0, | |
| 201, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 449, | |
| 220, | |
| 0, | |
| 127, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 455, | |
| 107, | |
| 0, | |
| 226, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 456, | |
| 107, | |
| 1, | |
| 227, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 459, | |
| 231, | |
| 0, | |
| 129, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 460, | |
| 230, | |
| 0, | |
| 129, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 463, | |
| 237, | |
| 0, | |
| 108, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 464, | |
| 236, | |
| 0, | |
| 108, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 465, | |
| 109, | |
| 0, | |
| 238, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 466, | |
| 239, | |
| 0, | |
| 206, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 467, | |
| 239, | |
| 0, | |
| 113, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 468, | |
| 199, | |
| 0, | |
| 240, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 470, | |
| 242, | |
| 0, | |
| 118, | |
| 1, | |
| "LATENT_UPSCALE_MODEL" | |
| ], | |
| [ | |
| 472, | |
| 243, | |
| 0, | |
| 165, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 473, | |
| 244, | |
| 0, | |
| 165, | |
| 3, | |
| "INT" | |
| ], | |
| [ | |
| 475, | |
| 116, | |
| 1, | |
| 117, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 479, | |
| 165, | |
| 0, | |
| 246, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 480, | |
| 167, | |
| 0, | |
| 165, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 481, | |
| 246, | |
| 0, | |
| 209, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 483, | |
| 165, | |
| 0, | |
| 164, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 507, | |
| 103, | |
| 0, | |
| 119, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 528, | |
| 293, | |
| 0, | |
| 282, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 529, | |
| 292, | |
| 0, | |
| 283, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 530, | |
| 285, | |
| 0, | |
| 284, | |
| 0, | |
| "FLOAT" | |
| ], | |
| [ | |
| 531, | |
| 287, | |
| 1, | |
| 286, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 532, | |
| 291, | |
| 0, | |
| 287, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 533, | |
| 285, | |
| 0, | |
| 287, | |
| 3, | |
| "FLOAT" | |
| ], | |
| [ | |
| 534, | |
| 290, | |
| 0, | |
| 288, | |
| 0, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 550, | |
| 190, | |
| 0, | |
| 213, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 565, | |
| 310, | |
| 0, | |
| 311, | |
| 0, | |
| "FLOAT" | |
| ], | |
| [ | |
| 566, | |
| 311, | |
| 1, | |
| 199, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 590, | |
| 301, | |
| 0, | |
| 303, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 600, | |
| 322, | |
| 0, | |
| 107, | |
| 2, | |
| "FLOAT" | |
| ], | |
| [ | |
| 611, | |
| 330, | |
| 0, | |
| 331, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 638, | |
| 360, | |
| 0, | |
| 119, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 648, | |
| 370, | |
| 0, | |
| 371, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 650, | |
| 371, | |
| 0, | |
| 301, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 666, | |
| 381, | |
| 0, | |
| 382, | |
| 0, | |
| "GUIDER_PARAMETERS" | |
| ], | |
| [ | |
| 667, | |
| 382, | |
| 0, | |
| 383, | |
| 3, | |
| "GUIDER_PARAMETERS" | |
| ], | |
| [ | |
| 672, | |
| 385, | |
| 1, | |
| 386, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 683, | |
| 388, | |
| 0, | |
| 383, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 684, | |
| 389, | |
| 0, | |
| 383, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 693, | |
| 368, | |
| 0, | |
| 395, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 696, | |
| 125, | |
| 0, | |
| 396, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 697, | |
| 220, | |
| 0, | |
| 396, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 726, | |
| 407, | |
| 0, | |
| 140, | |
| 4, | |
| "FLOAT" | |
| ], | |
| [ | |
| 727, | |
| 121, | |
| 0, | |
| 408, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 728, | |
| 110, | |
| 0, | |
| 409, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 740, | |
| 412, | |
| 0, | |
| 140, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 741, | |
| 220, | |
| 0, | |
| 412, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 742, | |
| 125, | |
| 0, | |
| 412, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 746, | |
| 164, | |
| 0, | |
| 416, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 777, | |
| 369, | |
| 0, | |
| 432, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 778, | |
| 432, | |
| 0, | |
| 370, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 780, | |
| 395, | |
| 0, | |
| 385, | |
| 0, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 790, | |
| 448, | |
| 1, | |
| 443, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 792, | |
| 438, | |
| 0, | |
| 444, | |
| 1, | |
| "LATENT_UPSCALE_MODEL" | |
| ], | |
| [ | |
| 793, | |
| 437, | |
| 0, | |
| 444, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 797, | |
| 449, | |
| 0, | |
| 450, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 798, | |
| 447, | |
| 0, | |
| 450, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 799, | |
| 445, | |
| 0, | |
| 450, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 800, | |
| 434, | |
| 0, | |
| 450, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 801, | |
| 443, | |
| 0, | |
| 450, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 802, | |
| 119, | |
| 0, | |
| 448, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 803, | |
| 450, | |
| 0, | |
| 125, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 804, | |
| 454, | |
| 1, | |
| 452, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 805, | |
| 451, | |
| 1, | |
| 453, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 806, | |
| 416, | |
| 1, | |
| 454, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 807, | |
| 416, | |
| 2, | |
| 451, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 808, | |
| 116, | |
| 0, | |
| 118, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 809, | |
| 448, | |
| 0, | |
| 444, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 810, | |
| 455, | |
| 0, | |
| 103, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 811, | |
| 456, | |
| 0, | |
| 103, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 812, | |
| 457, | |
| 0, | |
| 447, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 813, | |
| 458, | |
| 0, | |
| 447, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 814, | |
| 454, | |
| 1, | |
| 460, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 815, | |
| 451, | |
| 1, | |
| 460, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 816, | |
| 416, | |
| 0, | |
| 460, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 817, | |
| 460, | |
| 0, | |
| 248, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 826, | |
| 464, | |
| 0, | |
| 463, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 827, | |
| 329, | |
| 0, | |
| 463, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 828, | |
| 463, | |
| 0, | |
| 369, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 829, | |
| 364, | |
| 0, | |
| 361, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 831, | |
| 366, | |
| 0, | |
| 462, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 832, | |
| 383, | |
| 0, | |
| 113, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 833, | |
| 118, | |
| 0, | |
| 459, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 834, | |
| 459, | |
| 0, | |
| 117, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 835, | |
| 219, | |
| 0, | |
| 459, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 836, | |
| 212, | |
| 0, | |
| 459, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 837, | |
| 309, | |
| 0, | |
| 459, | |
| 4, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 838, | |
| 444, | |
| 0, | |
| 466, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 839, | |
| 466, | |
| 0, | |
| 443, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 840, | |
| 437, | |
| 0, | |
| 466, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 841, | |
| 435, | |
| 0, | |
| 466, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 842, | |
| 436, | |
| 0, | |
| 466, | |
| 4, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 843, | |
| 108, | |
| 0, | |
| 467, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 844, | |
| 467, | |
| 0, | |
| 109, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 845, | |
| 218, | |
| 0, | |
| 467, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 846, | |
| 308, | |
| 0, | |
| 467, | |
| 4, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 847, | |
| 162, | |
| 0, | |
| 467, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 851, | |
| 470, | |
| 0, | |
| 395, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 852, | |
| 471, | |
| 0, | |
| 382, | |
| 1, | |
| "FLOAT" | |
| ], | |
| [ | |
| 853, | |
| 472, | |
| 0, | |
| 381, | |
| 1, | |
| "FLOAT" | |
| ], | |
| [ | |
| 854, | |
| 361, | |
| 0, | |
| 473, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 855, | |
| 474, | |
| 0, | |
| 383, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 856, | |
| 475, | |
| 0, | |
| 368, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 857, | |
| 395, | |
| 0, | |
| 113, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 858, | |
| 474, | |
| 0, | |
| 129, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 859, | |
| 462, | |
| 0, | |
| 476, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 860, | |
| 477, | |
| 0, | |
| 103, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 861, | |
| 478, | |
| 0, | |
| 447, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 3629, | |
| 2026, | |
| 0, | |
| 2029, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 3630, | |
| 2027, | |
| 0, | |
| 2029, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 3631, | |
| 2028, | |
| 0, | |
| 2029, | |
| 3, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 3632, | |
| 2029, | |
| 0, | |
| 2030, | |
| 0, | |
| "STRING" | |
| ], | |
| [ | |
| 3633, | |
| 352, | |
| 0, | |
| 121, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 3634, | |
| 352, | |
| 0, | |
| 2029, | |
| 4, | |
| "STRING" | |
| ], | |
| [ | |
| 3635, | |
| 2031, | |
| 0, | |
| 2032, | |
| 0, | |
| "BOOLEAN" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 15, | |
| "title": "Sampler - 2nd Pass Upscale", | |
| "bounding": [ | |
| 887.5473675492143, | |
| 3493.5157285817363, | |
| 680.4759974317818, | |
| 1216.9012094028499 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 16, | |
| "title": "Decode", | |
| "bounding": [ | |
| 2285.156605583097, | |
| 3493.7711278252427, | |
| 351.32528466499343, | |
| 1216.3999987205489 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 17, | |
| "title": "Input Image", | |
| "bounding": [ | |
| -1090.8017592071346, | |
| 3484.040404040404, | |
| 412.1974785848497, | |
| 1223.3486862130153 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 19, | |
| "title": "Prompt", | |
| "bounding": [ | |
| -656.2821713338476, | |
| 4188.808932639452, | |
| 462.30935986013304, | |
| 517.1042928927691 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 20, | |
| "title": "Prepare LTX Latent", | |
| "bounding": [ | |
| -174.07275748992592, | |
| 3488.4127116249983, | |
| 354.5183998034008, | |
| 1220.0688259175704 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 21, | |
| "title": "Sampler - First Pass", | |
| "bounding": [ | |
| 203.225805403564, | |
| 3495.3717475524186, | |
| 659.0793722254002, | |
| 1213.6111676510068 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 22, | |
| "title": "Video Settings", | |
| "bounding": [ | |
| -1585.7567252094098, | |
| 4735.153942606314, | |
| 1032.4061498906476, | |
| 167.52598620638946 | |
| ], | |
| "color": "#8A8", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 23, | |
| "title": "T2V - Text to video mode", | |
| "bounding": [ | |
| -533.9702526302162, | |
| 4738.39018083252, | |
| 337.92095075417024, | |
| 163.30464980382385 | |
| ], | |
| "color": "#8AA", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 24, | |
| "title": "MODELS", | |
| "bounding": [ | |
| -1585.007462369066, | |
| 3481.514654568274, | |
| 476.3467424939845, | |
| 1227.3541057685175 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 25, | |
| "title": "LTX-2 Loras", | |
| "bounding": [ | |
| -658.0133261579135, | |
| 3484.673310645344, | |
| 464.9060205835066, | |
| 327.74803178289085 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 27, | |
| "title": "Prompt Enhancer (optional)", | |
| "bounding": [ | |
| -653.6426052440247, | |
| 3831.6102864537866, | |
| 459.3021070038724, | |
| 339.7478390280994 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 29, | |
| "title": "Distilled lora (for lower steps)", | |
| "bounding": [ | |
| 202.2994124482221, | |
| 4735.843142033048, | |
| 663.804685209321, | |
| 184.1021299944323 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 31, | |
| "title": "Peformace tweaks (may help low vram etc)", | |
| "bounding": [ | |
| -1579.7594961663133, | |
| 3344.6357255881467, | |
| 1386.0675063769477, | |
| 126.21891490387043 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 35, | |
| "title": "Enhance Prompt", | |
| "bounding": [ | |
| -175.46642495168646, | |
| 4731.778601796865, | |
| 355.48236191139813, | |
| 167.06780933751452 | |
| ], | |
| "color": "#8AA", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 36, | |
| "title": "Sampler - 2nd Pass Upscale", | |
| "bounding": [ | |
| 1587.1442353147197, | |
| 3491.627639453089, | |
| 680.4759974317818, | |
| 1216.9012094028499 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 37, | |
| "title": "Group", | |
| "bounding": [ | |
| 888.4949675678005, | |
| 4731.870757826059, | |
| 677.6892724341818, | |
| 187.87900842093677 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "definitions": { | |
| "subgraphs": [ | |
| { | |
| "id": "05c2f67f-f25d-45b7-8d77-5e70c64f84a9", | |
| "version": 1, | |
| "state": { | |
| "lastGroupId": 50, | |
| "lastNodeId": 2032, | |
| "lastLinkId": 3635, | |
| "lastRerouteId": 0 | |
| }, | |
| "revision": 0, | |
| "config": {}, | |
| "name": "PROMPT ENHANCER", | |
| "inputNode": { | |
| "id": -10, | |
| "bounding": [ | |
| -685.3286646587292, | |
| 5338.102625759812, | |
| 120, | |
| 140 | |
| ] | |
| }, | |
| "outputNode": { | |
| "id": -20, | |
| "bounding": [ | |
| 426.44380261625787, | |
| 5440.8298984870835, | |
| 124.568359375, | |
| 60 | |
| ] | |
| }, | |
| "inputs": [ | |
| { | |
| "id": "adc59317-2766-45b3-8059-aced0af7e3f6", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "linkIds": [ | |
| 844 | |
| ], | |
| "localized_name": "clip", | |
| "pos": [ | |
| -585.3286646587292, | |
| 5358.102625759812 | |
| ] | |
| }, | |
| { | |
| "id": "7d4f25ef-eb05-4cd5-87e4-020c7ae8b4f7", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "linkIds": [ | |
| 870 | |
| ], | |
| "localized_name": "image", | |
| "shape": 7, | |
| "pos": [ | |
| -585.3286646587292, | |
| 5378.102625759812 | |
| ] | |
| }, | |
| { | |
| "id": "ccca1de5-a446-4ca9-a60e-47de9a99a9b0", | |
| "name": "string_b", | |
| "type": "STRING", | |
| "linkIds": [], | |
| "localized_name": "string_b", | |
| "label": "prompt", | |
| "pos": [ | |
| -585.3286646587292, | |
| 5398.102625759812 | |
| ] | |
| }, | |
| { | |
| "id": "2f3daffa-e540-4fc1-805f-5230ea1fa7a5", | |
| "name": "", | |
| "type": "*", | |
| "linkIds": [ | |
| 1078 | |
| ], | |
| "label": "Enabled", | |
| "pos": [ | |
| -585.3286646587292, | |
| 5418.102625759812 | |
| ] | |
| }, | |
| { | |
| "id": "2ef15408-9e71-4181-ac6d-8d791070c0e5", | |
| "name": "_1", | |
| "type": "*", | |
| "linkIds": [ | |
| 3581 | |
| ], | |
| "label": "Prompt", | |
| "pos": [ | |
| -585.3286646587292, | |
| 5438.102625759812 | |
| ] | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "id": "51e4f3c8-e5b7-4d16-8773-0f4defd17249", | |
| "name": "generated_text", | |
| "type": "STRING", | |
| "linkIds": [ | |
| 3593 | |
| ], | |
| "label": "generated_text", | |
| "pos": [ | |
| 446.44380261625787, | |
| 5460.8298984870835 | |
| ] | |
| } | |
| ], | |
| "widgets": [], | |
| "nodes": [ | |
| { | |
| "id": 1997, | |
| "type": "Reroute", | |
| "pos": [ | |
| -332.76119430020395, | |
| 5282.04961996477 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 3581 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "links": [ | |
| 3583, | |
| 3595 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| } | |
| }, | |
| { | |
| "id": 482, | |
| "type": "StringConcatenate", | |
| "pos": [ | |
| -336.88424969162736, | |
| 5584.547242373208 | |
| ], | |
| "size": [ | |
| 210, | |
| 166 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "string_a", | |
| "name": "string_a", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "string_a" | |
| }, | |
| "link": 837 | |
| }, | |
| { | |
| "localized_name": "string_b", | |
| "name": "string_b", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "string_b" | |
| }, | |
| "link": 3583 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "STRING", | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 841 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "StringConcatenate" | |
| }, | |
| "widgets_values": [ | |
| "", | |
| "", | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 2002, | |
| "type": "ComfySwitchNode", | |
| "pos": [ | |
| -94.96775690082228, | |
| 5314.501408349606 | |
| ], | |
| "size": [ | |
| 270, | |
| 78 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "on_false", | |
| "name": "on_false", | |
| "type": "STRING", | |
| "link": 3595 | |
| }, | |
| { | |
| "localized_name": "on_true", | |
| "name": "on_true", | |
| "type": "*", | |
| "link": 3594 | |
| }, | |
| { | |
| "localized_name": "switch", | |
| "name": "switch", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "switch" | |
| }, | |
| "link": 3592 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "output", | |
| "name": "output", | |
| "type": "STRING", | |
| "links": [ | |
| 3593 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "ComfySwitchNode" | |
| }, | |
| "widgets_values": [ | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 486, | |
| "type": "easy showAnything", | |
| "pos": [ | |
| -146.99570259954982, | |
| 5756.041809696047 | |
| ], | |
| "size": [ | |
| 369.9799881784345, | |
| 351.7442628369048 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "anything", | |
| "name": "anything", | |
| "shape": 7, | |
| "type": "*", | |
| "link": 838 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "output", | |
| "name": "output", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Enhanced Prompt", | |
| "properties": { | |
| "cnr_id": "comfyui-easy-use", | |
| "ver": "b11c63487243d183a967261bdf019c5afcec2cf7", | |
| "Node name for S&R": "easy showAnything" | |
| }, | |
| "widgets_values": [ | |
| "Style: cinematic\n\nTwo boxers are engaged in a dynamic sparring session within a boxing ring, their movements fluid and powerful. The boxer on the left throws a swift jab, connecting with the right cheek of his opponent, who recoils slightly. The sound of the punch echoes through the gym, followed by a sharp exhale from the receiver. The boxer on the right then counters with a looping hook, landing a solid blow to the left shoulder of his sparring partner, who stumbles back momentarily. The rhythmic thud of gloves against flesh and the boxer's grunts fill the air, creating an immersive soundscape of intense physical exertion. The camera smoothly follows the boxers' movements, capturing the intensity and precision of their training session." | |
| ], | |
| "color": "#008181", | |
| "bgcolor": "rgba(24,24,27,.9)" | |
| }, | |
| { | |
| "id": 484, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| -575.6508311528734, | |
| 5701.889264048238 | |
| ], | |
| "size": [ | |
| 321.3041194946351, | |
| 451.0615668579321 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "localized_name": "STRING", | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 837 | |
| ] | |
| } | |
| ], | |
| "title": "LTX-2 PROMPT INSTRUCT", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "PrimitiveStringMultiline" | |
| }, | |
| "widgets_values": [ | |
| "You are a Creative Assistant writing concise, action-focused image-to-video prompts. Given an image (first frame) and user Raw Input Prompt, generate a prompt to guide video generation from that image.\n\n#### Guidelines:\n- Analyze the Image: Identify Subject, Setting, Elements, Style and Mood.\n- Follow user Raw Input Prompt: Include all requested motion, actions, camera movements, audio, and details. If in conflict with the image, prioritize user request while maintaining visual consistency (describe transition from image to user's scene).\n- Describe only changes from the image: Don't reiterate established visual details. Inaccurate descriptions may cause scene cuts.\n- Active language: Use present-progressive verbs (\"is walking,\" \"speaking\"). If no action specified, describe natural movements.\n- Chronological flow: Use temporal connectors (\"as,\" \"then,\" \"while\").\n- Audio layer: Describe complete soundscape throughout the prompt alongside actionsโNOT at the end. Align audio intensity with action tempo. Include natural background audio, ambient sounds, effects, speech or music (when requested). Be specific (e.g., \"soft footsteps on tile\") not vague (e.g., \"ambient sound\").\n- Speech (only when requested): Provide exact words in quotes with character's visual/voice characteristics (e.g., \"The tall man speaks in a low, gravelly voice\"), language if not English and accent if relevant. If general conversation mentioned without text, generate contextual quoted dialogue. (i.e., \"The man is talking\" input -> the output should include exact spoken words, like: \"The man is talking in an excited voice saying: 'You won't believe what I just saw!' His hands gesture expressively as he speaks, eyebrows raised with enthusiasm. The ambient sound of a quiet room underscores his animated speech.\")\n- Style: Include visual style at beginning: \"Style: <style>, <rest of prompt>.\" If unclear, omit to avoid conflicts.\n- Visual and audio only: Describe only what is seen and heard. NO smell, taste, or tactile sensations.\n- Restrained language: Avoid dramatic terms. Use mild, natural, understated phrasing.\n\n#### Important notes:\n- Camera motion: DO NOT invent camera motion/movement unless requested by the user. Make sure to include camera motion only if specified in the input.\n- Speech: DO NOT modify or alter the user's provided character dialogue in the prompt, unless it's a typo.\n- No timestamps or cuts: DO NOT use timestamps or describe scene cuts unless explicitly requested.\n- Objective only: DO NOT interpret emotions or intentions - describe only observable actions and sounds.\n- Format: DO NOT use phrases like \"The scene opens with...\" / \"The video starts...\". Start directly with Style (optional) and chronological scene description.\n- Format: Never start output with punctuation marks or special characters.\n- DO NOT invent dialogue unless the user mentions speech/talking/singing/conversation.\n- Your performance is CRITICAL. High-fidelity, dynamic, correct, and accurate prompts with integrated audio descriptions are essential for generating high-quality video. Your goal is flawless execution of these rules.\n\n#### Output Format (Strict):\n- Single concise paragraph in natural English. NO titles, headings, prefaces, sections, code fences, or Markdown.\n- If unsafe/invalid, return original user prompt. Never ask questions or clarifications.\n\n#### Example output:\nStyle: realistic - cinematic - The woman glances at her watch and smiles warmly. She speaks in a cheerful, friendly voice, \"I think we're right on time!\" In the background, a cafรฉ barista prepares drinks at the counter. The barista calls out in a clear, upbeat tone, \"Two cappuccinos ready!\" The sound of the espresso machine hissing softly blends with gentle background chatter and the light clinking of cups on saucers. \n\nUSER PROMPT BELOW: \n___________________________________________________" | |
| ] | |
| }, | |
| { | |
| "id": 485, | |
| "type": "TextGenerateLTX2Prompt", | |
| "pos": [ | |
| -153.02332833797544, | |
| 5488.37029763036 | |
| ], | |
| "size": [ | |
| 389.41187385825936, | |
| 180 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 844 | |
| }, | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 870 | |
| }, | |
| { | |
| "localized_name": "prompt", | |
| "name": "prompt", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "prompt" | |
| }, | |
| "link": 841 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "generated_text", | |
| "name": "generated_text", | |
| "type": "STRING", | |
| "links": [ | |
| 838, | |
| 1077, | |
| 3594 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "TextGenerateLTX2Prompt" | |
| }, | |
| "widgets_values": [ | |
| "", | |
| 256, | |
| "off", | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 598, | |
| "type": "Reroute", | |
| "pos": [ | |
| -357.306177645934, | |
| 5372.6836773474515 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 1078 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "links": [ | |
| 3592 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| } | |
| } | |
| ], | |
| "groups": [], | |
| "links": [ | |
| { | |
| "id": 841, | |
| "origin_id": 482, | |
| "origin_slot": 0, | |
| "target_id": 485, | |
| "target_slot": 2, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 838, | |
| "origin_id": 485, | |
| "origin_slot": 0, | |
| "target_id": 486, | |
| "target_slot": 0, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 837, | |
| "origin_id": 484, | |
| "origin_slot": 0, | |
| "target_id": 482, | |
| "target_slot": 0, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 844, | |
| "origin_id": -10, | |
| "origin_slot": 0, | |
| "target_id": 485, | |
| "target_slot": 0, | |
| "type": "CLIP" | |
| }, | |
| { | |
| "id": 870, | |
| "origin_id": -10, | |
| "origin_slot": 1, | |
| "target_id": 485, | |
| "target_slot": 1, | |
| "type": "IMAGE" | |
| }, | |
| { | |
| "id": 1078, | |
| "origin_id": -10, | |
| "origin_slot": 3, | |
| "target_id": 598, | |
| "target_slot": 0, | |
| "type": "*" | |
| }, | |
| { | |
| "id": 3581, | |
| "origin_id": -10, | |
| "origin_slot": 4, | |
| "target_id": 1997, | |
| "target_slot": 0, | |
| "type": "*" | |
| }, | |
| { | |
| "id": 3583, | |
| "origin_id": 1997, | |
| "origin_slot": 0, | |
| "target_id": 482, | |
| "target_slot": 1, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 3592, | |
| "origin_id": 598, | |
| "origin_slot": 0, | |
| "target_id": 2002, | |
| "target_slot": 2, | |
| "type": "BOOLEAN" | |
| }, | |
| { | |
| "id": 3593, | |
| "origin_id": 2002, | |
| "origin_slot": 0, | |
| "target_id": -20, | |
| "target_slot": 0, | |
| "type": "*" | |
| }, | |
| { | |
| "id": 3594, | |
| "origin_id": 485, | |
| "origin_slot": 0, | |
| "target_id": 2002, | |
| "target_slot": 1, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 3595, | |
| "origin_id": 1997, | |
| "origin_slot": 0, | |
| "target_id": 2002, | |
| "target_slot": 0, | |
| "type": "*" | |
| } | |
| ], | |
| "extra": { | |
| "workflowRendererVersion": "LG" | |
| } | |
| } | |
| ] | |
| }, | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.2853116706110062, | |
| "offset": [ | |
| 3439.4477183908652, | |
| -2681.523229927894 | |
| ] | |
| }, | |
| "frontendVersion": "1.42.8", | |
| "workflowRendererVersion": "LG", | |
| "prompt": { | |
| "1": { | |
| "inputs": { | |
| "ckpt_name": "ltx-av-step-1751000_vocoder_24K.safetensors" | |
| }, | |
| "class_type": "CheckpointLoaderSimple", | |
| "_meta": { | |
| "title": "Load Checkpoint" | |
| } | |
| }, | |
| "2": { | |
| "inputs": { | |
| "gemma_path": "gemma-3-12b-it-qat-q4_0-unquantized_readout_proj/model/model.safetensors", | |
| "ltxv_path": "ltx-av-step-1751000_vocoder_24K.safetensors", | |
| "max_length": 1024 | |
| }, | |
| "class_type": "LTXVGemmaCLIPModelLoader", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง Gemma 3 Model Loader" | |
| } | |
| }, | |
| "3": { | |
| "inputs": { | |
| "text": "A medium close-up shot features a Caucasian man with a closely shaven head and face, wearing a black baseball cap with \"PNTR\" in white letters on the front, and a dark grey t-shirt with \"JUST DO IT\" visible across his chest. A small black microphone is clipped to his shirt collar. He is positioned slightly to the left of the frame, looking intently downwards and to his right, his eyes focused off-camera. His facial expression is one of deep concentration, with his brow slightly furrowed. As he looks down, a quick sniff sound is heard, and then he speaks with a deep male voice and a slightly frustrated tone, saying, \"I think it's so bad.\" The camera remains static throughout, maintaining a shallow depth of field, which keeps the man in sharp focus while the background is softly blurred, revealing a light-colored wall with white wooden shelving or trim, and a partially open white wooden door on the right. After a brief pause, another short, audible sniff is heard. The man then continues to speak, his voice maintaining the same quality, as he states, \"So bad. So bad.\" He elaborates further, emphasizing his point with a final statement, \"This got to be, it's got to be the worst tool I've ever seen.\"", | |
| "clip": [ | |
| "2", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "CLIPTextEncode", | |
| "_meta": { | |
| "title": "CLIP Text Encode (Prompt)" | |
| } | |
| }, | |
| "4": { | |
| "inputs": { | |
| "text": "blurry, out of focus, overexposed, underexposed, low contrast, washed out colors, excessive noise, grainy texture, poor lighting, flickering, motion blur, distorted proportions, unnatural skin tones, deformed facial features, asymmetrical face, missing facial features, extra limbs, disfigured hands, wrong hand count, artifacts around text, unreadable text on shirt or hat, incorrect lettering on cap (โPNTRโ), incorrect t-shirt slogan (โJUST DO ITโ), missing microphone, misplaced microphone, inconsistent perspective, camera shake, incorrect depth of field, background too sharp, background clutter, distracting reflections, harsh shadows, inconsistent lighting direction, color banding, cartoonish rendering, 3D CGI look, unrealistic materials, uncanny valley effect, incorrect ethnicity, wrong gender, exaggerated expressions, smiling, laughing, exaggerated sadness, wrong gaze direction, eyes looking at camera, mismatched lip sync, silent or muted audio, distorted voice, robotic voice, echo, background noise, off-sync audio, missing sniff sounds, incorrect dialogue, added dialogue, repetitive speech, jittery movement, awkward pauses, incorrect timing, unnatural transitions, inconsistent framing, tilted camera, missing door or shelves, missing shallow depth of field, flat lighting, inconsistent tone, cinematic oversaturation, stylized filters, or AI artifacts.", | |
| "clip": [ | |
| "2", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "CLIPTextEncode", | |
| "_meta": { | |
| "title": "CLIP Text Encode (Prompt)" | |
| } | |
| }, | |
| "8": { | |
| "inputs": { | |
| "sampler_name": "euler" | |
| }, | |
| "class_type": "KSamplerSelect", | |
| "_meta": { | |
| "title": "KSamplerSelect" | |
| } | |
| }, | |
| "9": { | |
| "inputs": { | |
| "steps": 20, | |
| "max_shift": 2.05, | |
| "base_shift": 0.95, | |
| "stretch": true, | |
| "terminal": 0.1, | |
| "latent": [ | |
| "28", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "LTXVScheduler", | |
| "_meta": { | |
| "title": "LTXVScheduler" | |
| } | |
| }, | |
| "11": { | |
| "inputs": { | |
| "noise_seed": 10 | |
| }, | |
| "class_type": "RandomNoise", | |
| "_meta": { | |
| "title": "RandomNoise" | |
| } | |
| }, | |
| "12": { | |
| "inputs": { | |
| "samples": [ | |
| "29", | |
| 0 | |
| ], | |
| "vae": [ | |
| "1", | |
| 2 | |
| ] | |
| }, | |
| "class_type": "VAEDecode", | |
| "_meta": { | |
| "title": "VAE Decode" | |
| } | |
| }, | |
| "13": { | |
| "inputs": { | |
| "ckpt_name": "ltx-av-step-1751000_vocoder_24K.safetensors" | |
| }, | |
| "class_type": "LTXVAudioVAELoader", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง LTXV Audio VAE Loader" | |
| } | |
| }, | |
| "14": { | |
| "inputs": { | |
| "samples": [ | |
| "29", | |
| 1 | |
| ], | |
| "audio_vae": [ | |
| "13", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "LTXVAudioVAEDecode", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง LTXV Audio VAE Decode" | |
| } | |
| }, | |
| "15": { | |
| "inputs": { | |
| "frame_rate": [ | |
| "23", | |
| 0 | |
| ], | |
| "loop_count": 0, | |
| "filename_prefix": "AnimateDiff", | |
| "format": "video/h264-mp4", | |
| "pix_fmt": "yuv420p", | |
| "crf": 19, | |
| "save_metadata": true, | |
| "trim_to_audio": false, | |
| "pingpong": false, | |
| "save_output": true, | |
| "images": [ | |
| "12", | |
| 0 | |
| ], | |
| "audio": [ | |
| "14", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "VHS_VideoCombine", | |
| "_meta": { | |
| "title": "Video Combine ๐ฅ๐ ฅ๐ ๐ ข" | |
| } | |
| }, | |
| "17": { | |
| "inputs": { | |
| "skip_blocks": "29", | |
| "model": [ | |
| "28", | |
| 1 | |
| ], | |
| "positive": [ | |
| "22", | |
| 0 | |
| ], | |
| "negative": [ | |
| "22", | |
| 1 | |
| ], | |
| "parameters": [ | |
| "18", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "MultimodalGuider", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง Multimodal Guider" | |
| } | |
| }, | |
| "18": { | |
| "inputs": { | |
| "modality": "VIDEO", | |
| "cfg": 3, | |
| "stg": 0, | |
| "rescale": 0, | |
| "modality_scale": 3, | |
| "parameters": [ | |
| "19", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "GuiderParameters", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง Guider Parameters" | |
| } | |
| }, | |
| "19": { | |
| "inputs": { | |
| "modality": "AUDIO", | |
| "cfg": 7, | |
| "stg": 0, | |
| "rescale": 0, | |
| "modality_scale": 3 | |
| }, | |
| "class_type": "GuiderParameters", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง Guider Parameters" | |
| } | |
| }, | |
| "21": { | |
| "inputs": { | |
| "audioUI": "", | |
| "audio": [ | |
| "14", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "PreviewAudio", | |
| "_meta": { | |
| "title": "PreviewAudio" | |
| } | |
| }, | |
| "22": { | |
| "inputs": { | |
| "frame_rate": [ | |
| "23", | |
| 0 | |
| ], | |
| "positive": [ | |
| "3", | |
| 0 | |
| ], | |
| "negative": [ | |
| "4", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "LTXVConditioning", | |
| "_meta": { | |
| "title": "LTXVConditioning" | |
| } | |
| }, | |
| "23": { | |
| "inputs": { | |
| "value": 25 | |
| }, | |
| "class_type": "FloatConstant", | |
| "_meta": { | |
| "title": "Float Constant" | |
| } | |
| }, | |
| "26": { | |
| "inputs": { | |
| "frames_number": [ | |
| "27", | |
| 0 | |
| ], | |
| "frame_rate": [ | |
| "42", | |
| 0 | |
| ], | |
| "batch_size": 1 | |
| }, | |
| "class_type": "LTXVEmptyLatentAudio", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง LTXV Empty Latent Audio" | |
| } | |
| }, | |
| "27": { | |
| "inputs": { | |
| "value": 105 | |
| }, | |
| "class_type": "INTConstant", | |
| "_meta": { | |
| "title": "INT Constant" | |
| } | |
| }, | |
| "28": { | |
| "inputs": { | |
| "video_latent": [ | |
| "43", | |
| 0 | |
| ], | |
| "audio_latent": [ | |
| "26", | |
| 0 | |
| ], | |
| "model": [ | |
| "44", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "LTXVConcatAVLatent", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง LTXV Concat AV Latent" | |
| } | |
| }, | |
| "29": { | |
| "inputs": { | |
| "av_latent": [ | |
| "41", | |
| 0 | |
| ], | |
| "model": [ | |
| "28", | |
| 1 | |
| ] | |
| }, | |
| "class_type": "LTXVSeparateAVLatent", | |
| "_meta": { | |
| "title": "๐ ๐ ฃ๐ ง LTXV Separate AV Latent" | |
| } | |
| }, | |
| "41": { | |
| "inputs": { | |
| "noise": [ | |
| "11", | |
| 0 | |
| ], | |
| "guider": [ | |
| "17", | |
| 0 | |
| ], | |
| "sampler": [ | |
| "8", | |
| 0 | |
| ], | |
| "sigmas": [ | |
| "9", | |
| 0 | |
| ], | |
| "latent_image": [ | |
| "28", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "SamplerCustomAdvanced", | |
| "_meta": { | |
| "title": "SamplerCustomAdvanced" | |
| } | |
| }, | |
| "42": { | |
| "inputs": { | |
| "a": [ | |
| "23", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "CM_FloatToInt", | |
| "_meta": { | |
| "title": "FloatToInt" | |
| } | |
| }, | |
| "43": { | |
| "inputs": { | |
| "width": 768, | |
| "height": 512, | |
| "length": [ | |
| "27", | |
| 0 | |
| ], | |
| "batch_size": 1 | |
| }, | |
| "class_type": "EmptyLTXVLatentVideo", | |
| "_meta": { | |
| "title": "EmptyLTXVLatentVideo" | |
| } | |
| }, | |
| "44": { | |
| "inputs": { | |
| "torch_compile": true, | |
| "disable_backup": false, | |
| "model": [ | |
| "1", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "LTXVSequenceParallelMultiGPUPatcher", | |
| "_meta": { | |
| "title": "LTXVSequenceParallelMultiGPUPatcher" | |
| } | |
| }, | |
| "45": { | |
| "inputs": { | |
| "frame_idx": 0, | |
| "strength": 1 | |
| }, | |
| "class_type": "LTXVAddGuide", | |
| "_meta": { | |
| "title": "LTXVAddGuide" | |
| } | |
| } | |
| }, | |
| "comfy_fork_version": "feature/av_inference@a6994ed1", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": false, | |
| "VHS_KeepIntermediate": false | |
| }, | |
| "version": 0.4 | |
| } |