Last active
March 2, 2026 15:00
-
-
Save tailot/af743f7db43bab93f1006aab0304a13b to your computer and use it in GitHub Desktop.
This multi-scene ComfyUI workflow sequentially generates three interconnected video clips using Wan2.2 Image-to-Video models, where each new scene begins from the final frame of the previous one, ultimately concatenating them into a single continuous narrative.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "1b721654-a4ba-470e-8305-11c287667405", | |
| "revision": 0, | |
| "last_node_id": 62, | |
| "last_link_id": 120, | |
| "nodes": [ | |
| { | |
| "id": 3, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 34.50481090932504, | |
| -383.6547291092714 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "unet_name", | |
| "name": "unet_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "unet_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "weight_dtype", | |
| "name": "weight_dtype", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "weight_dtype" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 3, | |
| 7 | |
| ] | |
| } | |
| ], | |
| "title": "High Noise Model", | |
| "properties": { | |
| "Node name for S&R": "UNETLoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors", | |
| "fp8_e4m3fn" | |
| ] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 34.50481090932504, | |
| -283.65472910927116 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "unet_name", | |
| "name": "unet_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "unet_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "weight_dtype", | |
| "name": "weight_dtype", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "weight_dtype" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 4, | |
| 8 | |
| ] | |
| } | |
| ], | |
| "title": "Low Noise Model", | |
| "properties": { | |
| "Node name for S&R": "UNETLoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors", | |
| "fp8_e4m3fn" | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| 34.50481090932504, | |
| -183.65472910927105 | |
| ], | |
| "size": [ | |
| 360, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip_name", | |
| "name": "clip_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "clip_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "type", | |
| "name": "type", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "type" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "device", | |
| "name": "device", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "device" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CLIP", | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "slot_index": 0, | |
| "links": [ | |
| 5, | |
| 6, | |
| 35, | |
| 36, | |
| 65, | |
| 66 | |
| ] | |
| } | |
| ], | |
| "title": "Text Encoder (shared)", | |
| "properties": { | |
| "Node name for S&R": "CLIPLoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "umt5_xxl_fp8_e4m3fn_scaled.safetensors", | |
| "wan", | |
| "cpu" | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 34.50481090932504, | |
| -63.654729109271074 | |
| ], | |
| "size": [ | |
| 360, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "vae_name", | |
| "name": "vae_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "vae_name" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "VAE", | |
| "name": "VAE", | |
| "type": "VAE", | |
| "slot_index": 0, | |
| "links": [ | |
| 9, | |
| 10, | |
| 39, | |
| 40, | |
| 69, | |
| 70 | |
| ] | |
| } | |
| ], | |
| "title": "VAE (shared)", | |
| "properties": { | |
| "Node name for S&R": "VAELoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "wan_2.1_vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 34.50481090932504, | |
| 16.345270890728983 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 3 | |
| }, | |
| { | |
| "localized_name": "lora_name", | |
| "name": "lora_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "lora_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength_model", | |
| "name": "strength_model", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength_model" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 11 | |
| ] | |
| } | |
| ], | |
| "title": "LoRA High Noise (Turbo)", | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49" | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 34.50481090932504, | |
| 116.34527089072893 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 4 | |
| }, | |
| { | |
| "localized_name": "lora_name", | |
| "name": "lora_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "lora_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength_model", | |
| "name": "strength_model", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength_model" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 12 | |
| ] | |
| } | |
| ], | |
| "title": "LoRA Low Noise (Turbo)", | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49" | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 34.50481090932504, | |
| 216.34527089072864 | |
| ], | |
| "size": [ | |
| 220, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 11 | |
| }, | |
| { | |
| "localized_name": "shift", | |
| "name": "shift", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "shift" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 13, | |
| 43, | |
| 73 | |
| ] | |
| } | |
| ], | |
| "title": "Sampling High Noise", | |
| "properties": { | |
| "Node name for S&R": "ModelSamplingSD3", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| 5 | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 34.50481090932504, | |
| 286.34527089072844 | |
| ], | |
| "size": [ | |
| 220, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 12 | |
| }, | |
| { | |
| "localized_name": "shift", | |
| "name": "shift", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "shift" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 14, | |
| 44, | |
| 74 | |
| ] | |
| } | |
| ], | |
| "title": "Sampling Low Noise", | |
| "properties": { | |
| "Node name for S&R": "ModelSamplingSD3", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| 5 | |
| ] | |
| }, | |
| { | |
| "id": 15, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1541.683460582384, | |
| -418.1817873559815 | |
| ], | |
| "size": [ | |
| 310, | |
| 546 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 13 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 17 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 18 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 19 | |
| }, | |
| { | |
| "localized_name": "add_noise", | |
| "name": "add_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "add_noise" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "noise_seed", | |
| "name": "noise_seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "noise_seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_at_step", | |
| "name": "start_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "end_at_step", | |
| "name": "end_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "end_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "return_with_leftover_noise", | |
| "name": "return_with_leftover_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "return_with_leftover_noise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 23 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 1 β KSampler (High Noise)", | |
| "properties": { | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 978223991548766, | |
| "randomize", | |
| 4, | |
| 1, | |
| "euler", | |
| "simple", | |
| 0, | |
| 2, | |
| "enable" | |
| ] | |
| }, | |
| { | |
| "id": 41, | |
| "type": "ImageBatch", | |
| "pos": [ | |
| 1948.256049727721, | |
| -312.1828801694962 | |
| ], | |
| "size": [ | |
| 280, | |
| 70 | |
| ], | |
| "flags": {}, | |
| "order": 35, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image1", | |
| "name": "image1", | |
| "type": "IMAGE", | |
| "link": 90 | |
| }, | |
| { | |
| "localized_name": "image2", | |
| "name": "image2", | |
| "type": "IMAGE", | |
| "link": 85 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 91 | |
| ] | |
| } | |
| ], | |
| "title": "Concat All Scenes (1+2+3)", | |
| "properties": { | |
| "Node name for S&R": "ImageBatch", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "ImageBatch", | |
| "pos": [ | |
| 1954.695219782398, | |
| -427.58342787088304 | |
| ], | |
| "size": [ | |
| 280, | |
| 70 | |
| ], | |
| "flags": {}, | |
| "order": 34, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image1", | |
| "name": "image1", | |
| "type": "IMAGE", | |
| "link": 26 | |
| }, | |
| { | |
| "localized_name": "image2", | |
| "name": "image2", | |
| "type": "IMAGE", | |
| "link": 56 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 90 | |
| ] | |
| } | |
| ], | |
| "title": "Concat Scenes 1+2", | |
| "properties": { | |
| "Node name for S&R": "ImageBatch", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 1, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -520, | |
| -420 | |
| ], | |
| "size": [ | |
| 500, | |
| 380 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "π Wan2.2 Multi-Scene I2V - Setup", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "## Wan2.2 Multi-Scene Image-to-Video\n\n### Model Downloads\n**Diffusion Models** β `models/diffusion_models/`\n- [wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors)\n- [wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors)\n\n**LoRA** β `models/loras/`\n- [wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors)\n- [wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors)\n\n**VAE** β `models/vae/`\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors)\n\n**Text Encoder** β `models/text_encoders/`\n- [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors)\n\n### How it works\n1. Upload a **start image** in the LoadImage node\n2. Write a **different prompt for each scene** (Scene 1, 2, 3)\n3. Each scene generates a video clip\n4. Clips are **concatenated** into a final video\n5. Enable **Turbo Mode** (4-step LoRA) for faster generation (~71s vs ~513s)" | |
| ], | |
| "color": "#1a3a5c", | |
| "bgcolor": "#0d1f33" | |
| }, | |
| { | |
| "id": 34, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1149.6019296780942, | |
| 1208.7069485997183 | |
| ], | |
| "size": [ | |
| 310, | |
| 546 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 73 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 77 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 78 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 79 | |
| }, | |
| { | |
| "localized_name": "add_noise", | |
| "name": "add_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "add_noise" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "noise_seed", | |
| "name": "noise_seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "noise_seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_at_step", | |
| "name": "start_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "end_at_step", | |
| "name": "end_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "end_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "return_with_leftover_noise", | |
| "name": "return_with_leftover_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "return_with_leftover_noise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 83 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 3 β KSampler (High Noise)", | |
| "properties": { | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 356451701935035, | |
| "randomize", | |
| 4, | |
| 1, | |
| "euler", | |
| "simple", | |
| 0, | |
| 2, | |
| "enable" | |
| ] | |
| }, | |
| { | |
| "id": 35, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1508.5021256366635, | |
| 1217.4054951579603 | |
| ], | |
| "size": [ | |
| 310, | |
| 546.0000000000002 | |
| ], | |
| "flags": {}, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 74 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 81 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 82 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 83 | |
| }, | |
| { | |
| "localized_name": "add_noise", | |
| "name": "add_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "add_noise" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "noise_seed", | |
| "name": "noise_seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "noise_seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_at_step", | |
| "name": "start_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "end_at_step", | |
| "name": "end_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "end_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "return_with_leftover_noise", | |
| "name": "return_with_leftover_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "return_with_leftover_noise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 84 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 3 β KSampler (Low Noise)", | |
| "properties": { | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| 999, | |
| "fixed", | |
| 4, | |
| 1, | |
| "euler", | |
| "simple", | |
| 2, | |
| 4, | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 23, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1164.6839019996537, | |
| 387.5921459319008 | |
| ], | |
| "size": [ | |
| 310, | |
| 546 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 43 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 47 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 48 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 49 | |
| }, | |
| { | |
| "localized_name": "add_noise", | |
| "name": "add_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "add_noise" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "noise_seed", | |
| "name": "noise_seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "noise_seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_at_step", | |
| "name": "start_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "end_at_step", | |
| "name": "end_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "end_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "return_with_leftover_noise", | |
| "name": "return_with_leftover_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "return_with_leftover_noise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 53 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 2 β KSampler (High Noise)", | |
| "properties": { | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 978013769563173, | |
| "randomize", | |
| 4, | |
| 1, | |
| "euler", | |
| "simple", | |
| 0, | |
| 2, | |
| "enable" | |
| ] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1521.832152098946, | |
| 383.2652064241003 | |
| ], | |
| "size": [ | |
| 310, | |
| 546.0000000000001 | |
| ], | |
| "flags": {}, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 44 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 51 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 52 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 53 | |
| }, | |
| { | |
| "localized_name": "add_noise", | |
| "name": "add_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "add_noise" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "noise_seed", | |
| "name": "noise_seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "noise_seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_at_step", | |
| "name": "start_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "end_at_step", | |
| "name": "end_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "end_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "return_with_leftover_noise", | |
| "name": "return_with_leftover_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "return_with_leftover_noise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 54 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 2 β KSampler (Low Noise)", | |
| "properties": { | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| 123, | |
| "fixed", | |
| 4, | |
| 1, | |
| "euler", | |
| "simple", | |
| 2, | |
| 4, | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 2, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -488.3283799109084, | |
| 14.267392178736772 | |
| ], | |
| "size": [ | |
| 430, | |
| 490 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "image" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "upload", | |
| "name": "upload", | |
| "type": "IMAGEUPLOAD", | |
| "widget": { | |
| "name": "upload" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 1, | |
| 30, | |
| 60 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": null | |
| } | |
| ], | |
| "title": "πΌοΈ Start Image (Scene 1)", | |
| "properties": { | |
| "Node name for S&R": "LoadImage", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "ComfyUI_00001_.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "WanImageToVideo", | |
| "pos": [ | |
| 585.4544838028808, | |
| 55.55558638138449 | |
| ], | |
| "size": [ | |
| 360, | |
| 210 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 15 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 16 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 9 | |
| }, | |
| { | |
| "localized_name": "clip_vision_output", | |
| "name": "clip_vision_output", | |
| "shape": 7, | |
| "type": "CLIP_VISION_OUTPUT", | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_image", | |
| "name": "start_image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 1 | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "length", | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "batch_size", | |
| "name": "batch_size", | |
| "type": "INT", | |
| "widget": { | |
| "name": "batch_size" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 17, | |
| 21 | |
| ] | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "slot_index": 1, | |
| "links": [ | |
| 18, | |
| 22 | |
| ] | |
| }, | |
| { | |
| "localized_name": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "slot_index": 2, | |
| "links": [ | |
| 19 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 1 β WanImageToVideo", | |
| "properties": { | |
| "Node name for S&R": "WanImageToVideo", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| 848, | |
| 480, | |
| 121, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 16, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1121.481440380362, | |
| -421.14479142005024 | |
| ], | |
| "size": [ | |
| 310, | |
| 546 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 14 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 21 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 22 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 23 | |
| }, | |
| { | |
| "localized_name": "add_noise", | |
| "name": "add_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "add_noise" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "noise_seed", | |
| "name": "noise_seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "noise_seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_at_step", | |
| "name": "start_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "end_at_step", | |
| "name": "end_at_step", | |
| "type": "INT", | |
| "widget": { | |
| "name": "end_at_step" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "return_with_leftover_noise", | |
| "name": "return_with_leftover_noise", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "return_with_leftover_noise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 24 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 1 β KSampler (Low Noise)", | |
| "properties": { | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| 42, | |
| "fixed", | |
| 4, | |
| 1, | |
| "euler", | |
| "simple", | |
| 2, | |
| 4, | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 50, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -501.48793356685735, | |
| -658.6784406244017 | |
| ], | |
| "size": [ | |
| 400, | |
| 160 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "βοΈ Settings", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "### Settings Guide\n\n**Length per scene:** `33 frames` = ~2s @ 16fps\n\n**Turbo (4-step LoRA):** Enabled by default\n- Steps: 4 | Splits at step 2\n\n**Standard mode (slower, better quality):**\n- Disable LoRA strength β 0 in nodes 7+8\n- Increase steps to 20 in all KSamplers\n\n**Output:** ~6 seconds at 3 scenes Γ 2s each" | |
| ], | |
| "color": "#3a3a1a", | |
| "bgcolor": "#1e1e0d" | |
| }, | |
| { | |
| "id": 13, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 521.2198339892674, | |
| -94.58606735574759 | |
| ], | |
| "size": [ | |
| 500, | |
| 100 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 6 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 16 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 1 β Negative Prompt", | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "blurry, low quality, low resolution, grainy, deformed, noisy, watermark, text, signature, bright lighting, daylight, overexposed, cartoon, animation, ordinary kitchen, messy background." | |
| ], | |
| "color": "#4a1a1a", | |
| "bgcolor": "#2a0d0d" | |
| }, | |
| { | |
| "id": 12, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 518.3582805107906, | |
| -308.93692086176077 | |
| ], | |
| "size": [ | |
| 500, | |
| 160 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 5 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 15 | |
| ] | |
| } | |
| ], | |
| "title": "π¬ Scene 1 β Positive Prompt", | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "A giant ant buries its head in the ground" | |
| ], | |
| "color": "#1a4a2a", | |
| "bgcolor": "#0d2a14" | |
| }, | |
| { | |
| "id": 11, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| 525.2602996813443, | |
| -444.85349183051204 | |
| ], | |
| "size": [ | |
| 360, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "π¬ SCENE 1", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "**Scene 1** β Uses the uploaded Start Image.\nWrite your prompt below. The last frame will feed into Scene 2." | |
| ], | |
| "color": "#1a4a2a", | |
| "bgcolor": "#0d2a14" | |
| }, | |
| { | |
| "id": 25, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1608.2151740923541, | |
| 987.7335839715448 | |
| ], | |
| "size": [ | |
| 220, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 54 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 40 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 55, | |
| 56 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 2 β VAE Decode", | |
| "properties": { | |
| "Node name for S&R": "VAEDecode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 36, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1596.8449826580609, | |
| 1822.145189094651 | |
| ], | |
| "size": [ | |
| 220, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 31, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 84 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 70 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 85 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 3 β VAE Decode", | |
| "properties": { | |
| "Node name for S&R": "VAEDecode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 17, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1630.6822300761326, | |
| 200.98795914293746 | |
| ], | |
| "size": [ | |
| 220, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 24 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 10 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 25, | |
| 26 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 1 β VAE Decode", | |
| "properties": { | |
| "Node name for S&R": "VAEDecode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| 2752.702269731913, | |
| -430.03763590697565 | |
| ], | |
| "size": [ | |
| 460, | |
| 558 | |
| ], | |
| "flags": {}, | |
| "order": 37, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "video", | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 92 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "format", | |
| "name": "format", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "format" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "codec", | |
| "name": "codec", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "codec" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "title": "πΎ Save Final Video", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49", | |
| "Node name for S&R": "SaveVideo" | |
| }, | |
| "widgets_values": [ | |
| "video/Wan2.2_multiscene", | |
| "mp4", | |
| "h264" | |
| ] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "GetImageRangeFromBatch", | |
| "pos": [ | |
| 2356.4768464979747, | |
| -237.38248757131407 | |
| ], | |
| "size": [ | |
| 300, | |
| 102 | |
| ], | |
| "flags": {}, | |
| "order": 32, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 25 | |
| }, | |
| { | |
| "localized_name": "masks", | |
| "name": "masks", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_index", | |
| "name": "start_index", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_index" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "num_frames", | |
| "name": "num_frames", | |
| "type": "INT", | |
| "widget": { | |
| "name": "num_frames" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 27, | |
| 28 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "title": "Get Last Frame (β Scene 2)", | |
| "properties": { | |
| "Node name for S&R": "GetImageRangeFromBatch", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| -1, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "GetImageRangeFromBatch", | |
| "pos": [ | |
| 2356.6520330813323, | |
| -85.44383448858876 | |
| ], | |
| "size": [ | |
| 300, | |
| 102 | |
| ], | |
| "flags": {}, | |
| "order": 33, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 55 | |
| }, | |
| { | |
| "localized_name": "masks", | |
| "name": "masks", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_index", | |
| "name": "start_index", | |
| "type": "INT", | |
| "widget": { | |
| "name": "start_index" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "num_frames", | |
| "name": "num_frames", | |
| "type": "INT", | |
| "widget": { | |
| "name": "num_frames" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 57, | |
| 58 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "title": "Get Last Frame (β Scene 3)", | |
| "properties": { | |
| "Node name for S&R": "GetImageRangeFromBatch", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| -1, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 42, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 2365.377368613572, | |
| -420.4543256543803 | |
| ], | |
| "size": [ | |
| 280, | |
| 78 | |
| ], | |
| "flags": {}, | |
| "order": 36, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 91 | |
| }, | |
| { | |
| "localized_name": "audio", | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "fps", | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "fps" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "VIDEO", | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "slot_index": 0, | |
| "links": [ | |
| 92 | |
| ] | |
| } | |
| ], | |
| "title": "Create Final Video", | |
| "properties": { | |
| "Node name for S&R": "CreateVideo", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| 16 | |
| ] | |
| }, | |
| { | |
| "id": 19, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| 553.9840840408165, | |
| 382.9696937723092 | |
| ], | |
| "size": [ | |
| 360, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "π¬ SCENE 2", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "**Scene 2** β Starts from the last frame of Scene 1.\nWrite a different prompt to continue the story." | |
| ], | |
| "color": "#1a2a4a", | |
| "bgcolor": "#0d1a2a" | |
| }, | |
| { | |
| "id": 20, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 555.7636895771403, | |
| 522.1660290642734 | |
| ], | |
| "size": [ | |
| 500, | |
| 160 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 35 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 45 | |
| ] | |
| } | |
| ], | |
| "title": "π¬ Scene 2 β Positive Prompt", | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "The ant lifts an earthworm from the ground" | |
| ], | |
| "color": "#1a2a4a", | |
| "bgcolor": "#0d1a2a" | |
| }, | |
| { | |
| "id": 21, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 557.3442367032306, | |
| 729.168805570295 | |
| ], | |
| "size": [ | |
| 500, | |
| 100 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 36 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 46 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 2 β Negative Prompt", | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "blurry, low quality, low resolution, grainy, deformed, noisy, watermark, text, signature, bright lighting, daylight, overexposed, cartoon, animation, ordinary kitchen, messy background." | |
| ], | |
| "color": "#4a1a1a", | |
| "bgcolor": "#2a0d0d" | |
| }, | |
| { | |
| "id": 22, | |
| "type": "WanImageToVideo", | |
| "pos": [ | |
| 561.5627249129091, | |
| 884.3416271323831 | |
| ], | |
| "size": [ | |
| 360, | |
| 210 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 45 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 46 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 39 | |
| }, | |
| { | |
| "localized_name": "clip_vision_output", | |
| "name": "clip_vision_output", | |
| "shape": 7, | |
| "type": "CLIP_VISION_OUTPUT", | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_image", | |
| "name": "start_image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 27 | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "length", | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "batch_size", | |
| "name": "batch_size", | |
| "type": "INT", | |
| "widget": { | |
| "name": "batch_size" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 47, | |
| 51 | |
| ] | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "slot_index": 1, | |
| "links": [ | |
| 48, | |
| 52 | |
| ] | |
| }, | |
| { | |
| "localized_name": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "slot_index": 2, | |
| "links": [ | |
| 49 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 2 β WanImageToVideo", | |
| "properties": { | |
| "Node name for S&R": "WanImageToVideo", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| 848, | |
| 480, | |
| 121, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 30, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| 553.3305782274002, | |
| 1202.4471564385196 | |
| ], | |
| "size": [ | |
| 360, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "π¬ SCENE 3", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "**Scene 3** β Starts from the last frame of Scene 2.\nWrite a different prompt for the final scene." | |
| ], | |
| "color": "#3a1a4a", | |
| "bgcolor": "#1a0d2a" | |
| }, | |
| { | |
| "id": 31, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 554.3521949959405, | |
| 1341.466798606904 | |
| ], | |
| "size": [ | |
| 500, | |
| 160 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 65 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 75 | |
| ] | |
| } | |
| ], | |
| "title": "π¬ Scene 3 β Positive Prompt", | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "Liquids drip from the earthworm." | |
| ], | |
| "color": "#3a1a4a", | |
| "bgcolor": "#1a0d2a" | |
| }, | |
| { | |
| "id": 32, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 554.2744871977832, | |
| 1557.827266710522 | |
| ], | |
| "size": [ | |
| 500, | |
| 100 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 66 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 76 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 3 β Negative Prompt", | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| "blurry, low quality, low resolution, grainy, deformed, noisy, watermark, text, signature, bright lighting, daylight, overexposed, cartoon, animation, ordinary kitchen, messy background." | |
| ], | |
| "color": "#4a1a1a", | |
| "bgcolor": "#2a0d0d" | |
| }, | |
| { | |
| "id": 33, | |
| "type": "WanImageToVideo", | |
| "pos": [ | |
| 628.3040806937554, | |
| 1722.4386223596803 | |
| ], | |
| "size": [ | |
| 360, | |
| 210 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 75 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 76 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 69 | |
| }, | |
| { | |
| "localized_name": "clip_vision_output", | |
| "name": "clip_vision_output", | |
| "shape": 7, | |
| "type": "CLIP_VISION_OUTPUT", | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "start_image", | |
| "name": "start_image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 57 | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "length", | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "batch_size", | |
| "name": "batch_size", | |
| "type": "INT", | |
| "widget": { | |
| "name": "batch_size" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 77, | |
| 81 | |
| ] | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "slot_index": 1, | |
| "links": [ | |
| 78, | |
| 82 | |
| ] | |
| }, | |
| { | |
| "localized_name": "latent", | |
| "name": "latent", | |
| "type": "LATENT", | |
| "slot_index": 2, | |
| "links": [ | |
| 79 | |
| ] | |
| } | |
| ], | |
| "title": "Scene 3 β WanImageToVideo", | |
| "properties": { | |
| "Node name for S&R": "WanImageToVideo", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45" | |
| }, | |
| "widgets_values": [ | |
| 848, | |
| 480, | |
| 121, | |
| 1 | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 1, | |
| 2, | |
| 0, | |
| 14, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 3, | |
| 3, | |
| 0, | |
| 7, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 4, | |
| 4, | |
| 0, | |
| 8, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 5, | |
| 5, | |
| 0, | |
| 12, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 6, | |
| 5, | |
| 0, | |
| 13, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 7, | |
| 3, | |
| 0, | |
| 9, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 8, | |
| 4, | |
| 0, | |
| 10, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 9, | |
| 6, | |
| 0, | |
| 14, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 10, | |
| 6, | |
| 0, | |
| 17, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 11, | |
| 7, | |
| 0, | |
| 9, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 12, | |
| 8, | |
| 0, | |
| 10, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 13, | |
| 9, | |
| 0, | |
| 15, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 14, | |
| 10, | |
| 0, | |
| 16, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 15, | |
| 12, | |
| 0, | |
| 14, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 16, | |
| 13, | |
| 0, | |
| 14, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 17, | |
| 14, | |
| 0, | |
| 15, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 18, | |
| 14, | |
| 1, | |
| 15, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 19, | |
| 14, | |
| 2, | |
| 15, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 21, | |
| 14, | |
| 0, | |
| 16, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 22, | |
| 14, | |
| 1, | |
| 16, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 23, | |
| 15, | |
| 0, | |
| 16, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 24, | |
| 16, | |
| 0, | |
| 17, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 25, | |
| 17, | |
| 0, | |
| 18, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 26, | |
| 17, | |
| 0, | |
| 40, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 27, | |
| 18, | |
| 0, | |
| 22, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 28, | |
| 18, | |
| 0, | |
| 30, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 30, | |
| 2, | |
| 0, | |
| 22, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 35, | |
| 5, | |
| 0, | |
| 20, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 36, | |
| 5, | |
| 0, | |
| 21, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 39, | |
| 6, | |
| 0, | |
| 22, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 40, | |
| 6, | |
| 0, | |
| 25, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 43, | |
| 9, | |
| 0, | |
| 23, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 44, | |
| 10, | |
| 0, | |
| 24, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 45, | |
| 20, | |
| 0, | |
| 22, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 46, | |
| 21, | |
| 0, | |
| 22, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 47, | |
| 22, | |
| 0, | |
| 23, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 48, | |
| 22, | |
| 1, | |
| 23, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 49, | |
| 22, | |
| 2, | |
| 23, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 51, | |
| 22, | |
| 0, | |
| 24, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 52, | |
| 22, | |
| 1, | |
| 24, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 53, | |
| 23, | |
| 0, | |
| 24, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 54, | |
| 24, | |
| 0, | |
| 25, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 55, | |
| 25, | |
| 0, | |
| 26, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 56, | |
| 25, | |
| 0, | |
| 40, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 57, | |
| 26, | |
| 0, | |
| 33, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 58, | |
| 26, | |
| 0, | |
| 41, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 60, | |
| 2, | |
| 0, | |
| 33, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 65, | |
| 5, | |
| 0, | |
| 31, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 66, | |
| 5, | |
| 0, | |
| 32, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 69, | |
| 6, | |
| 0, | |
| 33, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 70, | |
| 6, | |
| 0, | |
| 36, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 73, | |
| 9, | |
| 0, | |
| 34, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 74, | |
| 10, | |
| 0, | |
| 35, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 75, | |
| 31, | |
| 0, | |
| 33, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 76, | |
| 32, | |
| 0, | |
| 33, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 77, | |
| 33, | |
| 0, | |
| 34, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 78, | |
| 33, | |
| 1, | |
| 34, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 79, | |
| 33, | |
| 2, | |
| 34, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 81, | |
| 33, | |
| 0, | |
| 35, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 82, | |
| 33, | |
| 1, | |
| 35, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 83, | |
| 34, | |
| 0, | |
| 35, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 84, | |
| 35, | |
| 0, | |
| 36, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 85, | |
| 36, | |
| 0, | |
| 41, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 90, | |
| 40, | |
| 0, | |
| 41, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 91, | |
| 41, | |
| 0, | |
| 42, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 92, | |
| 42, | |
| 0, | |
| 43, | |
| 0, | |
| "VIDEO" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 1, | |
| "title": "π§ Shared Models", | |
| "bounding": [ | |
| 24.504810909325045, | |
| -443.65472910927156, | |
| 405.29682552302665, | |
| 962.1369214306828 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "π¬ Scene 1", | |
| "bounding": [ | |
| 510.808080808082, | |
| -520.4713701961018, | |
| 1406.6610334361162, | |
| 805.1829724845715 | |
| ], | |
| "color": "#2a6a3a", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 3, | |
| "title": "π¬ Scene 2", | |
| "bounding": [ | |
| 513.72981861676, | |
| 301.2021539690564, | |
| 1401.6301427889414, | |
| 795.8554712772186 | |
| ], | |
| "color": "#2a3a6a", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 4, | |
| "title": "π¬ Scene 3", | |
| "bounding": [ | |
| 516.4146739715769, | |
| 1112.0182579173904, | |
| 1401.2182770042873, | |
| 844.8290233005489 | |
| ], | |
| "color": "#5a2a6a", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 5, | |
| "title": "ποΈ Final Assembly", | |
| "bounding": [ | |
| 1930.0958306471657, | |
| -512.6577235259247, | |
| 1303.584606394521, | |
| 671.7967894009754 | |
| ], | |
| "color": "#6a4a1a", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "frontendVersion": "1.40.6", | |
| "ds": { | |
| "scale": 0.5989500000000115, | |
| "offset": [ | |
| -560.7568047880823, | |
| -1117.8785558415823 | |
| ] | |
| }, | |
| "workflowRendererVersion": "LG" | |
| }, | |
| "version": 0.4 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment