ComfyUI Workflow

View and download your workflow JSON

{
  "last_node_id": 45,
  "last_link_id": 62,
  "nodes": [
    {
      "id": 1,
      "type": "CheckpointLoaderSimple",
      "pos": [
        50,
        100
      ],
      "size": [
        315,
        98
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "slot_index": 1
        },
        {
          "name": "VAE",
          "type": "VAE",
          "slot_index": 2
        }
      ],
      "properties": {
        "Node name for S&R": "CheckpointLoaderSimple"
      },
      "widgets_values": [
        "wan2.1_t2v_1.3B_bf16.safetensors"
      ]
    },
    {
      "id": 2,
      "type": "CLIPTextEncode",
      "pos": [
        450,
        50
      ],
      "size": [
        315,
        198
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 1
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "a beautiful sunset over mountains, cinematic lighting, high quality, smooth motion"
      ]
    },
    {
      "id": 3,
      "type": "CLIPTextEncode",
      "pos": [
        450,
        300
      ],
      "size": [
        315,
        198
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "blurry, low quality, distorted, flickering, artifacts"
      ]
    },
    {
      "id": 4,
      "type": "EmptyLatentVideo",
      "pos": [
        50,
        350
      ],
      "size": [
        315,
        130
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentVideo"
      },
      "widgets_values": [
        832,
        480,
        16,
        1
      ]
    },
    {
      "id": 5,
      "type": "WanVideoSampler",
      "pos": [
        850,
        150
      ],
      "size": [
        315,
        280
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 3
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 4
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 5
        },
        {
          "name": "latent_video",
          "type": "LATENT",
          "link": 6
        }
      ],
      "outputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "WanVideoSampler"
      },
      "widgets_values": [
        12,
        6.0,
        "uni_pc",
        "simple",
        1,
        1,
        1
      ]
    },
    {
      "id": 6,
      "type": "VAEDecodeTiled",
      "pos": [
        1250,
        150
      ],
      "size": [
        315,
        150
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 7
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 8
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecodeTiled"
      },
      "widgets_values": [
        256,
        64,
        8
      ]
    },
    {
      "id": 7,
      "type": "SaveImage",
      "pos": [
        1650,
        150
      ],
      "size": [
        315,
        270
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 9
        }
      ],
      "outputs": [],
      "properties": {
        "Node name for S&R": "SaveImage"
      },
      "widgets_values": [
        "ComfyUI_Video_LowVRAM",
        "",
        1,
        null,
        "png"
      ]
    },
    {
      "id": 8,
      "type": "Note",
      "pos": [
        50,
        550
      ],
      "size": [
        510,
        210
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "properties": {},
      "widgets_values": [
        "🎬 LOW VRAM VIDEO GENERATION WORKFLOW\n\n✅ Optimizations:\n- Small model (1.3B Wan2.1)\n- Low resolution (832x480)\n- Few frames (16)\n- Tiled VAE decode\n- Lower steps (12)\n\n💡 Tips:\n- Reduce frames for less VRAM\n- Use 480p instead of 720p/1080p\n- Enable --lowvram flag\n- Close other applications\n\n⚠️ VRAM Requirements:\n- Minimum: 4GB\n- Recommended: 6GB+"
      ]
    },
    {
      "id": 9,
      "type": "ModelSamplingSD3",
      "pos": [
        450,
        550
      ],
      "size": [
        315,
        82
      ],
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 10
        }
      ],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "ModelSamplingSD3"
      },
      "widgets_values": [
        6.0
      ]
    },
    {
      "id": 10,
      "type": "FreeU_V2",
      "pos": [
        850,
        500
      ],
      "size": [
        315,
        130
      ],
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 11
        }
      ],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "FreeU_V2"
      },
      "widgets_values": [
        1.1,
        1.2,
        0.5,
        0.4
      ]
    }
  ],
  "links": [
    [
      1,
      1,
      1,
      2,
      0,
      "CLIP"
    ],
    [
      2,
      1,
      1,
      3,
      0,
      "CLIP"
    ],
    [
      3,
      1,
      0,
      5,
      0,
      "MODEL"
    ],
    [
      4,
      2,
      0,
      5,
      1,
      "CONDITIONING"
    ],
    [
      5,
      3,
      0,
      5,
      2,
      "CONDITIONING"
    ],
    [
      6,
      4,
      0,
      5,
      3,
      "LATENT"
    ],
    [
      7,
      5,
      0,
      6,
      0,
      "LATENT"
    ],
    [
      8,
      1,
      2,
      6,
      1,
      "VAE"
    ],
    [
      9,
      6,
      0,
      7,
      0,
      "IMAGE"
    ],
    [
      10,
      1,
      0,
      9,
      0,
      "MODEL"
    ],
    [
      11,
      9,
      0,
      10,
      0,
      "MODEL"
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {
      "scale": 1,
      "offset": [
        0,
        0
      ]
    },
    "info": {
      "name": "Low VRAM Video Generation",
      "description": "Optimized video generation workflow for GPUs with limited VRAM (4-6GB)",
      "author": "ComfyUI Community"
    }
  },
  "version": 0.4,
  "models": [
    {
      "name": "wan2.1_t2v_1.3B_bf16.safetensors",
      "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged"
    }
  ]
}