ComfyUI Workflow

View and download your workflow JSON

{
  "last_node_id": 15,
  "last_link_id": 14,
  "nodes": [
    {
      "id": 1,
      "type": "LoadImage",
      "pos": [
        50,
        200
      ],
      "size": {
        "0": 315,
        "1": 314
      },
      "flags": {},
      "order": 0,
      "mode": 0,
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            1
          ],
          "shape": 3,
          "slot_index": 0
        },
        {
          "name": "MASK",
          "type": "MASK",
          "links": null,
          "shape": 3,
          "slot_index": 1
        }
      ],
      "properties": {
        "Node name for S&R": "LoadImage"
      },
      "widgets_values": [
        "example.png",
        "image"
      ]
    },
    {
      "id": 2,
      "type": "CLIPTextEncode",
      "pos": [
        50,
        550
      ],
      "size": {
        "0": 425,
        "1": 180
      },
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            3
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "A cinematic video of the scene with smooth motion, high quality, detailed",
        "clip"
      ]
    },
    {
      "id": 3,
      "type": "LoRALoader",
      "pos": [
        550,
        200
      ],
      "size": {
        "0": 315,
        "1": 126
      },
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 4
        },
        {
          "name": "clip",
          "type": "CLIP",
          "link": 5
        }
      ],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            6
          ],
          "shape": 3,
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            7
          ],
          "shape": 3,
          "slot_index": 1
        }
      ],
      "properties": {
        "Node name for S&R": "LoRALoader"
      },
      "widgets_values": [
        "wan2.2_lora.safetensors",
        0.8,
        0.8
      ]
    },
    {
      "id": 4,
      "type": "Wan2.2_I2V_GGUF",
      "pos": [
        950,
        300
      ],
      "size": {
        "0": 400,
        "1": 350
      },
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "image",
          "type": "IMAGE",
          "link": 1
        },
        {
          "name": "model",
          "type": "MODEL",
          "link": 6
        },
        {
          "name": "conditioning",
          "type": "CONDITIONING",
          "link": 3
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            8
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "Wan2.2_I2V_GGUF"
      },
      "widgets_values": [
        "wan2.2-i2v-a14b-gguf.q4_k_m.gguf",
        25,
        7.5,
        "euler_ancestral",
        1.0,
        512,
        512,
        49,
        true,
        true
      ]
    },
    {
      "id": 5,
      "type": "VAEDecode",
      "pos": [
        1450,
        300
      ],
      "size": {
        "0": 210,
        "1": 46
      },
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 8
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 9
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            10
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      }
    },
    {
      "id": 6,
      "type": "SaveAnimatedWEBP",
      "pos": [
        1750,
        300
      ],
      "size": {
        "0": 315,
        "1": 126
      },
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 10
        }
      ],
      "properties": {
        "Node name for S&R": "SaveAnimatedWEBP"
      },
      "widgets_values": [
        "ComfyUI",
        "wan2.2_output",
        90,
        false
      ]
    },
    {
      "id": 7,
      "type": "Wan2.2_GGUF_ModelLoader",
      "pos": [
        200,
        50
      ],
      "size": {
        "0": 315,
        "1": 106
      },
      "flags": {},
      "order": 6,
      "mode": 0,
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            4
          ],
          "shape": 3,
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            2,
            5
          ],
          "shape": 3,
          "slot_index": 1
        },
        {
          "name": "VAE",
          "type": "VAE",
          "links": [
            9
          ],
          "shape": 3,
          "slot_index": 2
        }
      ],
      "properties": {
        "Node name for S&R": "Wan2.2_GGUF_ModelLoader"
      },
      "widgets_values": [
        "wan2.2-i2v-a14b-gguf.q4_k_m.gguf",
        "cpu",
        "auto"
      ]
    },
    {
      "id": 8,
      "type": "CLIPTextEncode",
      "pos": [
        50,
        780
      ],
      "size": {
        "0": 425,
        "1": 180
      },
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 7
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            11
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "blurry, low quality, distorted, artifacts, bad motion, flickering",
        "clip"
      ]
    },
    {
      "id": 9,
      "type": "ConditioningCombine",
      "pos": [
        550,
        550
      ],
      "size": {
        "0": 220,
        "1": 46
      },
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        {
          "name": "conditioning_1",
          "type": "CONDITIONING",
          "link": 3
        },
        {
          "name": "conditioning_2",
          "type": "CONDITIONING",
          "link": 11
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            12
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "ConditioningCombine"
      }
    },
    {
      "id": 10,
      "type": "Wan2.2_I2V_GGUF",
      "pos": [
        950,
        700
      ],
      "size": {
        "0": 400,
        "1": 350
      },
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        {
          "name": "image",
          "type": "IMAGE",
          "link": 13
        },
        {
          "name": "model",
          "type": "MODEL",
          "link": 6
        },
        {
          "name": "conditioning",
          "type": "CONDITIONING",
          "link": 12
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            14
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "Wan2.2_I2V_GGUF"
      },
      "widgets_values": [
        "wan2.2-i2v-a14b-gguf.q4_k_m.gguf",
        20,
        7.0,
        "dpmpp_2m",
        0.8,
        512,
        512,
        49,
        false,
        true
      ]
    },
    {
      "id": 11,
      "type": "VAEDecode",
      "pos": [
        1450,
        700
      ],
      "size": {
        "0": 210,
        "1": 46
      },
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 14
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 9
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": null,
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      }
    },
    {
      "id": 12,
      "type": "ImageScale",
      "pos": [
        200,
        350
      ],
      "size": {
        "0": 315,
        "1": 130
      },
      "flags": {},
      "order": 11,
      "mode": 0,
      "inputs": [
        {
          "name": "image",
          "type": "IMAGE",
          "link": 1
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            13
          ],
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "ImageScale"
      },
      "widgets_values": [
        "bilinear",
        512,
        512,
        "center",
        1,
        "disabled"
      ]
    },
    {
      "id": 13,
      "type": "EmptyLatentImage",
      "pos": [
        950,
        50
      ],
      "size": {
        "0": 315,
        "1": 106
      },
      "flags": {},
      "order": 12,
      "mode": 0,
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": null,
          "shape": 3,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentImage"
      },
      "widgets_values": [
        512,
        512,
        49
      ]
    },
    {
      "id": 14,
      "type": "SaveAnimatedPNG",
      "pos": [
        1750,
        700
      ],
      "size": {
        "0": 315,
        "1": 126
      },
      "flags": {},
      "order": 13,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": null
        }
      ],
      "properties": {
        "Node name for S&R": "SaveAnimatedPNG"
      },
      "widgets_values": [
        "ComfyUI",
        "wan2.2_output_png",
        24,
        false
      ]
    },
    {
      "id": 15,
      "type": "Note",
      "pos": [
        50,
        -50
      ],
      "size": {
        "0": 400,
        "1": 60
      },
      "flags": {},
      "order": 14,
      "mode": 0,
      "properties": {
        "text": "WAN2.2 I2V GGUF Workflow - Optimized for 16GB VRAM and 12GB RAM. Uses GGUF quantized model for efficiency."
      },
      "widgets_values": [
        "WAN2.2 I2V GGUF Workflow - Optimized for 16GB VRAM and 12GB RAM. Uses GGUF quantized model for efficiency."
      ]
    }
  ],
  "links": [
    [
      1,
      1,
      0,
      4,
      0,
      "IMAGE"
    ],
    [
      2,
      7,
      1,
      2,
      0,
      "CLIP"
    ],
    [
      3,
      2,
      0,
      9,
      0,
      "CONDITIONING"
    ],
    [
      4,
      7,
      0,
      3,
      0,
      "MODEL"
    ],
    [
      5,
      7,
      1,
      3,
      1,
      "CLIP"
    ],
    [
      6,
      3,
      0,
      4,
      1,
      "MODEL"
    ],
    [
      6,
      3,
      0,
      10,
      1,
      "MODEL"
    ],
    [
      7,
      3,
      1,
      8,
      0,
      "CLIP"
    ],
    [
      8,
      4,
      0,
      5,
      0,
      "LATENT"
    ],
    [
      9,
      7,
      2,
      5,
      1,
      "VAE"
    ],
    [
      9,
      7,
      2,
      11,
      1,
      "VAE"
    ],
    [
      10,
      5,
      0,
      6,
      0,
      "IMAGE"
    ],
    [
      11,
      8,
      0,
      9,
      1,
      "CONDITIONING"
    ],
    [
      12,
      9,
      0,
      10,
      2,
      "CONDITIONING"
    ],
    [
      13,
      12,
      0,
      10,
      0,
      "IMAGE"
    ],
    [
      14,
      10,
      0,
      11,
      0,
      "LATENT"
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {
      "scale": 0.7,
      "offset": [
        0,
        0
      ]
    },
    "workspace": {
      "color": "#222",
      "show_grid": false
    }
  },
  "version": 0.4,
  "metadata": {
    "title": "WAN2.2 I2V GGUF - Low VRAM Optimized",
    "description": "Optimized WAN2.2 Image-to-Video workflow using GGUF quantized model for 16GB VRAM and 12GB RAM systems with LoRA support",
    "author": "Built with anycoder - https://huggingface.co/spaces/akhaliq/anycoder"
  }
}