{
  "id": "00000000-0000-0000-0000-000000000000",
  "revision": 0,
  "last_node_id": 24,
  "last_link_id": 54,
  "nodes": [
    {
      "id": 1,
      "type": "VHS_LoadVideo",
      "pos": [
        60,
        90
      ],
      "size": [
        261.640625,
        694.84375
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "meta_batch",
          "name": "meta_batch",
          "shape": 7,
          "type": "VHS_BatchManager",
          "link": null
        },
        {
          "localized_name": "vae",
          "name": "vae",
          "shape": 7,
          "type": "VAE",
          "link": null
        },
        {
          "localized_name": "video",
          "name": "video",
          "type": "COMBO",
          "widget": {
            "name": "video"
          },
          "link": null
        },
        {
          "localized_name": "force_rate",
          "name": "force_rate",
          "type": "FLOAT",
          "widget": {
            "name": "force_rate"
          },
          "link": null
        },
        {
          "localized_name": "custom_width",
          "name": "custom_width",
          "type": "INT",
          "widget": {
            "name": "custom_width"
          },
          "link": null
        },
        {
          "localized_name": "custom_height",
          "name": "custom_height",
          "type": "INT",
          "widget": {
            "name": "custom_height"
          },
          "link": null
        },
        {
          "localized_name": "frame_load_cap",
          "name": "frame_load_cap",
          "type": "INT",
          "widget": {
            "name": "frame_load_cap"
          },
          "link": null
        },
        {
          "localized_name": "skip_first_frames",
          "name": "skip_first_frames",
          "type": "INT",
          "widget": {
            "name": "skip_first_frames"
          },
          "link": null
        },
        {
          "localized_name": "select_every_nth",
          "name": "select_every_nth",
          "type": "INT",
          "widget": {
            "name": "select_every_nth"
          },
          "link": null
        },
        {
          "localized_name": "format",
          "name": "format",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "format"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "画像",
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            29
          ]
        },
        {
          "localized_name": "frame_count",
          "name": "frame_count",
          "type": "INT",
          "links": null
        },
        {
          "localized_name": "audio",
          "name": "audio",
          "type": "AUDIO",
          "links": null
        },
        {
          "localized_name": "video_info",
          "name": "video_info",
          "type": "VHS_VIDEOINFO",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "VHS_LoadVideo"
      },
      "widgets_values": {
        "video": "ref_dance.mp4",
        "force_rate": 0,
        "custom_width": 0,
        "custom_height": 0,
        "frame_load_cap": 0,
        "skip_first_frames": 0,
        "select_every_nth": 1,
        "format": "Wan",
        "choose video to upload": "image",
        "videopreview": {
          "hidden": false,
          "paused": false,
          "params": {
            "filename": "ref_dance.mp4",
            "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
          }
        }
      }
    },
    {
      "id": 2,
      "type": "OnnxDetectionModelLoader",
      "pos": [
        60,
        490
      ],
      "size": [
        304.046875,
        350
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "vitpose_model",
          "name": "vitpose_model",
          "type": "COMBO",
          "widget": {
            "name": "vitpose_model"
          },
          "link": null
        },
        {
          "localized_name": "yolo_model",
          "name": "yolo_model",
          "type": "COMBO",
          "widget": {
            "name": "yolo_model"
          },
          "link": null
        },
        {
          "localized_name": "onnx_device",
          "name": "onnx_device",
          "type": "COMBO",
          "widget": {
            "name": "onnx_device"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "model",
          "name": "model",
          "type": "POSEMODEL",
          "links": [
            28
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "OnnxDetectionModelLoader"
      },
      "widgets_values": [
        "vitpose-l-wholebody.onnx",
        "yolov10m.onnx",
        "CUDAExecutionProvider"
      ]
    },
    {
      "id": 3,
      "type": "PoseAndFaceDetection",
      "pos": [
        464,
        90
      ],
      "size": [
        321.75,
        222
      ],
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "model",
          "name": "model",
          "type": "POSEMODEL",
          "link": 28
        },
        {
          "localized_name": "images",
          "name": "images",
          "type": "IMAGE",
          "link": 29
        },
        {
          "localized_name": "retarget_image",
          "name": "retarget_image",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "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": "face_padding",
          "name": "face_padding",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "face_padding"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "pose_data",
          "name": "pose_data",
          "type": "POSEDATA",
          "links": [
            30
          ]
        },
        {
          "localized_name": "face_images",
          "name": "face_images",
          "type": "IMAGE",
          "links": null
        },
        {
          "localized_name": "key_frame_body_points",
          "name": "key_frame_body_points",
          "type": "STRING",
          "links": null
        },
        {
          "localized_name": "bboxes",
          "name": "bboxes",
          "type": "BBOX",
          "links": null
        },
        {
          "localized_name": "face_bboxes",
          "name": "face_bboxes",
          "type": "BBOX,",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "PoseAndFaceDetection"
      },
      "widgets_values": [
        480,
        640,
        0
      ]
    },
    {
      "id": 4,
      "type": "DrawViTPose",
      "pos": [
        924,
        90
      ],
      "size": [
        270,
        226
      ],
      "flags": {},
      "order": 12,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "pose_data",
          "name": "pose_data",
          "type": "POSEDATA",
          "link": 30
        },
        {
          "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": "retarget_padding",
          "name": "retarget_padding",
          "type": "INT",
          "widget": {
            "name": "retarget_padding"
          },
          "link": null
        },
        {
          "localized_name": "body_stick_width",
          "name": "body_stick_width",
          "type": "INT",
          "widget": {
            "name": "body_stick_width"
          },
          "link": null
        },
        {
          "localized_name": "hand_stick_width",
          "name": "hand_stick_width",
          "type": "INT",
          "widget": {
            "name": "hand_stick_width"
          },
          "link": null
        },
        {
          "localized_name": "draw_head",
          "name": "draw_head",
          "type": "BOOLEAN",
          "widget": {
            "name": "draw_head"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "pose_images",
          "name": "pose_images",
          "type": "IMAGE",
          "links": [
            38,
            39
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "DrawViTPose"
      },
      "widgets_values": [
        480,
        640,
        16,
        -1,
        -1,
        true
      ]
    },
    {
      "id": 5,
      "type": "LoadImage",
      "pos": [
        60,
        686
      ],
      "size": [
        344,
        346
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "画像",
          "name": "image",
          "type": "COMBO",
          "widget": {
            "name": "image"
          },
          "link": null
        },
        {
          "localized_name": "アップロードするファイルを選択",
          "name": "upload",
          "type": "IMAGEUPLOAD",
          "widget": {
            "name": "upload"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "画像",
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            31
          ]
        },
        {
          "localized_name": "マスク",
          "name": "MASK",
          "type": "MASK",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "LoadImage"
      },
      "widgets_values": [
        "char_start.png",
        "image"
      ]
    },
    {
      "id": 6,
      "type": "ImageResizeKJv2",
      "pos": [
        464,
        366
      ],
      "size": [
        270,
        350
      ],
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "image",
          "name": "image",
          "type": "IMAGE",
          "link": 31
        },
        {
          "localized_name": "mask",
          "name": "mask",
          "shape": 7,
          "type": "MASK",
          "link": null
        },
        {
          "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": "upscale_method",
          "name": "upscale_method",
          "type": "COMBO",
          "widget": {
            "name": "upscale_method"
          },
          "link": null
        },
        {
          "localized_name": "keep_proportion",
          "name": "keep_proportion",
          "type": "COMBO",
          "widget": {
            "name": "keep_proportion"
          },
          "link": null
        },
        {
          "localized_name": "pad_color",
          "name": "pad_color",
          "type": "STRING",
          "widget": {
            "name": "pad_color"
          },
          "link": null
        },
        {
          "localized_name": "crop_position",
          "name": "crop_position",
          "type": "COMBO",
          "widget": {
            "name": "crop_position"
          },
          "link": null
        },
        {
          "localized_name": "divisible_by",
          "name": "divisible_by",
          "type": "INT",
          "widget": {
            "name": "divisible_by"
          },
          "link": null
        },
        {
          "localized_name": "device",
          "name": "device",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "device"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "画像",
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            33,
            36
          ]
        },
        {
          "localized_name": "width",
          "name": "width",
          "type": "INT",
          "links": null
        },
        {
          "localized_name": "height",
          "name": "height",
          "type": "INT",
          "links": null
        },
        {
          "localized_name": "mask",
          "name": "mask",
          "type": "MASK",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "ImageResizeKJv2"
      },
      "widgets_values": [
        480,
        640,
        "lanczos",
        "crop",
        "0, 0, 0",
        "center",
        16,
        "cpu"
      ]
    },
    {
      "id": 7,
      "type": "CLIPVisionLoader",
      "pos": [
        60,
        878
      ],
      "size": [
        270,
        62
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "クリップ名",
          "name": "clip_name",
          "type": "COMBO",
          "widget": {
            "name": "clip_name"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "CLIP_VISION",
          "name": "CLIP_VISION",
          "type": "CLIP_VISION",
          "links": [
            32,
            40
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPVisionLoader"
      },
      "widgets_values": [
        "clip_vision_h.safetensors"
      ]
    },
    {
      "id": 8,
      "type": "WanVideoClipVisionEncode",
      "pos": [
        924,
        358
      ],
      "size": [
        289.63828125,
        262
      ],
      "flags": {},
      "order": 13,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "clip_vision",
          "name": "clip_vision",
          "type": "CLIP_VISION",
          "link": 32
        },
        {
          "localized_name": "image_1",
          "name": "image_1",
          "type": "IMAGE",
          "link": 33
        },
        {
          "localized_name": "image_2",
          "name": "image_2",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "localized_name": "negative_image",
          "name": "negative_image",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "localized_name": "strength_1",
          "name": "strength_1",
          "type": "FLOAT",
          "widget": {
            "name": "strength_1"
          },
          "link": null
        },
        {
          "localized_name": "strength_2",
          "name": "strength_2",
          "type": "FLOAT",
          "widget": {
            "name": "strength_2"
          },
          "link": null
        },
        {
          "localized_name": "crop",
          "name": "crop",
          "type": "COMBO",
          "widget": {
            "name": "crop"
          },
          "link": null
        },
        {
          "localized_name": "combine_embeds",
          "name": "combine_embeds",
          "type": "COMBO",
          "widget": {
            "name": "combine_embeds"
          },
          "link": null
        },
        {
          "localized_name": "force_offload",
          "name": "force_offload",
          "type": "BOOLEAN",
          "widget": {
            "name": "force_offload"
          },
          "link": null
        },
        {
          "localized_name": "tiles",
          "name": "tiles",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "tiles"
          },
          "link": null
        },
        {
          "localized_name": "ratio",
          "name": "ratio",
          "shape": 7,
          "type": "FLOAT",
          "widget": {
            "name": "ratio"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "image_embeds",
          "name": "image_embeds",
          "type": "WANVIDIMAGE_CLIPEMBEDS",
          "links": [
            35
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoClipVisionEncode"
      },
      "widgets_values": [
        1,
        1,
        "center",
        "average",
        true,
        0,
        0.5
      ]
    },
    {
      "id": 9,
      "type": "WanVideoVAELoader",
      "pos": [
        60,
        1026
      ],
      "size": [
        270,
        170
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "compile_args",
          "name": "compile_args",
          "shape": 7,
          "type": "WANCOMPILEARGS",
          "link": null
        },
        {
          "localized_name": "model_name",
          "name": "model_name",
          "type": "COMBO",
          "widget": {
            "name": "model_name"
          },
          "link": null
        },
        {
          "localized_name": "precision",
          "name": "precision",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "precision"
          },
          "link": null
        },
        {
          "localized_name": "use_cpu_cache",
          "name": "use_cpu_cache",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "use_cpu_cache"
          },
          "link": null
        },
        {
          "localized_name": "verbose",
          "name": "verbose",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "verbose"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "vae",
          "name": "vae",
          "type": "WANVAE",
          "links": [
            34,
            37,
            51
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoVAELoader"
      },
      "widgets_values": [
        "wan\\wan_2.1_vae.safetensors",
        "bf16",
        false,
        false
      ]
    },
    {
      "id": 10,
      "type": "WanVideoImageToVideoEncode",
      "pos": [
        1273.63828125,
        614
      ],
      "size": [
        331.8125,
        498
      ],
      "flags": {},
      "order": 16,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "vae",
          "name": "vae",
          "shape": 7,
          "type": "WANVAE",
          "link": 34
        },
        {
          "localized_name": "clip_embeds",
          "name": "clip_embeds",
          "shape": 7,
          "type": "WANVIDIMAGE_CLIPEMBEDS",
          "link": 35
        },
        {
          "localized_name": "start_image",
          "name": "start_image",
          "shape": 7,
          "type": "IMAGE",
          "link": 36
        },
        {
          "localized_name": "end_image",
          "name": "end_image",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "localized_name": "control_embeds",
          "name": "control_embeds",
          "shape": 7,
          "type": "WANVIDIMAGE_EMBEDS",
          "link": null
        },
        {
          "localized_name": "temporal_mask",
          "name": "temporal_mask",
          "shape": 7,
          "type": "MASK",
          "link": null
        },
        {
          "localized_name": "extra_latents",
          "name": "extra_latents",
          "shape": 7,
          "type": "LATENT",
          "link": null
        },
        {
          "localized_name": "add_cond_latents",
          "name": "add_cond_latents",
          "shape": 7,
          "type": "ADD_COND_LATENTS",
          "link": null
        },
        {
          "localized_name": "empty_frame_pad_image",
          "name": "empty_frame_pad_image",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "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": "num_frames",
          "name": "num_frames",
          "type": "INT",
          "widget": {
            "name": "num_frames"
          },
          "link": null
        },
        {
          "localized_name": "noise_aug_strength",
          "name": "noise_aug_strength",
          "type": "FLOAT",
          "widget": {
            "name": "noise_aug_strength"
          },
          "link": null
        },
        {
          "localized_name": "start_latent_strength",
          "name": "start_latent_strength",
          "type": "FLOAT",
          "widget": {
            "name": "start_latent_strength"
          },
          "link": null
        },
        {
          "localized_name": "end_latent_strength",
          "name": "end_latent_strength",
          "type": "FLOAT",
          "widget": {
            "name": "end_latent_strength"
          },
          "link": null
        },
        {
          "localized_name": "force_offload",
          "name": "force_offload",
          "type": "BOOLEAN",
          "widget": {
            "name": "force_offload"
          },
          "link": null
        },
        {
          "localized_name": "fun_or_fl2v_model",
          "name": "fun_or_fl2v_model",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "fun_or_fl2v_model"
          },
          "link": null
        },
        {
          "localized_name": "tiled_vae",
          "name": "tiled_vae",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "tiled_vae"
          },
          "link": null
        },
        {
          "localized_name": "augment_empty_frames",
          "name": "augment_empty_frames",
          "shape": 7,
          "type": "FLOAT",
          "widget": {
            "name": "augment_empty_frames"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "image_embeds",
          "name": "image_embeds",
          "type": "WANVIDIMAGE_EMBEDS",
          "links": [
            42
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoImageToVideoEncode"
      },
      "widgets_values": [
        480,
        640,
        81,
        0,
        1,
        1,
        true,
        true,
        false,
        0
      ]
    },
    {
      "id": 11,
      "type": "WanVideoEncode",
      "pos": [
        1273.63828125,
        90
      ],
      "size": [
        273.703125,
        294
      ],
      "flags": {},
      "order": 14,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "vae",
          "name": "vae",
          "type": "WANVAE",
          "link": 37
        },
        {
          "localized_name": "image",
          "name": "image",
          "type": "IMAGE",
          "link": 38
        },
        {
          "localized_name": "mask",
          "name": "mask",
          "shape": 7,
          "type": "MASK",
          "link": null
        },
        {
          "localized_name": "enable_vae_tiling",
          "name": "enable_vae_tiling",
          "type": "BOOLEAN",
          "widget": {
            "name": "enable_vae_tiling"
          },
          "link": null
        },
        {
          "localized_name": "tile_x",
          "name": "tile_x",
          "type": "INT",
          "widget": {
            "name": "tile_x"
          },
          "link": null
        },
        {
          "localized_name": "tile_y",
          "name": "tile_y",
          "type": "INT",
          "widget": {
            "name": "tile_y"
          },
          "link": null
        },
        {
          "localized_name": "tile_stride_x",
          "name": "tile_stride_x",
          "type": "INT",
          "widget": {
            "name": "tile_stride_x"
          },
          "link": null
        },
        {
          "localized_name": "tile_stride_y",
          "name": "tile_stride_y",
          "type": "INT",
          "widget": {
            "name": "tile_stride_y"
          },
          "link": null
        },
        {
          "localized_name": "noise_aug_strength",
          "name": "noise_aug_strength",
          "shape": 7,
          "type": "FLOAT",
          "widget": {
            "name": "noise_aug_strength"
          },
          "link": null
        },
        {
          "localized_name": "latent_strength",
          "name": "latent_strength",
          "shape": 7,
          "type": "FLOAT",
          "widget": {
            "name": "latent_strength"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "samples",
          "name": "samples",
          "type": "LATENT",
          "links": [
            43
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoEncode"
      },
      "widgets_values": [
        false,
        272,
        272,
        160,
        128,
        0,
        1
      ]
    },
    {
      "id": 12,
      "type": "GetImageRangeFromBatch",
      "pos": [
        1273.63828125,
        422
      ],
      "size": [
        349.703125,
        134
      ],
      "flags": {},
      "order": 15,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "images",
          "name": "images",
          "shape": 7,
          "type": "IMAGE",
          "link": 39
        },
        {
          "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": "画像",
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            41
          ]
        },
        {
          "localized_name": "マスク",
          "name": "MASK",
          "type": "MASK",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "GetImageRangeFromBatch"
      },
      "widgets_values": [
        0,
        1
      ]
    },
    {
      "id": 13,
      "type": "WanVideoClipVisionEncode",
      "pos": [
        1683.3439453125002,
        90
      ],
      "size": [
        289.625,
        314
      ],
      "flags": {},
      "order": 17,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "clip_vision",
          "name": "clip_vision",
          "type": "CLIP_VISION",
          "link": 40
        },
        {
          "localized_name": "image_1",
          "name": "image_1",
          "type": "IMAGE",
          "link": 41
        },
        {
          "localized_name": "image_2",
          "name": "image_2",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "localized_name": "negative_image",
          "name": "negative_image",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        },
        {
          "localized_name": "strength_1",
          "name": "strength_1",
          "type": "FLOAT",
          "widget": {
            "name": "strength_1"
          },
          "link": null
        },
        {
          "localized_name": "strength_2",
          "name": "strength_2",
          "type": "FLOAT",
          "widget": {
            "name": "strength_2"
          },
          "link": null
        },
        {
          "localized_name": "crop",
          "name": "crop",
          "type": "COMBO",
          "widget": {
            "name": "crop"
          },
          "link": null
        },
        {
          "localized_name": "combine_embeds",
          "name": "combine_embeds",
          "type": "COMBO",
          "widget": {
            "name": "combine_embeds"
          },
          "link": null
        },
        {
          "localized_name": "force_offload",
          "name": "force_offload",
          "type": "BOOLEAN",
          "widget": {
            "name": "force_offload"
          },
          "link": null
        },
        {
          "localized_name": "tiles",
          "name": "tiles",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "tiles"
          },
          "link": null
        },
        {
          "localized_name": "ratio",
          "name": "ratio",
          "shape": 7,
          "type": "FLOAT",
          "widget": {
            "name": "ratio"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "image_embeds",
          "name": "image_embeds",
          "type": "WANVIDIMAGE_CLIPEMBEDS",
          "links": [
            44
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoClipVisionEncode"
      },
      "widgets_values": [
        1,
        1,
        "center",
        "average",
        true,
        0,
        0.5
      ]
    },
    {
      "id": 14,
      "type": "WanVideoAddSteadyDancerEmbeds",
      "pos": [
        2032.9822265625003,
        90
      ],
      "size": [
        352.390625,
        230
      ],
      "flags": {},
      "order": 18,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "embeds",
          "name": "embeds",
          "type": "WANVIDIMAGE_EMBEDS",
          "link": 42
        },
        {
          "localized_name": "pose_latents_positive",
          "name": "pose_latents_positive",
          "type": "LATENT",
          "link": 43
        },
        {
          "localized_name": "pose_latents_negative",
          "name": "pose_latents_negative",
          "shape": 7,
          "type": "LATENT",
          "link": null
        },
        {
          "localized_name": "clip_vision_embeds",
          "name": "clip_vision_embeds",
          "shape": 7,
          "type": "WANVIDIMAGE_CLIPEMBEDS",
          "link": 44
        },
        {
          "localized_name": "pose_strength_spatial",
          "name": "pose_strength_spatial",
          "type": "FLOAT",
          "widget": {
            "name": "pose_strength_spatial"
          },
          "link": null
        },
        {
          "localized_name": "pose_strength_temporal",
          "name": "pose_strength_temporal",
          "type": "FLOAT",
          "widget": {
            "name": "pose_strength_temporal"
          },
          "link": null
        },
        {
          "localized_name": "start_percent",
          "name": "start_percent",
          "type": "FLOAT",
          "widget": {
            "name": "start_percent"
          },
          "link": null
        },
        {
          "localized_name": "end_percent",
          "name": "end_percent",
          "type": "FLOAT",
          "widget": {
            "name": "end_percent"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "image_embeds",
          "name": "image_embeds",
          "type": "WANVIDIMAGE_EMBEDS",
          "links": [
            49
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoAddSteadyDancerEmbeds"
      },
      "widgets_values": [
        1,
        1,
        0,
        1
      ]
    },
    {
      "id": 15,
      "type": "WanVideoBlockSwap",
      "pos": [
        60,
        1246
      ],
      "size": [
        286.5625,
        254
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "blocks_to_swap",
          "name": "blocks_to_swap",
          "type": "INT",
          "widget": {
            "name": "blocks_to_swap"
          },
          "link": null
        },
        {
          "localized_name": "offload_img_emb",
          "name": "offload_img_emb",
          "type": "BOOLEAN",
          "widget": {
            "name": "offload_img_emb"
          },
          "link": null
        },
        {
          "localized_name": "offload_txt_emb",
          "name": "offload_txt_emb",
          "type": "BOOLEAN",
          "widget": {
            "name": "offload_txt_emb"
          },
          "link": null
        },
        {
          "localized_name": "use_non_blocking",
          "name": "use_non_blocking",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "use_non_blocking"
          },
          "link": null
        },
        {
          "localized_name": "vace_blocks_to_swap",
          "name": "vace_blocks_to_swap",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "vace_blocks_to_swap"
          },
          "link": null
        },
        {
          "localized_name": "prefetch_blocks",
          "name": "prefetch_blocks",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "prefetch_blocks"
          },
          "link": null
        },
        {
          "localized_name": "block_swap_debug",
          "name": "block_swap_debug",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "block_swap_debug"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "block_swap_args",
          "name": "block_swap_args",
          "type": "BLOCKSWAPARGS",
          "links": [
            45
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoBlockSwap"
      },
      "widgets_values": [
        25,
        false,
        false,
        false,
        0,
        0,
        false
      ]
    },
    {
      "id": 16,
      "type": "WanVideoLoraSelect",
      "pos": [
        60,
        1538
      ],
      "size": [
        270,
        190
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "prev_lora",
          "name": "prev_lora",
          "shape": 7,
          "type": "WANVIDLORA",
          "link": null
        },
        {
          "localized_name": "blocks",
          "name": "blocks",
          "shape": 7,
          "type": "SELECTEDBLOCKS",
          "link": null
        },
        {
          "localized_name": "lora",
          "name": "lora",
          "type": "COMBO",
          "widget": {
            "name": "lora"
          },
          "link": null
        },
        {
          "localized_name": "strength",
          "name": "strength",
          "type": "FLOAT",
          "widget": {
            "name": "strength"
          },
          "link": null
        },
        {
          "localized_name": "low_mem_load",
          "name": "low_mem_load",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "low_mem_load"
          },
          "link": null
        },
        {
          "localized_name": "merge_loras",
          "name": "merge_loras",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "merge_loras"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "lora",
          "name": "lora",
          "type": "WANVIDLORA",
          "links": [
            46
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoLoraSelect"
      },
      "widgets_values": [
        "Lora\\wan2.1\\lightx2v_I2V_14B_480p_cfg_step_distill_rank64_bf16.safetensors",
        1,
        false,
        false
      ]
    },
    {
      "id": 17,
      "type": "WanVideoModelLoader",
      "pos": [
        464,
        742
      ],
      "size": [
        278.515625,
        366
      ],
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "compile_args",
          "name": "compile_args",
          "shape": 7,
          "type": "WANCOMPILEARGS",
          "link": null
        },
        {
          "localized_name": "block_swap_args",
          "name": "block_swap_args",
          "shape": 7,
          "type": "BLOCKSWAPARGS",
          "link": 45
        },
        {
          "localized_name": "lora",
          "name": "lora",
          "shape": 7,
          "type": "WANVIDLORA",
          "link": 46
        },
        {
          "localized_name": "vram_management_args",
          "name": "vram_management_args",
          "shape": 7,
          "type": "VRAM_MANAGEMENTARGS",
          "link": null
        },
        {
          "localized_name": "extra_model",
          "name": "extra_model",
          "shape": 7,
          "type": "VACEPATH",
          "link": null
        },
        {
          "localized_name": "fantasytalking_model",
          "name": "fantasytalking_model",
          "shape": 7,
          "type": "FANTASYTALKINGMODEL",
          "link": null
        },
        {
          "localized_name": "multitalk_model",
          "name": "multitalk_model",
          "shape": 7,
          "type": "MULTITALKMODEL",
          "link": null
        },
        {
          "localized_name": "fantasyportrait_model",
          "name": "fantasyportrait_model",
          "shape": 7,
          "type": "FANTASYPORTRAITMODEL",
          "link": null
        },
        {
          "localized_name": "model",
          "name": "model",
          "type": "COMBO",
          "widget": {
            "name": "model"
          },
          "link": null
        },
        {
          "localized_name": "base_precision",
          "name": "base_precision",
          "type": "COMBO",
          "widget": {
            "name": "base_precision"
          },
          "link": null
        },
        {
          "localized_name": "quantization",
          "name": "quantization",
          "type": "COMBO",
          "widget": {
            "name": "quantization"
          },
          "link": null
        },
        {
          "localized_name": "load_device",
          "name": "load_device",
          "type": "COMBO",
          "widget": {
            "name": "load_device"
          },
          "link": null
        },
        {
          "localized_name": "attention_mode",
          "name": "attention_mode",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "attention_mode"
          },
          "link": null
        },
        {
          "localized_name": "rms_norm_function",
          "name": "rms_norm_function",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "rms_norm_function"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "model",
          "name": "model",
          "type": "WANVIDEOMODEL",
          "links": [
            48
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoModelLoader"
      },
      "widgets_values": [
        "wan2.1\\Wan21_I2V_SteadyDancer_fp16-Q4_K_M_fix_5d_tensor.gguf",
        "fp16",
        "disabled",
        "offload_device",
        "sdpa",
        "default"
      ]
    },
    {
      "id": 18,
      "type": "LoadWanVideoT5TextEncoder",
      "pos": [
        60,
        1778
      ],
      "size": [
        329.359375,
        146
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "model_name",
          "name": "model_name",
          "type": "COMBO",
          "widget": {
            "name": "model_name"
          },
          "link": null
        },
        {
          "localized_name": "precision",
          "name": "precision",
          "type": "COMBO",
          "widget": {
            "name": "precision"
          },
          "link": null
        },
        {
          "localized_name": "load_device",
          "name": "load_device",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "load_device"
          },
          "link": null
        },
        {
          "localized_name": "quantization",
          "name": "quantization",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "quantization"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "wan_t5_model",
          "name": "wan_t5_model",
          "type": "WANTEXTENCODER",
          "links": [
            47
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "LoadWanVideoT5TextEncoder"
      },
      "widgets_values": [
        "wan\\umt5-xxl-enc-bf16.safetensors",
        "bf16",
        "offload_device",
        "disabled"
      ]
    },
    {
      "id": 19,
      "type": "WanVideoTextEncode",
      "pos": [
        464,
        1150
      ],
      "size": [
        400,
        274
      ],
      "flags": {},
      "order": 11,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "t5",
          "name": "t5",
          "shape": 7,
          "type": "WANTEXTENCODER",
          "link": 47
        },
        {
          "localized_name": "model_to_offload",
          "name": "model_to_offload",
          "shape": 7,
          "type": "WANVIDEOMODEL",
          "link": null
        },
        {
          "localized_name": "positive_prompt",
          "name": "positive_prompt",
          "type": "STRING",
          "widget": {
            "name": "positive_prompt"
          },
          "link": null
        },
        {
          "localized_name": "negative_prompt",
          "name": "negative_prompt",
          "type": "STRING",
          "widget": {
            "name": "negative_prompt"
          },
          "link": null
        },
        {
          "localized_name": "force_offload",
          "name": "force_offload",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "force_offload"
          },
          "link": null
        },
        {
          "localized_name": "use_disk_cache",
          "name": "use_disk_cache",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "use_disk_cache"
          },
          "link": null
        },
        {
          "localized_name": "device",
          "name": "device",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "device"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "text_embeds",
          "name": "text_embeds",
          "type": "WANVIDEOTEXTEMBEDS",
          "links": [
            50
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoTextEncode"
      },
      "widgets_values": [
        "An anime girl with long silver hair, wearing a white sundress and a straw hat, dances energetically in a bright dance studio with wooden floor. Full body visible, static camera.",
        "bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, deformed, disfigured",
        true,
        false,
        "gpu"
      ]
    },
    {
      "id": 21,
      "type": "WanVideoSampler",
      "pos": [
        2445.3880859375004,
        90
      ],
      "size": [
        340.484375,
        742
      ],
      "flags": {},
      "order": 19,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "model",
          "name": "model",
          "type": "WANVIDEOMODEL",
          "link": 48
        },
        {
          "localized_name": "image_embeds",
          "name": "image_embeds",
          "type": "WANVIDIMAGE_EMBEDS",
          "link": 49
        },
        {
          "localized_name": "text_embeds",
          "name": "text_embeds",
          "shape": 7,
          "type": "WANVIDEOTEXTEMBEDS",
          "link": 50
        },
        {
          "localized_name": "samples",
          "name": "samples",
          "shape": 7,
          "type": "LATENT",
          "link": null
        },
        {
          "localized_name": "feta_args",
          "name": "feta_args",
          "shape": 7,
          "type": "FETAARGS",
          "link": null
        },
        {
          "localized_name": "context_options",
          "name": "context_options",
          "shape": 7,
          "type": "WANVIDCONTEXT",
          "link": null
        },
        {
          "localized_name": "cache_args",
          "name": "cache_args",
          "shape": 7,
          "type": "CACHEARGS",
          "link": null
        },
        {
          "localized_name": "flowedit_args",
          "name": "flowedit_args",
          "shape": 7,
          "type": "FLOWEDITARGS",
          "link": null
        },
        {
          "localized_name": "slg_args",
          "name": "slg_args",
          "shape": 7,
          "type": "SLGARGS",
          "link": null
        },
        {
          "localized_name": "loop_args",
          "name": "loop_args",
          "shape": 7,
          "type": "LOOPARGS",
          "link": null
        },
        {
          "localized_name": "experimental_args",
          "name": "experimental_args",
          "shape": 7,
          "type": "EXPERIMENTALARGS",
          "link": null
        },
        {
          "localized_name": "sigmas",
          "name": "sigmas",
          "shape": 7,
          "type": "SIGMAS",
          "link": null
        },
        {
          "localized_name": "unianimate_poses",
          "name": "unianimate_poses",
          "shape": 7,
          "type": "UNIANIMATE_POSE",
          "link": null
        },
        {
          "localized_name": "fantasytalking_embeds",
          "name": "fantasytalking_embeds",
          "shape": 7,
          "type": "FANTASYTALKING_EMBEDS",
          "link": null
        },
        {
          "localized_name": "uni3c_embeds",
          "name": "uni3c_embeds",
          "shape": 7,
          "type": "UNI3C_EMBEDS",
          "link": null
        },
        {
          "localized_name": "multitalk_embeds",
          "name": "multitalk_embeds",
          "shape": 7,
          "type": "MULTITALK_EMBEDS",
          "link": null
        },
        {
          "localized_name": "freeinit_args",
          "name": "freeinit_args",
          "shape": 7,
          "type": "FREEINITARGS",
          "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": "shift",
          "name": "shift",
          "type": "FLOAT",
          "widget": {
            "name": "shift"
          },
          "link": null
        },
        {
          "localized_name": "seed",
          "name": "seed",
          "type": "INT",
          "widget": {
            "name": "seed"
          },
          "link": null
        },
        {
          "localized_name": "force_offload",
          "name": "force_offload",
          "type": "BOOLEAN",
          "widget": {
            "name": "force_offload"
          },
          "link": null
        },
        {
          "localized_name": "scheduler",
          "name": "scheduler",
          "type": "COMBO",
          "widget": {
            "name": "scheduler"
          },
          "link": null
        },
        {
          "localized_name": "riflex_freq_index",
          "name": "riflex_freq_index",
          "type": "INT",
          "widget": {
            "name": "riflex_freq_index"
          },
          "link": null
        },
        {
          "localized_name": "denoise_strength",
          "name": "denoise_strength",
          "shape": 7,
          "type": "FLOAT",
          "widget": {
            "name": "denoise_strength"
          },
          "link": null
        },
        {
          "localized_name": "batched_cfg",
          "name": "batched_cfg",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "batched_cfg"
          },
          "link": null
        },
        {
          "localized_name": "rope_function",
          "name": "rope_function",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "rope_function"
          },
          "link": null
        },
        {
          "localized_name": "start_step",
          "name": "start_step",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "start_step"
          },
          "link": null
        },
        {
          "localized_name": "end_step",
          "name": "end_step",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "end_step"
          },
          "link": null
        },
        {
          "localized_name": "add_noise_to_samples",
          "name": "add_noise_to_samples",
          "shape": 7,
          "type": "BOOLEAN",
          "widget": {
            "name": "add_noise_to_samples"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "samples",
          "name": "samples",
          "type": "LATENT",
          "links": [
            52
          ]
        },
        {
          "localized_name": "denoised_samples",
          "name": "denoised_samples",
          "type": "LATENT",
          "links": null
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoSampler"
      },
      "widgets_values": [
        4,
        1,
        5,
        42,
        "randomize",
        true,
        "dpm++_sde",
        0,
        1,
        false,
        "comfy",
        0,
        -1,
        false
      ]
    },
    {
      "id": 22,
      "type": "WanVideoDecode",
      "pos": [
        2845.8763671875004,
        90
      ],
      "size": [
        270,
        242
      ],
      "flags": {},
      "order": 20,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "vae",
          "name": "vae",
          "type": "WANVAE",
          "link": 51
        },
        {
          "localized_name": "samples",
          "name": "samples",
          "type": "LATENT",
          "link": 52
        },
        {
          "localized_name": "enable_vae_tiling",
          "name": "enable_vae_tiling",
          "type": "BOOLEAN",
          "widget": {
            "name": "enable_vae_tiling"
          },
          "link": null
        },
        {
          "localized_name": "tile_x",
          "name": "tile_x",
          "type": "INT",
          "widget": {
            "name": "tile_x"
          },
          "link": null
        },
        {
          "localized_name": "tile_y",
          "name": "tile_y",
          "type": "INT",
          "widget": {
            "name": "tile_y"
          },
          "link": null
        },
        {
          "localized_name": "tile_stride_x",
          "name": "tile_stride_x",
          "type": "INT",
          "widget": {
            "name": "tile_stride_x"
          },
          "link": null
        },
        {
          "localized_name": "tile_stride_y",
          "name": "tile_stride_y",
          "type": "INT",
          "widget": {
            "name": "tile_stride_y"
          },
          "link": null
        },
        {
          "localized_name": "normalization",
          "name": "normalization",
          "shape": 7,
          "type": "COMBO",
          "widget": {
            "name": "normalization"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "images",
          "name": "images",
          "type": "IMAGE",
          "links": [
            53
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoDecode"
      },
      "widgets_values": [
        false,
        272,
        272,
        144,
        128,
        "default"
      ]
    },
    {
      "id": 23,
      "type": "CreateVideo",
      "pos": [
        3175.8763671875004,
        90
      ],
      "size": [
        270,
        110
      ],
      "flags": {},
      "order": 21,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "画像",
          "name": "images",
          "type": "IMAGE",
          "link": 53
        },
        {
          "localized_name": "オーディオ",
          "name": "audio",
          "shape": 7,
          "type": "AUDIO",
          "link": null
        },
        {
          "localized_name": "fps",
          "name": "fps",
          "type": "FLOAT",
          "widget": {
            "name": "fps"
          },
          "link": null
        },
        {
          "localized_name": "bit_depth",
          "name": "bit_depth",
          "shape": 7,
          "type": "INT",
          "widget": {
            "name": "bit_depth"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "ビデオ",
          "name": "VIDEO",
          "type": "VIDEO",
          "links": [
            54
          ]
        }
      ],
      "properties": {
        "Node name for S&R": "CreateVideo"
      },
      "widgets_values": [
        16,
        8
      ]
    },
    {
      "id": 24,
      "type": "SaveVideo",
      "pos": [
        3505.8763671875004,
        90
      ],
      "size": [
        308,
        154
      ],
      "flags": {},
      "order": 22,
      "mode": 0,
      "inputs": [
        {
          "localized_name": "ビデオ",
          "name": "video",
          "type": "VIDEO",
          "link": 54
        },
        {
          "localized_name": "ファイル名プレフィックス",
          "name": "filename_prefix",
          "type": "STRING",
          "widget": {
            "name": "filename_prefix"
          },
          "link": null
        },
        {
          "localized_name": "フォーマット",
          "name": "format",
          "type": "COMBO",
          "widget": {
            "name": "format"
          },
          "link": null
        },
        {
          "localized_name": "コーデック",
          "name": "codec",
          "type": "COMFY_DYNAMICCOMBO_V3",
          "widget": {
            "name": "codec"
          },
          "link": null
        },
        {
          "localized_name": "codec.encoding",
          "name": "codec.encoding",
          "shape": 7,
          "type": "COMFY_DYNAMICCOMBO_V3",
          "widget": {
            "name": "codec.encoding"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "localized_name": "video",
          "name": "video",
          "type": "VIDEO",
          "links": null
        }
      ],
      "properties": {},
      "widgets_values": [
        "%date:yyyyMMdd%/mt_steadydancer",
        "mp4",
        "h264",
        "auto"
      ]
    }
  ],
  "links": [
    [
      28,
      2,
      0,
      3,
      0,
      "POSEMODEL"
    ],
    [
      29,
      1,
      0,
      3,
      1,
      "IMAGE"
    ],
    [
      30,
      3,
      0,
      4,
      0,
      "POSEDATA"
    ],
    [
      31,
      5,
      0,
      6,
      0,
      "IMAGE"
    ],
    [
      32,
      7,
      0,
      8,
      0,
      "CLIP_VISION"
    ],
    [
      33,
      6,
      0,
      8,
      1,
      "IMAGE"
    ],
    [
      34,
      9,
      0,
      10,
      0,
      "WANVAE"
    ],
    [
      35,
      8,
      0,
      10,
      1,
      "WANVIDIMAGE_CLIPEMBEDS"
    ],
    [
      36,
      6,
      0,
      10,
      2,
      "IMAGE"
    ],
    [
      37,
      9,
      0,
      11,
      0,
      "WANVAE"
    ],
    [
      38,
      4,
      0,
      11,
      1,
      "IMAGE"
    ],
    [
      39,
      4,
      0,
      12,
      0,
      "IMAGE"
    ],
    [
      40,
      7,
      0,
      13,
      0,
      "CLIP_VISION"
    ],
    [
      41,
      12,
      0,
      13,
      1,
      "IMAGE"
    ],
    [
      42,
      10,
      0,
      14,
      0,
      "WANVIDIMAGE_EMBEDS"
    ],
    [
      43,
      11,
      0,
      14,
      1,
      "LATENT"
    ],
    [
      44,
      13,
      0,
      14,
      3,
      "WANVIDIMAGE_CLIPEMBEDS"
    ],
    [
      45,
      15,
      0,
      17,
      1,
      "BLOCKSWAPARGS"
    ],
    [
      46,
      16,
      0,
      17,
      2,
      "WANVIDLORA"
    ],
    [
      47,
      18,
      0,
      19,
      0,
      "WANTEXTENCODER"
    ],
    [
      48,
      17,
      0,
      21,
      0,
      "WANVIDEOMODEL"
    ],
    [
      49,
      14,
      0,
      21,
      1,
      "WANVIDIMAGE_EMBEDS"
    ],
    [
      50,
      19,
      0,
      21,
      2,
      "WANVIDEOTEXTEMBEDS"
    ],
    [
      51,
      9,
      0,
      22,
      0,
      "WANVAE"
    ],
    [
      52,
      21,
      0,
      22,
      1,
      "LATENT"
    ],
    [
      53,
      22,
      0,
      23,
      0,
      "IMAGE"
    ],
    [
      54,
      23,
      0,
      24,
      0,
      "VIDEO"
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {
      "scale": 0.4312977099236641,
      "offset": [
        351.5042942823561,
        118.67256637168143
      ]
    }
  },
  "version": 0.4
}