Instructions to use jongking/LTX-2.3-Multiple-Subject-Reference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jongking/LTX-2.3-Multiple-Subject-Reference with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jongking/LTX-2.3-Multiple-Subject-Reference", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| { | |
| "id": "aaf551c7-d6b3-46a7-8996-8f20cd40a6bd", | |
| "revision": 0, | |
| "last_node_id": 79, | |
| "last_link_id": 307, | |
| "nodes": [ | |
| { | |
| "id": 39, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -1780, | |
| -90 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 4, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "杞藉叿pic1_0012.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 23, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 1460, | |
| -20 | |
| ], | |
| "size": [ | |
| 190, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 282 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 65 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 281 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 27, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 1570, | |
| -220 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 200 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "ManualSigmas", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.6.2", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "1.0, 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 16, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 1910, | |
| -120 | |
| ], | |
| "size": [ | |
| 180, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 50 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 139 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 52 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 200 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 281 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 66 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 2010, | |
| -410 | |
| ], | |
| "size": [ | |
| 190, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 66 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 57 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 67 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 25, | |
| "type": "LTXVAudioVAEDecode", | |
| "pos": [ | |
| 2320, | |
| -400 | |
| ], | |
| "size": [ | |
| 160, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 67 | |
| }, | |
| { | |
| "label": "Audio VAE", | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 167 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Audio", | |
| "type": "AUDIO", | |
| "links": [ | |
| 61 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVAudioVAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "LTXAddVideoICLoRAGuide", | |
| "pos": [ | |
| 1170, | |
| -650 | |
| ], | |
| "size": [ | |
| 320, | |
| 290 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 179 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 180 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 42 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 43 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 154 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 152, | |
| 222 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 153, | |
| 223 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 282 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "ComfyUI-LTXVideo", | |
| "ver": "229437c6b65796d6a7a63ae34be2bd5ba31fa543", | |
| "Node name for S&R": "LTXAddVideoICLoRAGuide", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| 1, | |
| 1, | |
| "center", | |
| false, | |
| 256, | |
| 64 | |
| ] | |
| }, | |
| { | |
| "id": 37, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 1620, | |
| -510 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 304 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 222 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 223 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 139 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "Node name for S&R": "CFGGuider", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.6.2", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "LowVRAMCheckpointLoader", | |
| "pos": [ | |
| -780, | |
| -60 | |
| ], | |
| "size": [ | |
| 350, | |
| 100 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "dependencies", | |
| "shape": 7, | |
| "type": "*", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 45 | |
| ] | |
| }, | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": null | |
| }, | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 42, | |
| 97 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LowVRAMCheckpointLoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-distilled-1.1.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "LTXAVTextEncoderLoader", | |
| "pos": [ | |
| -930, | |
| 260 | |
| ], | |
| "size": [ | |
| 420, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 292, | |
| 294 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXAVTextEncoderLoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.6.2", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "models": [ | |
| { | |
| "name": "ltx-2.3-22b-dev.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-22b-dev.safetensors", | |
| "directory": "checkpoints" | |
| }, | |
| { | |
| "name": "gemma_3_12B_it_fp4_mixed.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors", | |
| "directory": "text_encoders" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "gemma_3_12B_it.safetensors", | |
| "ltx-2.3-22b-distilled-1.1.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 20, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| 840, | |
| -1560 | |
| ], | |
| "size": [ | |
| 750, | |
| 760 | |
| ], | |
| "flags": {}, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 62 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "SaveVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "LTX-2/MSR_verify_iclora_guide", | |
| "auto", | |
| "auto" | |
| ] | |
| }, | |
| { | |
| "id": 28, | |
| "type": "LiconMSR", | |
| "pos": [ | |
| 740, | |
| -580 | |
| ], | |
| "size": [ | |
| 270, | |
| 190 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "1", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 240 | |
| }, | |
| { | |
| "name": "2", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 241 | |
| }, | |
| { | |
| "name": "3", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 242 | |
| }, | |
| { | |
| "name": "4", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": null | |
| }, | |
| { | |
| "name": "background", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 75 | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 119 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 121 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "IMAGE", | |
| "links": [ | |
| 154 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LiconMSR", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1920, | |
| 1280, | |
| 41 | |
| ] | |
| }, | |
| { | |
| "id": 29, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 440, | |
| -1560 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 240 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "2.jpg", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 430, | |
| -1130 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 241 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "1.jpg", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 19, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 2590, | |
| -820 | |
| ], | |
| "size": [ | |
| 270, | |
| 80 | |
| ], | |
| "flags": {}, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 305 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": 61 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 62 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "CreateVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 50 | |
| ] | |
| }, | |
| { | |
| "id": 50, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -340, | |
| -560 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "值", | |
| "name": "value", | |
| "type": "INT", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "值", | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 230, | |
| 231 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c661baadd9683c0033cd2a6ad90157c6d099a6c2", | |
| "Node name for S&R": "INTConstant", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.4.1" | |
| }, | |
| "widget_ue_connectable": { | |
| "value": true | |
| } | |
| }, | |
| "widgets_values": [ | |
| 751 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 33, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 360, | |
| -580 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 4, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 242 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "猪.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -260, | |
| -810 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "值", | |
| "name": "value", | |
| "type": "INT", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "值", | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 119, | |
| 122 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c661baadd9683c0033cd2a6ad90157c6d099a6c2", | |
| "Node name for S&R": "INTConstant", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.4.1" | |
| }, | |
| "widget_ue_connectable": { | |
| "value": true | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1280 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 44, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -220, | |
| -680 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "值", | |
| "name": "value", | |
| "type": "INT", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "值", | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 120, | |
| 121 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "c661baadd9683c0033cd2a6ad90157c6d099a6c2", | |
| "Node name for S&R": "INTConstant", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.4.1" | |
| }, | |
| "widget_ue_connectable": { | |
| "value": true | |
| } | |
| }, | |
| "widgets_values": [ | |
| 720 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 30, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 40, | |
| -590 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 75 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "bg (5).png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "LTXICLoRALoaderModelOnly", | |
| "pos": [ | |
| -390, | |
| -80 | |
| ], | |
| "size": [ | |
| 390, | |
| 140 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 45 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "links": [ | |
| 304 | |
| ] | |
| }, | |
| { | |
| "name": "latent_downscale_factor", | |
| "type": "FLOAT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "ComfyUI-LTXVideo", | |
| "ver": "229437c6b65796d6a7a63ae34be2bd5ba31fa543", | |
| "Node name for S&R": "LTXICLoRALoaderModelOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "LTX-2.3\\LTX-2.3-Licon-MSR-V1.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 17, | |
| "type": "LTXVCropGuides", | |
| "pos": [ | |
| 1950, | |
| -710 | |
| ], | |
| "size": [ | |
| 220, | |
| 70 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 152 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 153 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 57 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 149 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVCropGuides", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 38, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2240, | |
| -760 | |
| ], | |
| "size": [ | |
| 240, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 149 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 97 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 305 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "VAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.6.2", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 290, | |
| -130 | |
| ], | |
| "size": [ | |
| 430, | |
| 280 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 292 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 38 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Realistic cinematic Chinese fantasy style, maintain strong reference consistency for both characters and the ancient village street. Do not change their faces, hairstyles, costumes, colors, accessories, fabric patterns, body proportions, or overall visual style.\n\n15-second one-shot video, no cuts, high-motion chase sequence. After the rain, an ancient Jiangnan village alley with white walls, black tiled roofs, wet stone pavement, warm glowing lanterns, misty mountains in the distance, and willow branches hanging in the foreground.\n\nThe camera starts behind the wet willow branches, then rushes forward rapidly into the narrow alley. The woman in the pale green ornate ancient dress suddenly runs across the frame from right to left, her long layered skirt, translucent shawl, jade ornaments, earrings, and hair ribbons flying dramatically in the wind. She glances back with a tense expression while running.\n\nThe man in the deep red embroidered robe with a black fur collar bursts out from the left-side alley entrance and immediately chases after her. His long hair, pearl earrings, wide sleeves, red robe, and black fur collar move violently with the speed. His footsteps hit the wet stone pavement, splashing water from puddles.\n\nThe camera follows them in one continuous fast tracking shot, weaving through the narrow alley. The woman dodges around a stone step, spins past a glowing lantern, and her green shawl sweeps across the frame. The man closes the distance, reaches out toward her, but she quickly turns sideways and slips past him. Their sleeves nearly touch, creating a strong flowing motion between red and green fabric.\n\nThe camera circles around them as they pass each other, then instantly swings behind the man as he turns and continues chasing her deeper into the alley. Lantern reflections stretch and break across the wet ground. Willow leaves, mist, robe hems, hair strands, earrings, and translucent fabric all move strongly with the wind and speed.\n\nIn the final seconds, the woman suddenly stops, spins around sharply, and her long green dress forms a wide circular arc on the wet stone pavement. The man rushes forward and stops just in front of her, his red sleeves and robe continuing to fly forward from inertia. The camera pushes in quickly from a low angle and ends on their intense face-to-face stare. Strong dynamic motion, fast chase, dramatic fabric movement, water splashes, camera rotation, rapid push-in, wind-blown hair and accessories. No cuts, no face change, no costume change, no style change.\n" | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 310, | |
| 230 | |
| ], | |
| "size": [ | |
| 400, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 294 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 39 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "worst quality, blurry, jittery, distorted, inconsistent appearance," | |
| ] | |
| }, | |
| { | |
| "id": 21, | |
| "type": "LTXVAudioVAELoader", | |
| "pos": [ | |
| -420, | |
| 440 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "Audio VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 63, | |
| 167 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVAudioVAELoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-distilled-1.1.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "LTXVConditioning", | |
| "pos": [ | |
| 890, | |
| -120 | |
| ], | |
| "size": [ | |
| 270, | |
| 80 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 38 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 39 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 179 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 180 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVConditioning", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 50 | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "EmptyLTXVLatentVideo", | |
| "pos": [ | |
| 830, | |
| 150 | |
| ], | |
| "size": [ | |
| 270, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 122 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 120 | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 230 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 43 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "EmptyLTXVLatentVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1280, | |
| 1920, | |
| 145, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 15, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 1440, | |
| 160 | |
| ], | |
| "size": [ | |
| 290, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 50 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "RandomNoise", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 97593527707150, | |
| "randomize" | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 1850, | |
| 120 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 52 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "KSamplerSelect", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ] | |
| }, | |
| { | |
| "id": 22, | |
| "type": "LTXVEmptyLatentAudio", | |
| "pos": [ | |
| 1140, | |
| 30 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "Audio VAE", | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 63 | |
| }, | |
| { | |
| "name": "frames_number", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frames_number" | |
| }, | |
| "link": 231 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 65 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LTXVEmptyLatentAudio", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 241, | |
| 50, | |
| 1 | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 38, | |
| 5, | |
| 0, | |
| 7, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 39, | |
| 6, | |
| 0, | |
| 7, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 42, | |
| 3, | |
| 2, | |
| 9, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 43, | |
| 8, | |
| 0, | |
| 9, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 45, | |
| 3, | |
| 0, | |
| 10, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 50, | |
| 15, | |
| 0, | |
| 16, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 52, | |
| 13, | |
| 0, | |
| 16, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 57, | |
| 24, | |
| 0, | |
| 17, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 61, | |
| 25, | |
| 0, | |
| 19, | |
| 1, | |
| "AUDIO" | |
| ], | |
| [ | |
| 62, | |
| 19, | |
| 0, | |
| 20, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 63, | |
| 21, | |
| 0, | |
| 22, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 65, | |
| 22, | |
| 0, | |
| 23, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 66, | |
| 16, | |
| 0, | |
| 24, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 67, | |
| 24, | |
| 1, | |
| 25, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 75, | |
| 30, | |
| 0, | |
| 28, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 97, | |
| 3, | |
| 2, | |
| 38, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 119, | |
| 43, | |
| 0, | |
| 28, | |
| 5, | |
| "INT" | |
| ], | |
| [ | |
| 120, | |
| 44, | |
| 0, | |
| 8, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 121, | |
| 44, | |
| 0, | |
| 28, | |
| 6, | |
| "INT" | |
| ], | |
| [ | |
| 122, | |
| 43, | |
| 0, | |
| 8, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 139, | |
| 37, | |
| 0, | |
| 16, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 149, | |
| 17, | |
| 2, | |
| 38, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 152, | |
| 9, | |
| 0, | |
| 17, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 153, | |
| 9, | |
| 1, | |
| 17, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 154, | |
| 28, | |
| 0, | |
| 9, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 167, | |
| 21, | |
| 0, | |
| 25, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 179, | |
| 7, | |
| 0, | |
| 9, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 180, | |
| 7, | |
| 1, | |
| 9, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 200, | |
| 27, | |
| 0, | |
| 16, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 222, | |
| 9, | |
| 0, | |
| 37, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 223, | |
| 9, | |
| 1, | |
| 37, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 230, | |
| 50, | |
| 0, | |
| 8, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 231, | |
| 50, | |
| 0, | |
| 22, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 240, | |
| 29, | |
| 0, | |
| 28, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 241, | |
| 40, | |
| 0, | |
| 28, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 242, | |
| 33, | |
| 0, | |
| 28, | |
| 2, | |
| "IMAGE" | |
| ], | |
| [ | |
| 281, | |
| 23, | |
| 0, | |
| 16, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 282, | |
| 9, | |
| 2, | |
| 23, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 292, | |
| 26, | |
| 0, | |
| 5, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 294, | |
| 26, | |
| 0, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 304, | |
| 10, | |
| 0, | |
| 37, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 305, | |
| 38, | |
| 0, | |
| 19, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ue_links": [], | |
| "ds": { | |
| "scale": 0.45, | |
| "offset": [ | |
| 911.6670541914682, | |
| 1891.5079558841767 | |
| ] | |
| }, | |
| "links_added_by_ue": [], | |
| "frontendVersion": "1.42.15", | |
| "VHS_latentpreview": true, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": false, | |
| "VHS_KeepIntermediate": false | |
| }, | |
| "version": 0.4 | |
| } |