{
  "3": {
    "inputs": {
      "seed": "%seed",
      "steps": "%steps",
      "cfg": "%cfg",
      "sampler_name": "%sampler_name",
      "scheduler": "%scheduler",
      "denoise": "%denoise",
      "model": [
        "4",
        0
      ],
      "positive": [
        "6",
        0
      ],
      "negative": [
        "7",
        0
      ],
      "latent_image": [
        "5",
        0
      ]
    },
    "class_type": "KSampler",
    "_meta": {
      "title": "Kサンプラー"
    }
  },
  "4": {
    "inputs": {
      "ckpt_name": "%ckpt_name"
    },
    "class_type": "CheckpointLoaderSimple",
    "_meta": {
      "title": "チェックポイントを読み込む"
    }
  },
  "5": {
    "inputs": {
      "width": "%width",
      "height": "%height",
      "batch_size": 1
    },
    "class_type": "EmptyLatentImage",
    "_meta": {
      "title": "空の潜在画像"
    }
  },
  "6": {
    "inputs": {
      "text": "%prompt",
      "clip": [
        "4",
        1
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIPテキストエンコード（プロンプト）"
    }
  },
  "7": {
    "inputs": {
      "text": "%negative_prompt",
      "clip": [
        "4",
        1
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIPテキストエンコード（プロンプト）"
    }
  },
  "8": {
    "inputs": {
      "samples": [
        "3",
        0
      ],
      "vae": [
        "4",
        2
      ]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAEデコード"
    }
  },
  "9": {
    "inputs": {
      "filename_prefix": "ComfyUI",
      "images": [
        "8",
        0
      ]
    },
    "class_type": "SaveImage",
    "_meta": {
      "title": "画像を保存"
    }
  }
}
