Instructions to use LiconStudio/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 LiconStudio/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("LiconStudio/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": "672e6623-01d8-4ec3-9cd5-5d7bb792b4d2", | |
| "revision": 0, | |
| "last_node_id": 48, | |
| "last_link_id": 209, | |
| "nodes": [ | |
| { | |
| "id": 19, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 2800, | |
| 170 | |
| ], | |
| "size": [ | |
| 270, | |
| 80 | |
| ], | |
| "flags": {}, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 117 | |
| }, | |
| { | |
| "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": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 2190, | |
| 130 | |
| ], | |
| "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": 16, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 1960, | |
| 170 | |
| ], | |
| "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": 54 | |
| } | |
| ], | |
| "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": 17, | |
| "type": "LTXVCropGuides", | |
| "pos": [ | |
| 2140, | |
| -80 | |
| ], | |
| "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": null | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": null | |
| }, | |
| { | |
| "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": 23, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 1720, | |
| 390 | |
| ], | |
| "size": [ | |
| 190, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 203 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 65 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 54 | |
| ] | |
| } | |
| ], | |
| "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": 38, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2490, | |
| 150 | |
| ], | |
| "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": [ | |
| 117 | |
| ] | |
| } | |
| ], | |
| "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": 25, | |
| "type": "LTXVAudioVAEDecode", | |
| "pos": [ | |
| 2480, | |
| 360 | |
| ], | |
| "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": 30, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 50, | |
| -120 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 75, | |
| 206 | |
| ] | |
| }, | |
| { | |
| "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": [ | |
| "鑳屾櫙鍥綺0012.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 20, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| 2790, | |
| 330 | |
| ], | |
| "size": [ | |
| 670, | |
| 910 | |
| ], | |
| "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": 33, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 50, | |
| -1030 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 160, | |
| 162 | |
| ] | |
| }, | |
| { | |
| "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": [ | |
| "浜簆ic1_0012.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "LTXVConditioning", | |
| "pos": [ | |
| 850, | |
| 350 | |
| ], | |
| "size": [ | |
| 270, | |
| 80 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 38 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 39 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 177, | |
| 179 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 178, | |
| 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": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "LTXAVTextEncoderLoader", | |
| "pos": [ | |
| -170, | |
| 510 | |
| ], | |
| "size": [ | |
| 420, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 69, | |
| 70 | |
| ] | |
| } | |
| ], | |
| "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": 21, | |
| "type": "LTXVAudioVAELoader", | |
| "pos": [ | |
| -70, | |
| 680 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "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": 27, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 1570, | |
| 250 | |
| ], | |
| "size": [ | |
| 300, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "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": 37, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 1620, | |
| -50 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 209 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 204 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 205 | |
| } | |
| ], | |
| "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": 9, | |
| "type": "LTXAddVideoICLoRAGuide", | |
| "pos": [ | |
| 1220, | |
| -390 | |
| ], | |
| "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, | |
| 204 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 153, | |
| 205 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "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": 5, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 410, | |
| 330 | |
| ], | |
| "size": [ | |
| 400, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 69 | |
| } | |
| ], | |
| "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": [ | |
| "高山雪场救援演练上午先切到红色警示旗和飞起的雪粉,红色冲锋衣的雪地救援队员拉起黄色救援担架,黑灰搜救犬沿雪道前冲,雪地摩托车从旁侧快速驶过;镜头快速切换担架、搜救犬和摩托车履带,实拍强反光雪景,氛围紧张专业。\n" | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "EmptyLTXVLatentVideo", | |
| "pos": [ | |
| 980, | |
| 650 | |
| ], | |
| "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 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 43, | |
| 94 | |
| ] | |
| } | |
| ], | |
| "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": 22, | |
| "type": "LTXVEmptyLatentAudio", | |
| "pos": [ | |
| 1120, | |
| 900 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "Audio VAE", | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 63 | |
| } | |
| ], | |
| "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": [ | |
| 145, | |
| 24, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 1630, | |
| 520 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "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": 15, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 1650, | |
| 670 | |
| ], | |
| "size": [ | |
| 270, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "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": [ | |
| 786792288142312, | |
| "randomize" | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "LowVRAMCheckpointLoader", | |
| "pos": [ | |
| -130, | |
| 290 | |
| ], | |
| "size": [ | |
| 350, | |
| 100 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "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, | |
| 96, | |
| 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": 28, | |
| "type": "LiconMSR", | |
| "pos": [ | |
| 500, | |
| -520 | |
| ], | |
| "size": [ | |
| 270, | |
| 190 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "1", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 160 | |
| }, | |
| { | |
| "name": "2", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 159 | |
| }, | |
| { | |
| "name": "3", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 113 | |
| }, | |
| { | |
| "name": "4", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 114 | |
| }, | |
| { | |
| "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": 39, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -310, | |
| -230 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 113, | |
| 194 | |
| ] | |
| }, | |
| { | |
| "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": 29, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 20, | |
| -500 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 159, | |
| 161 | |
| ] | |
| }, | |
| { | |
| "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": 40, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -290, | |
| -720 | |
| ], | |
| "size": [ | |
| 270, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 114, | |
| 207 | |
| ] | |
| }, | |
| { | |
| "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": 35, | |
| "type": "LTXVAddGuideMulti", | |
| "pos": [ | |
| 1220, | |
| 110 | |
| ], | |
| "size": [ | |
| 310, | |
| 460 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 177 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 178 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 96 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 94 | |
| }, | |
| { | |
| "label": "image_1", | |
| "name": "num_guides.image_1", | |
| "type": "IMAGE", | |
| "link": 162 | |
| }, | |
| { | |
| "label": "image_2", | |
| "name": "num_guides.image_2", | |
| "type": "IMAGE", | |
| "link": 161 | |
| }, | |
| { | |
| "label": "image_3", | |
| "name": "num_guides.image_3", | |
| "type": "IMAGE", | |
| "link": 194 | |
| }, | |
| { | |
| "label": "image_4", | |
| "name": "num_guides.image_4", | |
| "type": "IMAGE", | |
| "link": 207 | |
| }, | |
| { | |
| "label": "image_5", | |
| "name": "num_guides.image_5", | |
| "type": "IMAGE", | |
| "link": 206 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 203 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "01d9fa9c983273532cacdf9532c74a93c7dc86d2", | |
| "Node name for S&R": "LTXVAddGuideMulti", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "5", | |
| 0, | |
| 1, | |
| 0, | |
| 1, | |
| 0, | |
| 1, | |
| 0, | |
| 1, | |
| 0, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "INTConstant", | |
| "pos": [ | |
| 660, | |
| -220 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "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": [ | |
| 680, | |
| -40 | |
| ], | |
| "size": [ | |
| 210, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "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": 10, | |
| "type": "LTXICLoRALoaderModelOnly", | |
| "pos": [ | |
| 370, | |
| 140 | |
| ], | |
| "size": [ | |
| 340, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 45 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "links": [ | |
| 209 | |
| ] | |
| }, | |
| { | |
| "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\\LTX2.3-Licon-MSR-test_version.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 460, | |
| 610 | |
| ], | |
| "size": [ | |
| 400, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 70 | |
| } | |
| ], | |
| "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" | |
| ] | |
| } | |
| ], | |
| "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" | |
| ], | |
| [ | |
| 54, | |
| 23, | |
| 0, | |
| 16, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 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" | |
| ], | |
| [ | |
| 69, | |
| 26, | |
| 0, | |
| 5, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 70, | |
| 26, | |
| 0, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 75, | |
| 30, | |
| 0, | |
| 28, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 94, | |
| 8, | |
| 0, | |
| 35, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 96, | |
| 3, | |
| 2, | |
| 35, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 97, | |
| 3, | |
| 2, | |
| 38, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 113, | |
| 39, | |
| 0, | |
| 28, | |
| 2, | |
| "IMAGE" | |
| ], | |
| [ | |
| 114, | |
| 40, | |
| 0, | |
| 28, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 117, | |
| 38, | |
| 0, | |
| 19, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 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" | |
| ], | |
| [ | |
| 159, | |
| 29, | |
| 0, | |
| 28, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 160, | |
| 33, | |
| 0, | |
| 28, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 161, | |
| 29, | |
| 0, | |
| 35, | |
| 5, | |
| "IMAGE" | |
| ], | |
| [ | |
| 162, | |
| 33, | |
| 0, | |
| 35, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 167, | |
| 21, | |
| 0, | |
| 25, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 177, | |
| 7, | |
| 0, | |
| 35, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 178, | |
| 7, | |
| 1, | |
| 35, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 179, | |
| 7, | |
| 0, | |
| 9, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 180, | |
| 7, | |
| 1, | |
| 9, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 194, | |
| 39, | |
| 0, | |
| 35, | |
| 6, | |
| "IMAGE" | |
| ], | |
| [ | |
| 200, | |
| 27, | |
| 0, | |
| 16, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 203, | |
| 35, | |
| 2, | |
| 23, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 204, | |
| 9, | |
| 0, | |
| 37, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 205, | |
| 9, | |
| 1, | |
| 37, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 206, | |
| 30, | |
| 0, | |
| 35, | |
| 8, | |
| "IMAGE" | |
| ], | |
| [ | |
| 207, | |
| 40, | |
| 0, | |
| 35, | |
| 7, | |
| "IMAGE" | |
| ], | |
| [ | |
| 209, | |
| 10, | |
| 0, | |
| 37, | |
| 0, | |
| "MODEL" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ue_links": [], | |
| "ds": { | |
| "scale": 0.49500000000000055, | |
| "offset": [ | |
| 919.0967173034575, | |
| 1208.344617812173 | |
| ] | |
| }, | |
| "links_added_by_ue": [], | |
| "frontendVersion": "1.42.15", | |
| "VHS_latentpreview": true, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": false, | |
| "VHS_KeepIntermediate": false | |
| }, | |
| "version": 0.4 | |
| } |