Instructions to use kabachuha/ltx23-paste with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kabachuha/ltx23-paste with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2.3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kabachuha/ltx23-paste") prompt = "KABAPASTE The girl is squeezed from a tube like paste." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
| { | |
| "id": "59cdcc93-3f38-4c1d-92d9-7a018bd29a63", | |
| "revision": 0, | |
| "last_node_id": 56, | |
| "last_link_id": 117, | |
| "nodes": [ | |
| { | |
| "id": 1, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 2731.219815814341, | |
| 3691.3344277074016 | |
| ], | |
| "size": [ | |
| 270, | |
| 68.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 18 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSamplerSelect", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 3940.6409225350963, | |
| 3837.305432401263 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 30 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSamplerSelect", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "gradient_estimation" | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 3940.6409225350963, | |
| 3707.305432401263 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 31 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ManualSigmas", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "0.909375, 0.725, 0.421875, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 3940.6409225350963, | |
| 3557.305432401263 | |
| ], | |
| "size": [ | |
| 270, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 35, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 6 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 114 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 115 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 29 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGGuider", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.71", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 3044.219676877847, | |
| 3377.334519669036 | |
| ], | |
| "size": [ | |
| 331.5111145019531, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 16 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 17 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 18 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 19 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 20 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 3940.6409225350963, | |
| 3427.305432401263 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 28 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "RandomNoise", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 3044.219676877847, | |
| 3607.334519669036 | |
| ], | |
| "size": [ | |
| 240, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 31, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 24 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 5 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 51 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 20, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 4290.640922535088, | |
| 3757.305432401263 | |
| ], | |
| "size": [ | |
| 194.025, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 38, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 27 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 25 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 33 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 21, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 4280.640922535088, | |
| 3427.305432401263 | |
| ], | |
| "size": [ | |
| 331.5111145019531, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 37, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 28 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 29 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 30 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 31 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 32 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [ | |
| 27 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 23, | |
| "type": "LTXVAudioVAELoader", | |
| "pos": [ | |
| 1806.3777217931593, | |
| 3674.393798976762 | |
| ], | |
| "size": [ | |
| 420, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "ckpt_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "ckpt_name" | |
| }, | |
| "link": 35 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Audio VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 9, | |
| 34 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVAudioVAELoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-dev-fp8.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-19b-dev-fp8.safetensors", | |
| "directory": "checkpoints" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-dev-fp8.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 28, | |
| "type": "GetImageSize", | |
| "pos": [ | |
| 1856.3777217931593, | |
| 4324.393798976762 | |
| ], | |
| "size": [ | |
| 270, | |
| 124 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 42 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 44 | |
| ] | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 45 | |
| ] | |
| }, | |
| { | |
| "name": "batch_size", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "GetImageSize", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 32, | |
| "type": "EmptyLTXVLatentVideo", | |
| "pos": [ | |
| 2290.058395915885, | |
| 4243.780322088498 | |
| ], | |
| "size": [ | |
| 270, | |
| 146.66666666666669 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 44 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 45 | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 46 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 117 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "EmptyLTXVLatentVideo", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 768, | |
| 512, | |
| 97, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 34, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 3950.6409225350963, | |
| 3947.305432401263 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 36, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 116 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 51 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 32 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 36, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 2731.219815814341, | |
| 3521.3342690155273 | |
| ], | |
| "size": [ | |
| 270, | |
| 106.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 55 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 56 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 57 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 17 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGGuider", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 4 | |
| ] | |
| }, | |
| { | |
| "id": 22, | |
| "type": "LTXVAudioVAEDecode", | |
| "pos": [ | |
| 4596.377721793159, | |
| 3784.393798976762 | |
| ], | |
| "size": [ | |
| 255.12222900390626, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 40, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 33 | |
| }, | |
| { | |
| "label": "Audio VAE", | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 34 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Audio", | |
| "type": "AUDIO", | |
| "links": [ | |
| 63 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVAudioVAEDecode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "ImageScaleBy", | |
| "pos": [ | |
| 1866.3777217931593, | |
| 4194.393798976762 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 66 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 42 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleBy", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "lanczos", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 42, | |
| "type": "ResizeImagesByLongerEdge", | |
| "pos": [ | |
| 1876.3777217931593, | |
| 4674.393798976762 | |
| ], | |
| "size": [ | |
| 386.4, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 68 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 43 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ResizeImagesByLongerEdge", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1536 | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "LTXVCropGuides", | |
| "pos": [ | |
| 3034.219676877847, | |
| 3815.77402681531 | |
| ], | |
| "size": [ | |
| 303.8888854980469, | |
| 87.56049285372592 | |
| ], | |
| "flags": {}, | |
| "order": 32, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 3 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 4 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 5 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 77 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 78 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "slot_index": 2, | |
| "links": [ | |
| 38 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVCropGuides", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 39, | |
| "type": "CheckpointLoaderSimple", | |
| "pos": [ | |
| 1806.3777217931593, | |
| 3524.393798976762 | |
| ], | |
| "size": [ | |
| 410, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "ckpt_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "ckpt_name" | |
| }, | |
| "link": 60 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 58, | |
| 61 | |
| ] | |
| }, | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": null | |
| }, | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 26, | |
| 40, | |
| 89, | |
| 92 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CheckpointLoaderSimple", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-dev-fp8.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-19b-dev-fp8.safetensors", | |
| "directory": "checkpoints" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-dev-fp8.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 31, | |
| "type": "LTXVPreprocess", | |
| "pos": [ | |
| 2256.3777217931593, | |
| 4674.393798976762 | |
| ], | |
| "size": [ | |
| 255.05555725097656, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 43 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output_image", | |
| "type": "IMAGE", | |
| "links": [ | |
| 88, | |
| 104 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVPreprocess", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 33 | |
| ] | |
| }, | |
| { | |
| "id": 11, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 2255.396738209971, | |
| 3748.6990150562046 | |
| ], | |
| "size": [ | |
| 400, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 13 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 94 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "washed out, gray, 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." | |
| ], | |
| "color": "#323", | |
| "bgcolor": "#535" | |
| }, | |
| { | |
| "id": 19, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 4596.377721793159, | |
| 3674.393798976762 | |
| ], | |
| "size": [ | |
| 240, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 39, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 25 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 26 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 107 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 15, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 2731.219815814341, | |
| 3371.334574864069 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 16 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "RandomNoise", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 31, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "LTXAVTextEncoderLoader", | |
| "pos": [ | |
| 1806.3777217931593, | |
| 3794.393798976762 | |
| ], | |
| "size": [ | |
| 420, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "ckpt_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "ckpt_name" | |
| }, | |
| "link": 2 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 13, | |
| 21 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXAVTextEncoderLoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-dev-fp8.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2/resolve/main/ltx-2-19b-dev-fp8.safetensors", | |
| "directory": "checkpoints" | |
| }, | |
| { | |
| "name": "gemma_3_12B_it.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it.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-dev-fp8.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 44, | |
| "type": "ImageResizeKJv2", | |
| "pos": [ | |
| 1428.0375278626027, | |
| 4515.373303720145 | |
| ], | |
| "size": [ | |
| 274.04153235474587, | |
| 336 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 110 | |
| }, | |
| { | |
| "name": "mask", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 66, | |
| 68 | |
| ] | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [] | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [] | |
| }, | |
| { | |
| "name": "mask", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageResizeKJv2" | |
| }, | |
| "widgets_values": [ | |
| 512, | |
| 512, | |
| "lanczos", | |
| "crop", | |
| "0, 0, 0", | |
| "center", | |
| 32, | |
| "cpu" | |
| ] | |
| }, | |
| { | |
| "id": 56, | |
| "type": "VHS_SplitImages", | |
| "pos": [ | |
| 4630.513752627194, | |
| 3483.329519955364 | |
| ], | |
| "size": [ | |
| 210, | |
| 118 | |
| ], | |
| "flags": {}, | |
| "order": 41, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 107 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE_A", | |
| "type": "IMAGE", | |
| "links": [ | |
| 108 | |
| ] | |
| }, | |
| { | |
| "name": "A_count", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "IMAGE_B", | |
| "type": "IMAGE", | |
| "links": null | |
| }, | |
| { | |
| "name": "B_count", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VHS_SplitImages" | |
| }, | |
| "widgets_values": { | |
| "split_index": -12 | |
| } | |
| }, | |
| { | |
| "id": 25, | |
| "type": "LTXVLatentUpsampler", | |
| "pos": [ | |
| 3528.4424516911427, | |
| 3703.9008449331222 | |
| ], | |
| "size": [ | |
| 235.1999969482422, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 33, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 38 | |
| }, | |
| { | |
| "name": "upscale_model", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": 39 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 40 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 84 | |
| ] | |
| } | |
| ], | |
| "title": "spatial", | |
| "properties": { | |
| "Node name for S&R": "LTXVLatentUpsampler", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 2682.572943143527, | |
| 4221.416962218285 | |
| ], | |
| "size": [ | |
| 187.5, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 113 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 37 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 1, | |
| 20 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 47, | |
| "type": "LTXVAddGuide", | |
| "pos": [ | |
| 2636.8232050320335, | |
| 4398.014743023067 | |
| ], | |
| "size": [ | |
| 303.8888854980469, | |
| 162 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 93 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 94 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 92 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 117 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 104 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 111 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 112 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 113 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVAddGuide" | |
| }, | |
| "widgets_values": [ | |
| -1, | |
| 0.8 | |
| ] | |
| }, | |
| { | |
| "id": 27, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 1876.3777217931593, | |
| 4484.393798976762 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 10, | |
| 46 | |
| ] | |
| } | |
| ], | |
| "title": "Length", | |
| "properties": { | |
| "Node name for S&R": "PrimitiveInt", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 251, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "LTXVEmptyLatentAudio", | |
| "pos": [ | |
| 2290.058395915885, | |
| 4443.780322088498 | |
| ], | |
| "size": [ | |
| 270, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 9 | |
| }, | |
| { | |
| "name": "frames_number", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frames_number" | |
| }, | |
| "link": 10 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 37 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVEmptyLatentAudio", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 97, | |
| 50, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "LTXVConditioning", | |
| "pos": [ | |
| 2385.396738209971, | |
| 4018.6990150562046 | |
| ], | |
| "size": [ | |
| 270, | |
| 86.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 111 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 112 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 3, | |
| 56 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 4, | |
| 57 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVConditioning", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 50 | |
| ] | |
| }, | |
| { | |
| "id": 41, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| 2726.3777217931593, | |
| 2814.393798976762 | |
| ], | |
| "size": [ | |
| 476.19110164532435, | |
| 207.4316250893462 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "LoRA", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "# Using LoRAs\n**Ctrl + B to enable**\n\nFor the camera LoRA we recommend setting strength = 1\n\nYou can use LTX [Ready to use camera LoRAs](https://huggingface.co/collections/Lightricks/ltx-2)\n\n\n\n\nUse a second LoRa only when the details are important in the LoRa. \n\n## Training\nWe have made available a full trainer to help you to train your own LoRA. You can [find it here](https://github.com/Lightricks/LTX-2)." | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 37, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 2774.0294576916376, | |
| 3142.628036798118 | |
| ], | |
| "size": [ | |
| 520, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 58 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 55 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left/resolve/main/ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx23-kabapaste.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 3416.3777217931593, | |
| 3144.393798976762 | |
| ], | |
| "size": [ | |
| 440, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 61 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 59 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left/resolve/main/ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx23-kabapaste.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 2, | |
| "type": "LTXVScheduler", | |
| "pos": [ | |
| 2731.219815814341, | |
| 3821.334316431776 | |
| ], | |
| "size": [ | |
| 270, | |
| 170 | |
| ], | |
| "flags": {}, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "latent", | |
| "shape": 7, | |
| "type": "LATENT", | |
| "link": 1 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 19 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVScheduler", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 30, | |
| 2.05, | |
| 0.95, | |
| true, | |
| 0.1 | |
| ] | |
| }, | |
| { | |
| "id": 51, | |
| "type": "LTXVAddGuide", | |
| "pos": [ | |
| 3477.975171076909, | |
| 3853.6107320814262 | |
| ], | |
| "size": [ | |
| 303.8888854980469, | |
| 162 | |
| ], | |
| "flags": {}, | |
| "order": 34, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 77 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 78 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 89 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 84 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 88 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 114 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 115 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 116 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LTXVAddGuide" | |
| }, | |
| "widgets_values": [ | |
| -1, | |
| 0.8 | |
| ] | |
| }, | |
| { | |
| "id": 16, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 2244.396888411258, | |
| 3382.6990702512376 | |
| ], | |
| "size": [ | |
| 410, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 21 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 93 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "KABAPASTE The girl is squeezed from a tube like paste." | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 49, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 1441.308338934906, | |
| 4060.3612474349575 | |
| ], | |
| "size": [ | |
| 274.080078125, | |
| 314.00000000000045 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 110 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.44" | |
| }, | |
| "widgets_values": [ | |
| "view(358).png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 38, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 3460.6409225350963, | |
| 3427.305432401263 | |
| ], | |
| "size": [ | |
| 390, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 59 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 6 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "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" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-distilled-lora-384.safetensors", | |
| 0.6 | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "LatentUpscaleModelLoader", | |
| "pos": [ | |
| 3460.6409225350963, | |
| 3557.305432401263 | |
| ], | |
| "size": [ | |
| 390, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT_UPSCALE_MODEL", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "links": [ | |
| 39 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LatentUpscaleModelLoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "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" | |
| ] | |
| }, | |
| { | |
| "id": 30, | |
| "type": "PrimitiveNode", | |
| "pos": [ | |
| 1817.0648004157997, | |
| 3368.846740853251 | |
| ], | |
| "size": [ | |
| 410, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "COMBO", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "ckpt_name" | |
| }, | |
| "links": [ | |
| 2, | |
| 35, | |
| 60 | |
| ] | |
| } | |
| ], | |
| "title": "ckpt_name", | |
| "properties": { | |
| "Run widget replace on values": false | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-dev-fp8.safetensors", | |
| "fixed", | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "VHS_VideoCombine", | |
| "pos": [ | |
| 4973.211584933491, | |
| 3496.332923536063 | |
| ], | |
| "size": [ | |
| 586.3075522928343, | |
| 914.3075522928343 | |
| ], | |
| "flags": {}, | |
| "order": 42, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 108 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": 63 | |
| }, | |
| { | |
| "name": "meta_batch", | |
| "shape": 7, | |
| "type": "VHS_BatchManager", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "shape": 7, | |
| "type": "VAE", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Filenames", | |
| "type": "VHS_FILENAMES", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VHS_VideoCombine" | |
| }, | |
| "widgets_values": { | |
| "frame_rate": 50, | |
| "loop_count": 0, | |
| "filename_prefix": "Kaba-paste/LTX23", | |
| "format": "video/h264-mp4", | |
| "pix_fmt": "yuv420p", | |
| "crf": 19, | |
| "save_metadata": true, | |
| "trim_to_audio": false, | |
| "pingpong": false, | |
| "save_output": true, | |
| "videopreview": { | |
| "hidden": false, | |
| "paused": false, | |
| "params": { | |
| "filename": "LTX23_00096-audio.mp4", | |
| "subfolder": "Kaba-paste", | |
| "type": "output", | |
| "format": "video/h264-mp4", | |
| "frame_rate": 50, | |
| "workflow": "LTX23_00096.png", | |
| "fullpath": "/media/kabachuha/reddit/ComfyUI/output/Kaba-paste/LTX23_00096-audio.mp4" | |
| } | |
| } | |
| } | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 1, | |
| 24, | |
| 0, | |
| 2, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 2, | |
| 30, | |
| 0, | |
| 3, | |
| 0, | |
| "COMBO" | |
| ], | |
| [ | |
| 3, | |
| 10, | |
| 0, | |
| 7, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 4, | |
| 10, | |
| 1, | |
| 7, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 5, | |
| 18, | |
| 0, | |
| 7, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 6, | |
| 38, | |
| 0, | |
| 8, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 9, | |
| 23, | |
| 0, | |
| 9, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 10, | |
| 27, | |
| 0, | |
| 9, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 13, | |
| 3, | |
| 0, | |
| 11, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 16, | |
| 15, | |
| 0, | |
| 13, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 17, | |
| 36, | |
| 0, | |
| 13, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 18, | |
| 1, | |
| 0, | |
| 13, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 19, | |
| 2, | |
| 0, | |
| 13, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 20, | |
| 24, | |
| 0, | |
| 13, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 21, | |
| 3, | |
| 0, | |
| 16, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 24, | |
| 13, | |
| 0, | |
| 18, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 25, | |
| 20, | |
| 0, | |
| 19, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 26, | |
| 39, | |
| 2, | |
| 19, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 27, | |
| 21, | |
| 1, | |
| 20, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 28, | |
| 14, | |
| 0, | |
| 21, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 29, | |
| 8, | |
| 0, | |
| 21, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 30, | |
| 4, | |
| 0, | |
| 21, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 31, | |
| 5, | |
| 0, | |
| 21, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 32, | |
| 34, | |
| 0, | |
| 21, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 33, | |
| 20, | |
| 1, | |
| 22, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 34, | |
| 23, | |
| 0, | |
| 22, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 35, | |
| 30, | |
| 0, | |
| 23, | |
| 0, | |
| "COMBO" | |
| ], | |
| [ | |
| 37, | |
| 9, | |
| 0, | |
| 24, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 38, | |
| 7, | |
| 2, | |
| 25, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 39, | |
| 6, | |
| 0, | |
| 25, | |
| 1, | |
| "LATENT_UPSCALE_MODEL" | |
| ], | |
| [ | |
| 40, | |
| 39, | |
| 2, | |
| 25, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 42, | |
| 26, | |
| 0, | |
| 28, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 43, | |
| 42, | |
| 0, | |
| 31, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 44, | |
| 28, | |
| 0, | |
| 32, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 45, | |
| 28, | |
| 1, | |
| 32, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 46, | |
| 27, | |
| 0, | |
| 32, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 51, | |
| 18, | |
| 1, | |
| 34, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 55, | |
| 37, | |
| 0, | |
| 36, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 56, | |
| 10, | |
| 0, | |
| 36, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 57, | |
| 10, | |
| 1, | |
| 36, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 58, | |
| 39, | |
| 0, | |
| 37, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 59, | |
| 40, | |
| 0, | |
| 38, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 60, | |
| 30, | |
| 0, | |
| 39, | |
| 0, | |
| "COMBO" | |
| ], | |
| [ | |
| 61, | |
| 39, | |
| 0, | |
| 40, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 63, | |
| 22, | |
| 0, | |
| 43, | |
| 1, | |
| "AUDIO" | |
| ], | |
| [ | |
| 66, | |
| 44, | |
| 0, | |
| 26, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 68, | |
| 44, | |
| 0, | |
| 42, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 77, | |
| 7, | |
| 0, | |
| 51, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 78, | |
| 7, | |
| 1, | |
| 51, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 84, | |
| 25, | |
| 0, | |
| 51, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 88, | |
| 31, | |
| 0, | |
| 51, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 89, | |
| 39, | |
| 2, | |
| 51, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 92, | |
| 39, | |
| 2, | |
| 47, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 93, | |
| 16, | |
| 0, | |
| 47, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 94, | |
| 11, | |
| 0, | |
| 47, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 104, | |
| 31, | |
| 0, | |
| 47, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 107, | |
| 19, | |
| 0, | |
| 56, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 108, | |
| 56, | |
| 0, | |
| 43, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 110, | |
| 49, | |
| 0, | |
| 44, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 111, | |
| 47, | |
| 0, | |
| 10, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 112, | |
| 47, | |
| 1, | |
| 10, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 113, | |
| 47, | |
| 2, | |
| 24, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 114, | |
| 51, | |
| 0, | |
| 8, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 115, | |
| 51, | |
| 1, | |
| 8, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 116, | |
| 51, | |
| 2, | |
| 34, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 117, | |
| 32, | |
| 0, | |
| 47, | |
| 3, | |
| "LATENT" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 1, | |
| "title": "Model", | |
| "bounding": [ | |
| 1796.3777217931593, | |
| 3294.393798976762, | |
| 440, | |
| 603.6 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Basic Sampler", | |
| "bounding": [ | |
| 2724.219676877847, | |
| 3297.334519669036, | |
| 560, | |
| 820 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 3, | |
| "title": "Prompt", | |
| "bounding": [ | |
| 2235.396738209971, | |
| 3308.6990150562046, | |
| 440, | |
| 820 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 4, | |
| "title": "Latent", | |
| "bounding": [ | |
| 2260.058395915885, | |
| 4143.780322088498, | |
| 740, | |
| 470 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 5, | |
| "title": "Upscale Sampling(2x)", | |
| "bounding": [ | |
| 3910.6409225350963, | |
| 3337.305432401263, | |
| 620, | |
| 750 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 6, | |
| "title": "Model", | |
| "bounding": [ | |
| 3440.6409225350963, | |
| 3337.305432401263, | |
| 430, | |
| 310 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 7, | |
| "title": "Video Settings", | |
| "bounding": [ | |
| 1796.3777217931593, | |
| 3924.393798976762, | |
| 440, | |
| 680 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 8, | |
| "title": "Upscale", | |
| "bounding": [ | |
| 3430.6409225350963, | |
| 3297.305432401263, | |
| 1042.3286232023806, | |
| 746.4744515983002 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 9, | |
| "title": "Camera LoRAs (Ctrl-B to enable)", | |
| "bounding": [ | |
| 2726.3777217931593, | |
| 3044.393798976762, | |
| 1210, | |
| 220 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.8665855968922784, | |
| "offset": [ | |
| -2904.7641970574623, | |
| -3078.2816973333215 | |
| ] | |
| }, | |
| "frontendVersion": "1.42.8", | |
| "workflowRendererVersion": "LG", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true | |
| }, | |
| "version": 0.4 | |
| } |