Instructions to use vantagewithai/SCAIL-2-GGUF-ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vantagewithai/SCAIL-2-GGUF-ComfyUI 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("vantagewithai/SCAIL-2-GGUF-ComfyUI", torch_dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
| { | |
| "id": "5e3b2cd8-2119-4be4-87d6-b524515abe69", | |
| "revision": 0, | |
| "last_node_id": 226, | |
| "last_link_id": 578, | |
| "nodes": [ | |
| { | |
| "id": 27, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| -630.5685849957587, | |
| 3156.5504769271465 | |
| ], | |
| "size": [ | |
| 290.282204453762, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 457, | |
| 491 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "KSamplerSelect" | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 18, | |
| "type": "BasicScheduler", | |
| "pos": [ | |
| -627.7871995198444, | |
| 3253.48349858613 | |
| ], | |
| "size": [ | |
| 285.3801078851418, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 35, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 398 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 455, | |
| 492 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "BasicScheduler" | |
| }, | |
| "widgets_values": [ | |
| "simple", | |
| 6, | |
| 1 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 95, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| -630.0418031886826, | |
| 3398.170647462779 | |
| ], | |
| "size": [ | |
| 286.6619206111561, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 34, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 270 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 456, | |
| 493 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "ModelSamplingSD3" | |
| }, | |
| "widgets_values": [ | |
| 5 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 19, | |
| "type": "SamplerCustom", | |
| "pos": [ | |
| -319.43284701762724, | |
| 3159.055799963931 | |
| ], | |
| "size": [ | |
| 224.93213763453423, | |
| 230 | |
| ], | |
| "flags": {}, | |
| "order": 44, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 456 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 333 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 334 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 457 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 455 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 474 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 497 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "SamplerCustom" | |
| }, | |
| "widgets_values": [ | |
| true, | |
| 1, | |
| "fixed", | |
| 1 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 114, | |
| "type": "WanSCAILToVideo", | |
| "pos": [ | |
| -624.5787341992403, | |
| 3499.653339141103 | |
| ], | |
| "size": [ | |
| 284.03334045410156, | |
| 434 | |
| ], | |
| "flags": {}, | |
| "order": 42, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 325 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 326 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 408 | |
| }, | |
| { | |
| "name": "pose_video", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 409 | |
| }, | |
| { | |
| "name": "pose_video_mask", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 416 | |
| }, | |
| { | |
| "name": "reference_image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 565 | |
| }, | |
| { | |
| "name": "reference_image_mask", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 417 | |
| }, | |
| { | |
| "name": "clip_vision_output", | |
| "shape": 7, | |
| "type": "CLIP_VISION_OUTPUT", | |
| "link": 412 | |
| }, | |
| { | |
| "name": "previous_frames", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": null | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 410 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 411 | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 547 | |
| }, | |
| { | |
| "name": "replacement_mode", | |
| "shape": 7, | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "replacement_mode" | |
| }, | |
| "link": 400 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 333 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 334 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 474 | |
| ] | |
| }, | |
| { | |
| "name": "video_frame_offset", | |
| "type": "INT", | |
| "links": [ | |
| 522 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "WanSCAILToVideo" | |
| }, | |
| "widgets_values": [ | |
| 512, | |
| 896, | |
| 33, | |
| 1, | |
| 1, | |
| 0, | |
| 1, | |
| 0, | |
| 5, | |
| false | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 183, | |
| "type": "SamplerCustom", | |
| "pos": [ | |
| 217.51697105000142, | |
| 3203.3167210303764 | |
| ], | |
| "size": [ | |
| 211.1666717529297, | |
| 230 | |
| ], | |
| "flags": {}, | |
| "order": 51, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 493 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 494 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 495 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 491 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 492 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 496 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 498 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "SamplerCustom" | |
| }, | |
| "widgets_values": [ | |
| true, | |
| 1, | |
| "fixed", | |
| 1 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 155, | |
| "type": "Label (rgthree)", | |
| "pos": [ | |
| -1040.5185738332057, | |
| 2864.135806052526 | |
| ], | |
| "size": [ | |
| 1060.8499755859375, | |
| 48 | |
| ], | |
| "flags": { | |
| "allow_interaction": true | |
| }, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Tutorial https://www.youtube.com/@vantagewithai", | |
| "properties": { | |
| "fontSize": 48, | |
| "fontFamily": "Arial", | |
| "fontColor": "#ffffff", | |
| "textAlign": "left", | |
| "backgroundColor": "transparent", | |
| "padding": 0, | |
| "borderRadius": 0, | |
| "angle": 0 | |
| }, | |
| "color": "#fff0", | |
| "bgcolor": "#fff0" | |
| }, | |
| { | |
| "id": 154, | |
| "type": "Label (rgthree)", | |
| "pos": [ | |
| -661.5707275186583, | |
| 2755.8024144094397 | |
| ], | |
| "size": [ | |
| 332.6666564941406, | |
| 48 | |
| ], | |
| "flags": { | |
| "allow_interaction": true | |
| }, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Vantage with AI", | |
| "properties": { | |
| "fontSize": 48, | |
| "fontFamily": "Arial", | |
| "fontColor": "#ffffff", | |
| "textAlign": "left", | |
| "backgroundColor": "transparent", | |
| "padding": 0, | |
| "borderRadius": 0, | |
| "angle": 0 | |
| }, | |
| "color": "#fff0", | |
| "bgcolor": "#fff0" | |
| }, | |
| { | |
| "id": 185, | |
| "type": "GetImageRangeFromBatch", | |
| "pos": [ | |
| 250.18363771666904, | |
| 3484.6405580894148 | |
| ], | |
| "size": [ | |
| 327.06666158040355, | |
| 102 | |
| ], | |
| "flags": {}, | |
| "order": 53, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 503 | |
| }, | |
| { | |
| "name": "masks", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 500 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "GetImageRangeFromBatch" | |
| }, | |
| "widgets_values": [ | |
| 5, | |
| 4096 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 189, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -71.81636228333217, | |
| 3329.9833876970397 | |
| ], | |
| "size": [ | |
| 265.9999999999999, | |
| 168 | |
| ], | |
| "flags": {}, | |
| "order": 49, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 510 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 537 | |
| }, | |
| { | |
| "label": "c", | |
| "name": "variables.c", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 542 | |
| }, | |
| { | |
| "label": "d", | |
| "name": "variables.d", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 512 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "title": "Curent Window Size", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "max(0, min(c, a - b + 5))" | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 6, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| -328.0938131393839, | |
| 3431.358521114859 | |
| ], | |
| "size": [ | |
| 223.29937377144643, | |
| 46 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 45, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 497 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 407 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 521, | |
| 552 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 195, | |
| "type": "easy forLoopEnd", | |
| "pos": [ | |
| 459.4336351735376, | |
| 3160.650054363705 | |
| ], | |
| "size": [ | |
| 164.1666717529297, | |
| 86 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 56, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "flow", | |
| "shape": 5, | |
| "type": "FLOW_CONTROL", | |
| "link": 520 | |
| }, | |
| { | |
| "name": "initial_value1", | |
| "shape": 7, | |
| "type": "*", | |
| "link": 523 | |
| }, | |
| { | |
| "name": "initial_value2", | |
| "type": "*", | |
| "link": 524 | |
| }, | |
| { | |
| "name": "initial_value3", | |
| "type": "*", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "value1", | |
| "type": "*", | |
| "links": [ | |
| 553 | |
| ] | |
| }, | |
| { | |
| "name": "value2", | |
| "type": "*", | |
| "links": [] | |
| }, | |
| { | |
| "name": "value3", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-easy-use", | |
| "ver": "1.3.6", | |
| "Node name for S&R": "easy forLoopEnd" | |
| }, | |
| "widgets_values": [], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 196, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -73.14969561666493, | |
| 3159.9833876970365 | |
| ], | |
| "size": [ | |
| 271.3333333333335, | |
| 148 | |
| ], | |
| "flags": {}, | |
| "order": 32, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 533 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 540 | |
| }, | |
| { | |
| "label": "c", | |
| "name": "variables.c", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 534, | |
| 555 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "title": "Loop Count", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "max(0, ceil((a - b - 5) / (b - 5)))" | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 210, | |
| "type": "easy compare", | |
| "pos": [ | |
| 457.85030438332956, | |
| 3377.450054363715 | |
| ], | |
| "size": [ | |
| 270, | |
| 78 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 37, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "a", | |
| "shape": 7, | |
| "type": "*", | |
| "link": 555 | |
| }, | |
| { | |
| "name": "b", | |
| "shape": 7, | |
| "type": "*", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "boolean", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 556 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-easy-use", | |
| "ver": "1.3.6", | |
| "Node name for S&R": "easy compare" | |
| }, | |
| "widgets_values": [ | |
| "a > 0" | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 204, | |
| "type": "SimpleCalculatorKJ", | |
| "pos": [ | |
| -319.14969561667164, | |
| 3820.7833876970494 | |
| ], | |
| "size": [ | |
| 210, | |
| 168 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "variables.a", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 545 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "variables.b", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": 546 | |
| }, | |
| { | |
| "label": "c", | |
| "name": "variables.c", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| }, | |
| { | |
| "label": "d", | |
| "name": "variables.d", | |
| "shape": 7, | |
| "type": "INT,FLOAT,BOOLEAN", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 547 | |
| ] | |
| }, | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": null | |
| } | |
| ], | |
| "title": "Intial Window", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "SimpleCalculatorKJ" | |
| }, | |
| "widgets_values": [ | |
| "min(a, b)" | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 201, | |
| "type": "Reroute", | |
| "pos": [ | |
| -299.31636228333355, | |
| 3750.8500543637 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 539 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "INT", | |
| "links": [ | |
| 540, | |
| 542 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| }, | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 89, | |
| "type": "ImageResizeKJv2", | |
| "pos": [ | |
| -1204.8122916036436, | |
| 3636.356618903062 | |
| ], | |
| "size": [ | |
| 273.5752420993988, | |
| 348 | |
| ], | |
| "flags": {}, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 228 | |
| }, | |
| { | |
| "name": "mask", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 557 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 558 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 409, | |
| 414, | |
| 480 | |
| ] | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 410, | |
| 487 | |
| ] | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 411, | |
| 488 | |
| ] | |
| }, | |
| { | |
| "name": "mask", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "ImageResizeKJv2" | |
| }, | |
| "widgets_values": [ | |
| 832, | |
| 480, | |
| "lanczos", | |
| "crop", | |
| "0, 0, 0", | |
| "center", | |
| 16, | |
| "cpu" | |
| ], | |
| "color": "#332922", | |
| "bgcolor": "#593930" | |
| }, | |
| { | |
| "id": 187, | |
| "type": "ColorTransfer", | |
| "pos": [ | |
| 256.62658887739, | |
| 3775.343850740808 | |
| ], | |
| "size": [ | |
| 329.33333333333326, | |
| 126 | |
| ], | |
| "flags": {}, | |
| "order": 54, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image_target", | |
| "type": "IMAGE", | |
| "link": 500 | |
| }, | |
| { | |
| "name": "image_ref", | |
| "type": "IMAGE", | |
| "link": 501 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "links": [ | |
| 502 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "ColorTransfer" | |
| }, | |
| "widgets_values": [ | |
| "reinhard_lab", | |
| "per_frame", | |
| 1 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 104, | |
| "type": "SCAIL2ColoredMask", | |
| "pos": [ | |
| -951.4707883549427, | |
| 4076.613080097852 | |
| ], | |
| "size": [ | |
| 279.43334197998047, | |
| 126 | |
| ], | |
| "flags": {}, | |
| "order": 40, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "driving_track_data", | |
| "type": "SAM3_TRACK_DATA", | |
| "link": 273 | |
| }, | |
| { | |
| "name": "ref_track_data", | |
| "shape": 7, | |
| "type": "SAM3_TRACK_DATA", | |
| "link": 274 | |
| }, | |
| { | |
| "name": "replacement_mode", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "replacement_mode" | |
| }, | |
| "link": 401 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "pose_video_mask", | |
| "type": "IMAGE", | |
| "links": [ | |
| 416, | |
| 467, | |
| 481 | |
| ] | |
| }, | |
| { | |
| "name": "reference_image_mask", | |
| "type": "IMAGE", | |
| "links": [ | |
| 417, | |
| 466, | |
| 482 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "SCAIL2ColoredMask" | |
| }, | |
| "widgets_values": [ | |
| "", | |
| "left_to_right", | |
| false | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 85, | |
| "type": "SAM3_VideoTrack", | |
| "pos": [ | |
| -1208.6184997684104, | |
| 4071.7421575498734 | |
| ], | |
| "size": [ | |
| 240.6438988881955, | |
| 166 | |
| ], | |
| "flags": {}, | |
| "order": 36, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 414 | |
| }, | |
| { | |
| "label": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 220 | |
| }, | |
| { | |
| "label": "initial_mask", | |
| "name": "initial_mask", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "label": "conditioning", | |
| "name": "conditioning", | |
| "shape": 7, | |
| "type": "CONDITIONING", | |
| "link": 221 | |
| }, | |
| { | |
| "name": "max_objects", | |
| "type": "INT", | |
| "widget": { | |
| "name": "max_objects" | |
| }, | |
| "link": 560 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "track_data", | |
| "type": "SAM3_TRACK_DATA", | |
| "links": [ | |
| 273 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "SAM3_VideoTrack" | |
| }, | |
| "widgets_values": [ | |
| 0.5, | |
| 2, | |
| 2 | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 156, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -1756.192885942509, | |
| 3197.2144238230735 | |
| ], | |
| "size": [ | |
| 249.47227740264884, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 404 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "wan2.1_14B_SCAIL_2_fp16.safetensors", | |
| "default" | |
| ], | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 153, | |
| "type": "UnetLoaderGGUF", | |
| "pos": [ | |
| -1478.1823629539488, | |
| 3196.4544968825776 | |
| ], | |
| "size": [ | |
| 234.18675226937899, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 4, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 405 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-gguf", | |
| "ver": "1.1.10", | |
| "Node name for S&R": "UnetLoaderGGUF" | |
| }, | |
| "widgets_values": [ | |
| "wan2.1_14B_SCAIL_2-Q4_K_M.gguf" | |
| ], | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 215, | |
| "type": "RMBG", | |
| "pos": [ | |
| -917.4527259197033, | |
| 3654.480357394023 | |
| ], | |
| "size": [ | |
| 246, | |
| 302 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 561 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 562 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| }, | |
| { | |
| "name": "MASK_IMAGE", | |
| "type": "IMAGE", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-rmbg", | |
| "ver": "2.9.5", | |
| "Node name for S&R": "RMBG" | |
| }, | |
| "widgets_values": [ | |
| "RMBG-2.0", | |
| 1, | |
| 1024, | |
| 0, | |
| 0, | |
| false, | |
| false, | |
| "Color", | |
| "#000000" | |
| ], | |
| "color": "#332922", | |
| "bgcolor": "#593930" | |
| }, | |
| { | |
| "id": 212, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1762.9072713742462, | |
| 3749.9955089091773 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 557 | |
| ] | |
| } | |
| ], | |
| "title": "Width", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 896 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 213, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1546.2406047075815, | |
| 3749.8742967879707 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 558 | |
| ] | |
| } | |
| ], | |
| "title": "Height", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 512 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 157, | |
| "type": "Any Switch (rgthree)", | |
| "pos": [ | |
| -1485.5087893962755, | |
| 3305.525690826088 | |
| ], | |
| "size": [ | |
| 263.6999908447266, | |
| 106 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "dir": 3, | |
| "name": "any_01", | |
| "type": "MODEL", | |
| "link": 404 | |
| }, | |
| { | |
| "dir": 3, | |
| "name": "any_02", | |
| "type": "MODEL", | |
| "link": 405 | |
| }, | |
| { | |
| "dir": 3, | |
| "name": "any_03", | |
| "type": "MODEL", | |
| "link": null | |
| }, | |
| { | |
| "dir": 3, | |
| "name": "any_04", | |
| "type": "MODEL", | |
| "link": null | |
| }, | |
| { | |
| "name": "any_05", | |
| "type": "MODEL", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "dir": 4, | |
| "label": "MODEL", | |
| "name": "*", | |
| "shape": 3, | |
| "type": "MODEL", | |
| "links": [ | |
| 406 | |
| ] | |
| } | |
| ], | |
| "title": "Model Switcher", | |
| "properties": { | |
| "cnr_id": "rgthree-comfy", | |
| "ver": "1.0.2605082257" | |
| }, | |
| "widgets_values": [], | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 9, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -1481.9214012172365, | |
| 3345.3536572149264 | |
| ], | |
| "size": [ | |
| 249.714909834546, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 7, | |
| 8 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "umt5_xxl_fp8_e4m3fn_scaled.safetensors", | |
| "wan", | |
| "default" | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 7, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -1482.4613649154646, | |
| 3486.7831344788265 | |
| ], | |
| "size": [ | |
| 246.7958982113961, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 407, | |
| 408, | |
| 479, | |
| 499 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "Wan2.1_vae.safetensors" | |
| ], | |
| "color": "#322", | |
| "bgcolor": "#533" | |
| }, | |
| { | |
| "id": 75, | |
| "type": "CLIPVisionLoader", | |
| "pos": [ | |
| -1767.6974627828256, | |
| 3465.051738784257 | |
| ], | |
| "size": [ | |
| 272.52915150451656, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP_VISION", | |
| "type": "CLIP_VISION", | |
| "links": [ | |
| 196 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CLIPVisionLoader" | |
| }, | |
| "widgets_values": [ | |
| "clip_vision_h.safetensors" | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 11, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| -1763.736585986343, | |
| 3341.624033797556 | |
| ], | |
| "size": [ | |
| 270.38131675330555, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 406 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 270, | |
| 398 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "LoraLoaderModelOnly" | |
| }, | |
| "widgets_values": [ | |
| "lightx2v_I2V_14B_480p_cfg_step_distill_rank64_bf16.safetensors", | |
| 0.8 | |
| ], | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 86, | |
| "type": "CheckpointLoaderSimple", | |
| "pos": [ | |
| -1767.2809821929586, | |
| 3562.647813564064 | |
| ], | |
| "size": [ | |
| 268.1969955148454, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 220, | |
| 236 | |
| ] | |
| }, | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 222 | |
| ] | |
| }, | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CheckpointLoaderSimple" | |
| }, | |
| "widgets_values": [ | |
| "sam3.1_multiplex_fp16.safetensors" | |
| ], | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 211, | |
| "type": "Fast Groups Bypasser (rgthree)", | |
| "pos": [ | |
| -1544.9148569730503, | |
| 3943.450054363728 | |
| ], | |
| "size": [ | |
| 307.33333333333326, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "OPT_CONNECTION", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "title": "Model Selector", | |
| "properties": { | |
| "matchColors": "black", | |
| "matchTitle": "", | |
| "showNav": true, | |
| "showAllGraphs": true, | |
| "sort": "position", | |
| "customSortAlphabet": "", | |
| "toggleRestriction": "always one" | |
| }, | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 4, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -1761.5503117431888, | |
| 4361.187718726146 | |
| ], | |
| "size": [ | |
| 518.4663085640152, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 8 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 326, | |
| 478 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 152, | |
| "type": "PrimitiveNode", | |
| "pos": [ | |
| -1544.2481903063838, | |
| 3846.9149064393027 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "replacement_mode" | |
| }, | |
| "links": [ | |
| 400, | |
| 401, | |
| 508, | |
| 567 | |
| ] | |
| } | |
| ], | |
| "title": "Replacement Mode", | |
| "properties": { | |
| "Run widget replace on values": false | |
| }, | |
| "widgets_values": [ | |
| false | |
| ], | |
| "color": "#2a363b", | |
| "bgcolor": "#3f5159" | |
| }, | |
| { | |
| "id": 76, | |
| "type": "CLIPVisionEncode", | |
| "pos": [ | |
| -1203.9239775784201, | |
| 3521.0067480514394 | |
| ], | |
| "size": [ | |
| 273.2245853498789, | |
| 79.40547622194481 | |
| ], | |
| "flags": {}, | |
| "order": 39, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip_vision", | |
| "type": "CLIP_VISION", | |
| "link": 196 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 570 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CLIP_VISION_OUTPUT", | |
| "type": "CLIP_VISION_OUTPUT", | |
| "links": [ | |
| 412, | |
| 484 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CLIPVisionEncode" | |
| }, | |
| "widgets_values": [ | |
| "none" | |
| ], | |
| "color": "#332922", | |
| "bgcolor": "#593930" | |
| }, | |
| { | |
| "id": 91, | |
| "type": "SAM3_VideoTrack", | |
| "pos": [ | |
| -1205.1508318373865, | |
| 4274.628116583505 | |
| ], | |
| "size": [ | |
| 239.85464686356727, | |
| 170 | |
| ], | |
| "flags": {}, | |
| "order": 38, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 564 | |
| }, | |
| { | |
| "label": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 236 | |
| }, | |
| { | |
| "label": "initial_mask", | |
| "name": "initial_mask", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "label": "conditioning", | |
| "name": "conditioning", | |
| "shape": 7, | |
| "type": "CONDITIONING", | |
| "link": 235 | |
| }, | |
| { | |
| "name": "max_objects", | |
| "type": "INT", | |
| "widget": { | |
| "name": "max_objects" | |
| }, | |
| "link": 559 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "track_data", | |
| "type": "SAM3_TRACK_DATA", | |
| "links": [ | |
| 274 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "SAM3_VideoTrack" | |
| }, | |
| "widgets_values": [ | |
| 0.5, | |
| 2, | |
| 2 | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 216, | |
| "type": "ComfySwitchNode", | |
| "pos": [ | |
| -880.4527259197034, | |
| 3991.147024060693 | |
| ], | |
| "size": [ | |
| 270, | |
| 78 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 33, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "on_false", | |
| "type": "IMAGE", | |
| "link": 563 | |
| }, | |
| { | |
| "name": "on_true", | |
| "type": "IMAGE", | |
| "link": 562 | |
| }, | |
| { | |
| "name": "switch", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "switch" | |
| }, | |
| "link": 567 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "IMAGE", | |
| "links": [ | |
| 564, | |
| 565, | |
| 566, | |
| 570 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "ComfySwitchNode" | |
| }, | |
| "widgets_values": [ | |
| false | |
| ], | |
| "color": "#332922", | |
| "bgcolor": "#593930" | |
| }, | |
| { | |
| "id": 92, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| -387.31385995995737, | |
| 4070.7829469942862 | |
| ], | |
| "size": [ | |
| 241.39119507802775, | |
| 258 | |
| ], | |
| "flags": {}, | |
| "order": 43, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 466 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 176, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| -118.01843776155667, | |
| 4039.36838936756 | |
| ], | |
| "size": [ | |
| 744.2642617192685, | |
| 523.2938638395824 | |
| ], | |
| "flags": {}, | |
| "order": 59, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 471 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "SaveVideo" | |
| }, | |
| "widgets_values": [ | |
| "scail2/v", | |
| "auto", | |
| "auto" | |
| ] | |
| }, | |
| { | |
| "id": 175, | |
| "type": "PreviewAnimation", | |
| "pos": [ | |
| -659.7771990205873, | |
| 4075.8654010714677 | |
| ], | |
| "size": [ | |
| 259.46666564941404, | |
| 292.60631473187277 | |
| ], | |
| "flags": {}, | |
| "order": 41, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 467 | |
| }, | |
| { | |
| "name": "masks", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "fps" | |
| }, | |
| "link": 573 | |
| } | |
| ], | |
| "outputs": [], | |
| "title": "Preview Animation 45x896x512", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "PreviewAnimation" | |
| }, | |
| "widgets_values": [ | |
| 16 | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 209, | |
| "type": "ComfySwitchNode", | |
| "pos": [ | |
| 465.8503043833293, | |
| 3421.4500543637155 | |
| ], | |
| "size": [ | |
| 270, | |
| 78 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 57, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "on_false", | |
| "type": "*", | |
| "link": 552 | |
| }, | |
| { | |
| "name": "on_true", | |
| "type": "IMAGE", | |
| "link": 553 | |
| }, | |
| { | |
| "name": "switch", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "switch" | |
| }, | |
| "link": 556 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "IMAGE", | |
| "links": [ | |
| 554 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "ComfySwitchNode" | |
| }, | |
| "widgets_values": [ | |
| false | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 184, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 449.5169710500014, | |
| 3208.650054363709 | |
| ], | |
| "size": [ | |
| 155.33333333333326, | |
| 46.666666666666515 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 52, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 498 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 499 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 503 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 178, | |
| "type": "VHS_VideoInfo", | |
| "pos": [ | |
| -319.67004563314384, | |
| 3522.3811713038585 | |
| ], | |
| "size": [ | |
| 233.45000457763672, | |
| 206 | |
| ], | |
| "flags": {}, | |
| "order": 31, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_info", | |
| "type": "VHS_VIDEOINFO", | |
| "link": 472 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "source_fps🟨", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "source_frame_count🟨", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "source_duration🟨", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "source_width🟨", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "source_height🟨", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "loaded_fps🟦", | |
| "type": "FLOAT", | |
| "links": [ | |
| 473, | |
| 573, | |
| 575 | |
| ] | |
| }, | |
| { | |
| "name": "loaded_frame_count🟦", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "loaded_duration🟦", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "loaded_width🟦", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "loaded_height🟦", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-videohelpersuite", | |
| "ver": "449839959f0153fb8a57211a9364c55163935ca9", | |
| "Node name for S&R": "VHS_VideoInfo" | |
| }, | |
| "widgets_values": {}, | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 188, | |
| "type": "BatchImagesNode", | |
| "pos": [ | |
| 453.815254433847, | |
| 3293.983387697039 | |
| ], | |
| "size": [ | |
| 169.2166633605957, | |
| 86 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 55, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image0", | |
| "name": "images.image0", | |
| "type": "IMAGE", | |
| "link": 530 | |
| }, | |
| { | |
| "label": "image1", | |
| "name": "images.image1", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 502 | |
| }, | |
| { | |
| "label": "image2", | |
| "name": "images.image2", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 523 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "BatchImagesNode" | |
| }, | |
| "widgets_values": [], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 182, | |
| "type": "WanSCAILToVideo", | |
| "pos": [ | |
| -74.48302894999986, | |
| 3543.3167210303695 | |
| ], | |
| "size": [ | |
| 284.03334045410156, | |
| 434 | |
| ], | |
| "flags": {}, | |
| "order": 50, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 477 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 478 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 479 | |
| }, | |
| { | |
| "name": "pose_video", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 480 | |
| }, | |
| { | |
| "name": "pose_video_mask", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 481 | |
| }, | |
| { | |
| "name": "reference_image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 566 | |
| }, | |
| { | |
| "name": "reference_image_mask", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 482 | |
| }, | |
| { | |
| "name": "clip_vision_output", | |
| "shape": 7, | |
| "type": "CLIP_VISION_OUTPUT", | |
| "link": 484 | |
| }, | |
| { | |
| "name": "previous_frames", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 528 | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 487 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 488 | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 512 | |
| }, | |
| { | |
| "name": "video_frame_offset", | |
| "type": "INT", | |
| "widget": { | |
| "name": "video_frame_offset" | |
| }, | |
| "link": 527 | |
| }, | |
| { | |
| "name": "replacement_mode", | |
| "shape": 7, | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "replacement_mode" | |
| }, | |
| "link": 508 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 494 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 495 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 496 | |
| ] | |
| }, | |
| { | |
| "name": "video_frame_offset", | |
| "type": "INT", | |
| "links": [ | |
| 524 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "WanSCAILToVideo" | |
| }, | |
| "widgets_values": [ | |
| 512, | |
| 896, | |
| 33, | |
| 1, | |
| 1, | |
| 0, | |
| 1, | |
| 0, | |
| 5, | |
| false | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 186, | |
| "type": "GetImageRangeFromBatch", | |
| "pos": [ | |
| 254.39944624405715, | |
| 3635.0529778284254 | |
| ], | |
| "size": [ | |
| 339.6875, | |
| 102 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 47, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 529 | |
| }, | |
| { | |
| "name": "masks", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 501 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "GetImageRangeFromBatch" | |
| }, | |
| "widgets_values": [ | |
| -1, | |
| 1 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 194, | |
| "type": "easy forLoopStart", | |
| "pos": [ | |
| 299.850304383335, | |
| 3161.9833876970374 | |
| ], | |
| "size": [ | |
| 270, | |
| 138 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 46, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "initial_value1", | |
| "shape": 7, | |
| "type": "*", | |
| "link": 521 | |
| }, | |
| { | |
| "name": "total", | |
| "type": "INT", | |
| "widget": { | |
| "name": "total" | |
| }, | |
| "link": 534 | |
| }, | |
| { | |
| "name": "initial_value2", | |
| "type": "*", | |
| "link": 522 | |
| }, | |
| { | |
| "name": "initial_value3", | |
| "type": "*", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "flow", | |
| "shape": 5, | |
| "type": "FLOW_CONTROL", | |
| "links": [ | |
| 520 | |
| ] | |
| }, | |
| { | |
| "name": "index", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "value1", | |
| "type": "*", | |
| "links": [ | |
| 528, | |
| 529, | |
| 530, | |
| 576 | |
| ] | |
| }, | |
| { | |
| "name": "value2", | |
| "type": "*", | |
| "links": [ | |
| 527, | |
| 537 | |
| ] | |
| }, | |
| { | |
| "name": "value3", | |
| "type": "*", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-easy-use", | |
| "ver": "1.3.6", | |
| "Node name for S&R": "easy forLoopStart" | |
| }, | |
| "widgets_values": [ | |
| 2 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 222, | |
| "type": "PreviewAnimation", | |
| "pos": [ | |
| 632.3472740802961, | |
| 3175.2803573940255 | |
| ], | |
| "size": [ | |
| 372, | |
| 342 | |
| ], | |
| "flags": {}, | |
| "order": 48, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 576 | |
| }, | |
| { | |
| "name": "masks", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "fps" | |
| }, | |
| "link": 575 | |
| } | |
| ], | |
| "outputs": [], | |
| "title": "Preview Animation 33x896x512", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "PreviewAnimation" | |
| }, | |
| "widgets_values": [ | |
| 8 | |
| ] | |
| }, | |
| { | |
| "id": 220, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1763.4527259197039, | |
| 4046.0803573940225 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 571 | |
| ] | |
| } | |
| ], | |
| "title": "Max Frames", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 501 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 200, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1764.9148569730514, | |
| 3844.1045998182535 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 539, | |
| 546 | |
| ] | |
| } | |
| ], | |
| "title": "Window Size", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 81 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 30, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -1207.5219761326507, | |
| 3159.3439236184754 | |
| ], | |
| "size": [ | |
| 276.6546455269669, | |
| 326 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 561, | |
| 563 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "example.png", | |
| "image" | |
| ], | |
| "color": "#332922", | |
| "bgcolor": "#593930" | |
| }, | |
| { | |
| "id": 3, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -1763.087208507081, | |
| 4193.2257401862325 | |
| ], | |
| "size": [ | |
| 522.0882134517947, | |
| 123.62321499376094 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 7 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 325, | |
| 477 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 214, | |
| "type": "INTConstant", | |
| "pos": [ | |
| -1762.1193925863697, | |
| 3944.480357394021 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "value", | |
| "type": "INT", | |
| "links": [ | |
| 559, | |
| 560 | |
| ] | |
| } | |
| ], | |
| "title": "Max Objects", | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.3.4", | |
| "Node name for S&R": "INTConstant" | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ], | |
| "color": "#1b4669", | |
| "bgcolor": "#29699c" | |
| }, | |
| { | |
| "id": 87, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -945.9341127179147, | |
| 4246.47415437619 | |
| ], | |
| "size": [ | |
| 276.4351640163261, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 222 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 221, | |
| 235 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "The man in center." | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 223, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2290.6527259196996, | |
| 3116.213690727358 | |
| ], | |
| "size": [ | |
| 495.39819635482206, | |
| 543.5494542953167 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Model Links", | |
| "properties": {}, | |
| "widgets_values": [ | |
| "**diffusion_models**\n\n- **FP16**: [wan2.1_14B_SCAIL_2_fp16.safetensors](https://huggingface.co/Comfy-Org/SCAIL-2/resolve/main/diffusion_models/wan2.1_14B_SCAIL_2_fp16.safetensors?download=true)\n\n- **FP8**: [wan2.1_14B_SCAIL_2_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/SCAIL-2/resolve/main/diffusion_models/wan2.1_14B_SCAIL_2_fp8_scaled.safetensors?download=true)\n\n- **FP8-Mixed**: [wan2.1_14B_SCAIL_2_mxfp8.safetensors](https://huggingface.co/Comfy-Org/SCAIL-2/resolve/main/diffusion_models/wan2.1_14B_SCAIL_2_mxfp8.safetensors?download=true)\n\n**GGUF**\n\n- [wan2.1_14B_SCAIL_2-XX_X.gguf](https://huggingface.co/vantagewithai/SCAIL-2-GGUF-ComfyUI/tree/main)\n\n\n**text_encoders**\n\n- [umt5-xxl-enc-fp8_e4m3fn.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/umt5-xxl-enc-fp8_e4m3fn.safetensors?download=true)\n- **Scaled Version:** [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**clip_vision**\n\n- [clip_vision_h.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors?download=true)\n\n**vae**\n\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors?download=true)\n\n**Segmentation**\n\n- [sam3.1_multiplex_fp16.safetensors](https://huggingface.co/Comfy-Org/sam3.1/resolve/main/checkpoints/sam3.1_multiplex_fp16.safetensors?download=true)\n\n\n**Model Storage Location**\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 text_encoders/\n│ │ └── umt5-xxl-enc-fp8_e4m3fn.safetensors\n│ ├── 📂 clip_vision/\n│ │ └── clip_vision_h.safetensors\n│ ├── 📂 diffusion_models/\n│ │ └── wan2.1_14B_SCAIL_2_fp16.safetensors\n│ ├── 📂 unet/\n│ │ └── wan2.1_14B_SCAIL_2-XX_X.gguf\n│ ├── 📂 checkpoints/\n│ │ └── sam3.1_multiplex_fp16.safetensors\n│ └── 📂 vae/\n│ └── wan_2.1_vae.safetensors\n```\n\n" | |
| ], | |
| "color": "#222", | |
| "bgcolor": "#000" | |
| }, | |
| { | |
| "id": 33, | |
| "type": "VHS_LoadVideo", | |
| "pos": [ | |
| -919.9929384103302, | |
| 3158.995813722091 | |
| ], | |
| "size": [ | |
| 256.6499938964844, | |
| 310 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "meta_batch", | |
| "shape": 7, | |
| "type": "VHS_BatchManager", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "shape": 7, | |
| "type": "VAE", | |
| "link": null | |
| }, | |
| { | |
| "name": "frame_load_cap", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frame_load_cap" | |
| }, | |
| "link": 571 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 228 | |
| ] | |
| }, | |
| { | |
| "name": "frame_count", | |
| "type": "INT", | |
| "links": [ | |
| 510, | |
| 533, | |
| 545 | |
| ] | |
| }, | |
| { | |
| "name": "audio", | |
| "type": "AUDIO", | |
| "links": [ | |
| 577 | |
| ] | |
| }, | |
| { | |
| "name": "video_info", | |
| "type": "VHS_VIDEOINFO", | |
| "links": [ | |
| 472 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-videohelpersuite", | |
| "ver": "449839959f0153fb8a57211a9364c55163935ca9", | |
| "Node name for S&R": "VHS_LoadVideo" | |
| }, | |
| "widgets_values": { | |
| "video": "", | |
| "force_rate": 0, | |
| "custom_width": 0, | |
| "custom_height": 0, | |
| "frame_load_cap": 0, | |
| "skip_first_frames": 0, | |
| "select_every_nth": 1, | |
| "format": "Wan", | |
| "videopreview": { | |
| "hidden": false, | |
| "paused": false, | |
| "params": { | |
| "filename": "", | |
| "type": "input", | |
| "format": "video/mp4", | |
| "force_rate": 0, | |
| "custom_width": 0, | |
| "custom_height": 0, | |
| "frame_load_cap": 0, | |
| "skip_first_frames": 0, | |
| "select_every_nth": 1 | |
| } | |
| } | |
| }, | |
| "color": "#332922", | |
| "bgcolor": "#593930" | |
| }, | |
| { | |
| "id": 177, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 453.3092561496911, | |
| 3336.1181329669066 | |
| ], | |
| "size": [ | |
| 210, | |
| 94 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 58, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 554 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": 578 | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "fps" | |
| }, | |
| "link": 473 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 471 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CreateVideo" | |
| }, | |
| "widgets_values": [ | |
| 30, | |
| 8 | |
| ], | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 224, | |
| "type": "Reroute", | |
| "pos": [ | |
| 55.34129715691053, | |
| 3048.611244219078 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 577 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "AUDIO", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| } | |
| }, | |
| { | |
| "id": 225, | |
| "type": "Reroute", | |
| "pos": [ | |
| 144.67463049024377, | |
| 3048.6112442190765 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "links": [ | |
| 578 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| } | |
| }, | |
| { | |
| "id": 226, | |
| "type": "Note", | |
| "pos": [ | |
| -66.49203617642371, | |
| 2945.277910885743 | |
| ], | |
| "size": [ | |
| 400.6666666666665, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "properties": {}, | |
| "widgets_values": [ | |
| "Connect these nodes if you want to transfer the audio from the source video to the output video 🙂\n\nIf the source video does not contain an audio track, leave them disconnected to avoid workflow errors." | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 7, | |
| 9, | |
| 0, | |
| 3, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 8, | |
| 9, | |
| 0, | |
| 4, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 196, | |
| 75, | |
| 0, | |
| 76, | |
| 0, | |
| "CLIP_VISION" | |
| ], | |
| [ | |
| 220, | |
| 86, | |
| 0, | |
| 85, | |
| 1, | |
| "MODEL" | |
| ], | |
| [ | |
| 221, | |
| 87, | |
| 0, | |
| 85, | |
| 3, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 222, | |
| 86, | |
| 1, | |
| 87, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 228, | |
| 33, | |
| 0, | |
| 89, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 235, | |
| 87, | |
| 0, | |
| 91, | |
| 3, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 236, | |
| 86, | |
| 0, | |
| 91, | |
| 1, | |
| "MODEL" | |
| ], | |
| [ | |
| 270, | |
| 11, | |
| 0, | |
| 95, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 273, | |
| 85, | |
| 0, | |
| 104, | |
| 0, | |
| "SAM3_TRACK_DATA" | |
| ], | |
| [ | |
| 274, | |
| 91, | |
| 0, | |
| 104, | |
| 1, | |
| "SAM3_TRACK_DATA" | |
| ], | |
| [ | |
| 325, | |
| 3, | |
| 0, | |
| 114, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 326, | |
| 4, | |
| 0, | |
| 114, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 333, | |
| 114, | |
| 0, | |
| 19, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 334, | |
| 114, | |
| 1, | |
| 19, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 398, | |
| 11, | |
| 0, | |
| 18, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 400, | |
| 152, | |
| 0, | |
| 114, | |
| 12, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 401, | |
| 152, | |
| 0, | |
| 104, | |
| 2, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 404, | |
| 156, | |
| 0, | |
| 157, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 405, | |
| 153, | |
| 0, | |
| 157, | |
| 1, | |
| "MODEL" | |
| ], | |
| [ | |
| 406, | |
| 157, | |
| 0, | |
| 11, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 407, | |
| 7, | |
| 0, | |
| 6, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 408, | |
| 7, | |
| 0, | |
| 114, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 409, | |
| 89, | |
| 0, | |
| 114, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 410, | |
| 89, | |
| 1, | |
| 114, | |
| 9, | |
| "INT" | |
| ], | |
| [ | |
| 411, | |
| 89, | |
| 2, | |
| 114, | |
| 10, | |
| "INT" | |
| ], | |
| [ | |
| 412, | |
| 76, | |
| 0, | |
| 114, | |
| 7, | |
| "CLIP_VISION_OUTPUT" | |
| ], | |
| [ | |
| 414, | |
| 89, | |
| 0, | |
| 85, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 416, | |
| 104, | |
| 0, | |
| 114, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 417, | |
| 104, | |
| 1, | |
| 114, | |
| 6, | |
| "IMAGE" | |
| ], | |
| [ | |
| 455, | |
| 18, | |
| 0, | |
| 19, | |
| 4, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 456, | |
| 95, | |
| 0, | |
| 19, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 457, | |
| 27, | |
| 0, | |
| 19, | |
| 3, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 466, | |
| 104, | |
| 1, | |
| 92, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 467, | |
| 104, | |
| 0, | |
| 175, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 471, | |
| 177, | |
| 0, | |
| 176, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 472, | |
| 33, | |
| 3, | |
| 178, | |
| 0, | |
| "VHS_VIDEOINFO" | |
| ], | |
| [ | |
| 473, | |
| 178, | |
| 5, | |
| 177, | |
| 2, | |
| "FLOAT" | |
| ], | |
| [ | |
| 474, | |
| 114, | |
| 2, | |
| 19, | |
| 5, | |
| "LATENT" | |
| ], | |
| [ | |
| 477, | |
| 3, | |
| 0, | |
| 182, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 478, | |
| 4, | |
| 0, | |
| 182, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 479, | |
| 7, | |
| 0, | |
| 182, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 480, | |
| 89, | |
| 0, | |
| 182, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 481, | |
| 104, | |
| 0, | |
| 182, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 482, | |
| 104, | |
| 1, | |
| 182, | |
| 6, | |
| "IMAGE" | |
| ], | |
| [ | |
| 484, | |
| 76, | |
| 0, | |
| 182, | |
| 7, | |
| "CLIP_VISION_OUTPUT" | |
| ], | |
| [ | |
| 487, | |
| 89, | |
| 1, | |
| 182, | |
| 9, | |
| "INT" | |
| ], | |
| [ | |
| 488, | |
| 89, | |
| 2, | |
| 182, | |
| 10, | |
| "INT" | |
| ], | |
| [ | |
| 491, | |
| 27, | |
| 0, | |
| 183, | |
| 3, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 492, | |
| 18, | |
| 0, | |
| 183, | |
| 4, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 493, | |
| 95, | |
| 0, | |
| 183, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 494, | |
| 182, | |
| 0, | |
| 183, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 495, | |
| 182, | |
| 1, | |
| 183, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 496, | |
| 182, | |
| 2, | |
| 183, | |
| 5, | |
| "LATENT" | |
| ], | |
| [ | |
| 497, | |
| 19, | |
| 0, | |
| 6, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 498, | |
| 183, | |
| 0, | |
| 184, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 499, | |
| 7, | |
| 0, | |
| 184, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 500, | |
| 185, | |
| 0, | |
| 187, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 501, | |
| 186, | |
| 0, | |
| 187, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 502, | |
| 187, | |
| 0, | |
| 188, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 503, | |
| 184, | |
| 0, | |
| 185, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 508, | |
| 152, | |
| 0, | |
| 182, | |
| 13, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 510, | |
| 33, | |
| 1, | |
| 189, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 512, | |
| 189, | |
| 1, | |
| 182, | |
| 11, | |
| "INT" | |
| ], | |
| [ | |
| 520, | |
| 194, | |
| 0, | |
| 195, | |
| 0, | |
| "FLOW_CONTROL" | |
| ], | |
| [ | |
| 521, | |
| 6, | |
| 0, | |
| 194, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 522, | |
| 114, | |
| 3, | |
| 194, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 523, | |
| 188, | |
| 0, | |
| 195, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 524, | |
| 182, | |
| 3, | |
| 195, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 527, | |
| 194, | |
| 3, | |
| 182, | |
| 12, | |
| "INT" | |
| ], | |
| [ | |
| 528, | |
| 194, | |
| 2, | |
| 182, | |
| 8, | |
| "IMAGE" | |
| ], | |
| [ | |
| 529, | |
| 194, | |
| 2, | |
| 186, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 530, | |
| 194, | |
| 2, | |
| 188, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 533, | |
| 33, | |
| 1, | |
| 196, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 534, | |
| 196, | |
| 1, | |
| 194, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 537, | |
| 194, | |
| 3, | |
| 189, | |
| 1, | |
| "INT,FLOAT,BOOLEAN" | |
| ], | |
| [ | |
| 539, | |
| 200, | |
| 0, | |
| 201, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 540, | |
| 201, | |
| 0, | |
| 196, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 542, | |
| 201, | |
| 0, | |
| 189, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 545, | |
| 33, | |
| 1, | |
| 204, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 546, | |
| 200, | |
| 0, | |
| 204, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 547, | |
| 204, | |
| 1, | |
| 114, | |
| 11, | |
| "INT" | |
| ], | |
| [ | |
| 552, | |
| 6, | |
| 0, | |
| 209, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 553, | |
| 195, | |
| 0, | |
| 209, | |
| 1, | |
| "*" | |
| ], | |
| [ | |
| 554, | |
| 209, | |
| 0, | |
| 177, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 555, | |
| 196, | |
| 1, | |
| 210, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 556, | |
| 210, | |
| 0, | |
| 209, | |
| 2, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 557, | |
| 212, | |
| 0, | |
| 89, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 558, | |
| 213, | |
| 0, | |
| 89, | |
| 3, | |
| "INT" | |
| ], | |
| [ | |
| 559, | |
| 214, | |
| 0, | |
| 91, | |
| 4, | |
| "INT" | |
| ], | |
| [ | |
| 560, | |
| 214, | |
| 0, | |
| 85, | |
| 4, | |
| "INT" | |
| ], | |
| [ | |
| 561, | |
| 30, | |
| 0, | |
| 215, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 562, | |
| 215, | |
| 0, | |
| 216, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 563, | |
| 30, | |
| 0, | |
| 216, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 564, | |
| 216, | |
| 0, | |
| 91, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 565, | |
| 216, | |
| 0, | |
| 114, | |
| 5, | |
| "IMAGE" | |
| ], | |
| [ | |
| 566, | |
| 216, | |
| 0, | |
| 182, | |
| 5, | |
| "IMAGE" | |
| ], | |
| [ | |
| 567, | |
| 152, | |
| 0, | |
| 216, | |
| 2, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 570, | |
| 216, | |
| 0, | |
| 76, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 571, | |
| 220, | |
| 0, | |
| 33, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 573, | |
| 178, | |
| 5, | |
| 175, | |
| 2, | |
| "FLOAT" | |
| ], | |
| [ | |
| 575, | |
| 178, | |
| 5, | |
| 222, | |
| 2, | |
| "FLOAT" | |
| ], | |
| [ | |
| 576, | |
| 194, | |
| 2, | |
| 222, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 577, | |
| 33, | |
| 2, | |
| 224, | |
| 0, | |
| "AUDIO" | |
| ], | |
| [ | |
| 578, | |
| 225, | |
| 0, | |
| 177, | |
| 1, | |
| "AUDIO" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 2, | |
| "title": "Segmentation", | |
| "bounding": [ | |
| -1218.6184997684104, | |
| 4001.7421575498734, | |
| 1084.0291682198147, | |
| 451.55262570030527 | |
| ], | |
| "color": "#b58b2a", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 4, | |
| "title": "Models", | |
| "bounding": [ | |
| -1777.6974627828256, | |
| 3086.4544968825776, | |
| 555.4909714001351, | |
| 584.1933166814865 | |
| ], | |
| "color": "#88A", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 5, | |
| "title": "Safetensors", | |
| "bounding": [ | |
| -1766.192885942509, | |
| 3127.2144238230735, | |
| 269.47227740264884, | |
| 162 | |
| ], | |
| "color": "#444", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 6, | |
| "title": "GGUF", | |
| "bounding": [ | |
| -1488.1823629539488, | |
| 3126.4544968825776, | |
| 254.18675226937899, | |
| 138 | |
| ], | |
| "color": "#444", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 7, | |
| "title": "Inputs", | |
| "bounding": [ | |
| -1217.5219761326507, | |
| 3088.995813722091, | |
| 564.1790316188046, | |
| 905.360805180971 | |
| ], | |
| "color": "#b06634", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 8, | |
| "title": "Prompt", | |
| "bounding": [ | |
| -1773.087208507081, | |
| 4123.2257401862325, | |
| 542.0882134517947, | |
| 335.9619785399136 | |
| ], | |
| "color": "#8AA", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 9, | |
| "title": "Sampling", | |
| "bounding": [ | |
| -640.5685849957587, | |
| 3086.5504769271465, | |
| 1261.4188893790933, | |
| 910.2329107699029 | |
| ], | |
| "color": "#8AA", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 10, | |
| "title": "Controls", | |
| "bounding": [ | |
| -1774.9148569730514, | |
| 3679.8742967879707, | |
| 547.3333333333344, | |
| 434.20606060605223 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 1.5, | |
| "offset": [ | |
| 1848.4920361764237, | |
| -2846.6112442190756 | |
| ] | |
| }, | |
| "frontendVersion": "1.45.15", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true | |
| }, | |
| "version": 0.4 | |
| } |