ComfyUI Workflow

View and download your workflow JSON

{
  "nodes": [
    {
      "id": 1,
      "type": " WanVaceToVideo",
      "pos": [
        400,
        200
      ],
      "size": [
        315,
        454
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [
        {
          "name": "prompt",
          "type": "STRING",
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "links": [
            5
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "WanVaceToVideo"
      },
      "widgets_values": {
        "prompt": "A beautiful sunset over the ocean with gentle waves",
        "seed": 0,
        "steps": 25,
        "cfg": 1.5,
        "aspect_ratio": "16:9",
        "duration": 5,
        "with_sound": true
      }
    },
    {
      "id": 2,
      "type": "SaveVideo",
      "pos": [
        800,
        200
      ],
      "size": [
        210,
        270
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [
        {
          "name": "video",
          "type": "VIDEO",
          "link": 5
        }
      ],
      "properties": {
        "Node name for S&R": "SaveVideo"
      },
      "widgets_values": {
        "filename_prefix": "Wan_Video_With_Sound"
      }
    },
    {
      "id": 3,
      "type": "Text",
      "pos": [
        100,
        200
      ],
      "size": [
        210,
        200
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "widgets_values": {
        "text": "Create a Wan video with sound - This workflow generates a video using Wan VACE video generation API with sound enabled. The video will be saved automatically."
      },
      "properties": {
        "Node name for S&R": "Text"
      }
    }
  ],
  "links": [
    [
      5,
      1,
      0,
      "video",
      2
    ]
  ],
  "version": 0.4
}