ComfyUI Workflow

View and download your workflow JSON

{
  "last_node_id": 7,
  "last_link_id": 8,
  "nodes": [
    {
      "id": 1,
      "type": "CheckpointLoaderSimple",
      "pos": [
        200,
        100
      ],
      "size": {
        "0": 315,
        "1": 74
      },
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [
        {
          "name": "ckpt_name",
          "type": "COMBO",
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            2
          ],
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            3
          ],
          "slot_index": 0
        },
        {
          "name": "VAE",
          "type": "VAE",
          "links": [
            4
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CheckpointLoaderSimple"
      },
      "widgets_values": [
        "v1-5-pruned-emaonly.ckpt"
      ]
    },
    {
      "id": 2,
      "type": "CLIPTextEncode",
      "pos": [
        200,
        300
      ],
      "size": {
        "0": 424.278,
        "1": 180
      },
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            5
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "masterpiece, best quality, high resolution, photorealistic, beautiful landscape with mountains and lakes"
      ]
    },
    {
      "id": 3,
      "type": "CLIPTextEncode",
      "pos": [
        200,
        500
      ],
      "size": {
        "0": 424.278,
        "1": 180
      },
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 3
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            6
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "low quality, worst quality, bad anatomy, blurry, distorted"
      ]
    },
    {
      "id": 4,
      "type": "EmptyLatentImage",
      "pos": [
        200,
        700
      ],
      "size": {
        "0": 315,
        "1": 106
      },
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "width",
          "type": "INT",
          "link": null
        },
        {
          "name": "height",
          "type": "INT",
          "link": null
        },
        {
          "name": "batch_size",
          "type": "INT",
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            7
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentImage"
      },
      "widgets_values": [
        512,
        512,
        1
      ]
    },
    {
      "id": 5,
      "type": "KSampler",
      "pos": [
        600,
        400
      ],
      "size": {
        "0": 315,
        "1": 262
      },
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 5
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 6
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 7
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 8
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            9
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        156680208700286,
        20,
        7,
        "euler",
        "normal"
      ]
    },
    {
      "id": 6,
      "type": "VAEDecode",
      "pos": [
        900,
        400
      ],
      "size": {
        "0": 210,
        "1": 46
      },
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 9
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 4
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            10
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      }
    },
    {
      "id": 7,
      "type": "SaveImage",
      "pos": [
        1100,
        400
      ],
      "size": {
        "0": 210,
        "1": 258
      },
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 10
        }
      ],
      "outputs": [],
      "properties": {
        "Node name for S&R": "SaveImage"
      },
      "widgets_values": []
    }
  ],
  "links": [
    [
      2,
      1,
      0,
      2,
      0,
      0
    ],
    [
      3,
      1,
      1,
      3,
      0,
      0
    ],
    [
      4,
      1,
      2,
      6,
      1,
      0
    ],
    [
      5,
      2,
      0,
      5,
      1,
      0
    ],
    [
      6,
      3,
      0,
      5,
      2,
      0
    ],
    [
      7,
      4,
      0,
      5,
      3,
      0
    ],
    [
      8,
      4,
      0,
      5,
      3,
      0
    ],
    [
      9,
      5,
      0,
      6,
      0,
      0
    ],
    [
      10,
      6,
      0,
      7,
      0,
      0
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {},
  "version": 0.4
}