ComfyUI Workflow

View and download your workflow JSON

{
  "last_node_id": 10,
  "last_link_id": 10,
  "nodes": [
    {
      "id": 1,
      "type": "CheckpointLoaderSimple",
      "pos": [
        100,
        100
      ],
      "size": {
        "0": 300,
        "1": 200
      },
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [
        {
          "name": "ckpt_name",
          "type": "STRING",
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            1
          ],
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            2
          ],
          "slot_index": 1
        },
        {
          "name": "VAE",
          "type": "VAE",
          "links": [
            3
          ],
          "slot_index": 2
        }
      ],
      "properties": {
        "Node name for S&R": "CheckpointLoaderSimple"
      },
      "widgets_values": [
        "ghibli_style_model.safetensors"
      ]
    },
    {
      "id": 2,
      "type": "CLIPTextEncode",
      "pos": [
        100,
        300
      ],
      "size": {
        "0": 300,
        "1": 200
      },
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [
        {
          "name": "text",
          "type": "STRING",
          "link": null
        },
        {
          "name": "clip",
          "type": "CLIP",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            4
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "a beautiful Ghibli-style portrait, soft lighting, warm colors, detailed background, anime aesthetic"
      ]
    },
    {
      "id": 3,
      "type": "EmptyLatentImage",
      "pos": [
        100,
        500
      ],
      "size": {
        "0": 300,
        "1": 200
      },
      "flags": {},
      "order": 2,
      "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": [
            5
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentImage"
      },
      "widgets_values": [
        512,
        768,
        1
      ]
    },
    {
      "id": 4,
      "type": "KSampler",
      "pos": [
        500,
        300
      ],
      "size": {
        "0": 300,
        "1": 400
      },
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 1
        },
        {
          "name": "seed",
          "type": "INT",
          "link": null
        },
        {
          "name": "steps",
          "type": "INT",
          "link": null
        },
        {
          "name": "cfg",
          "type": "FLOAT",
          "link": null
        },
        {
          "name": "sampler_name",
          "type": "STRING",
          "link": null
        },
        {
          "name": "scheduler",
          "type": "STRING",
          "link": null
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 4
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": null
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 5
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            6
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        12345,
        20,
        7.5,
        "euler",
        "normal",
        null
      ]
    },
    {
      "id": 5,
      "type": "VAEDecode",
      "pos": [
        900,
        300
      ],
      "size": {
        "0": 300,
        "1": 200
      },
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 6
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 3
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            7
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 6,
      "type": "SaveImage",
      "pos": [
        1200,
        300
      ],
      "size": {
        "0": 300,
        "1": 200
      },
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 7
        }
      ],
      "outputs": [],
      "properties": {
        "Node name for S&R": "SaveImage"
      },
      "widgets_values": []
    },
    {
      "id": 7,
      "type": "PreviewImage",
      "pos": [
        1200,
        500
      ],
      "size": {
        "0": 300,
        "1": 200
      },
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 7
        }
      ],
      "outputs": [],
      "properties": {
        "Node name for S&R": "PreviewImage"
      },
      "widgets_values": []
    }
  ],
  "links": [
    [
      1,
      0,
      4,
      0
    ],
    [
      2,
      1,
      2,
      1
    ],
    [
      3,
      2,
      5,
      1
    ],
    [
      4,
      0,
      4,
      6
    ],
    [
      5,
      0,
      4,
      8
    ],
    [
      6,
      0,
      5,
      0
    ],
    [
      7,
      0,
      6,
      0
    ],
    [
      7,
      0,
      7,
      0
    ]
  ],
  "groups": [],
  "config": {},
  "extra": {},
  "version": 0.4
}