{
  "1": {
    "inputs": {
      "config_name": "__CONFIG_NAME__",
      "ckpt_name": "__CHECKPOINT_NAME__"
    },
    "class_type": "CheckpointLoader"
  },
  "2": {
    "inputs": {
      "vae_name": "vae-ft-mse-840000-ema-pruned.ckpt"
    },
    "class_type": "VAELoader"
  },
  "3": {
    "inputs": {
      "width": __IMAGE_WIDTH__,
      "height": __IMAGE_HEIGHT__,
      "batch_size": 1
    },
    "class_type": "EmptyLatentImage"
  },
  "4": {
    "inputs": {
      "stop_at_clip_layer": __CLIP_SKIP__,
      "clip": [
        "1",
        1
      ]
    },
    "class_type": "CLIPSetLastLayer"
  },
  "5": {
    "inputs": {
      "text": "__POSITIVE_PROMPT__",
      "token_normalization": "none",
      "weight_interpretation": "A1111",
      "clip": [
        "4",
        0
      ]
    },
    "class_type": "BNK_CLIPTextEncodeAdvanced"
  },
  "6": {
    "inputs": {
      "text": "__NEGATIVE_PROMPT__",
      "token_normalization": "none",
      "weight_interpretation": "A1111",
      "clip": [
        "4",
        0
      ]
    },
    "class_type": "BNK_CLIPTextEncodeAdvanced"
  },
  "7": {
    "inputs": {
      "seed": __SEED__,
      "steps": __STEPS__,
      "cfg": __CFG__,
      "sampler_name": "__SAMPLER__",
      "scheduler": "__SCHEDULER__",
      "denoise": 1,
      "model": [
        "1",
        0
      ],
      "positive": [
        "5",
        0
      ],
      "negative": [
        "6",
        0
      ],
      "latent_image": [
        "3",
        0
      ]
    },
    "class_type": "KSampler"
  },
  "8": {
    "inputs": {
      "samples": [
        "7",
        0
      ],
      "vae": [
        "2",
        0
      ]
    },
    "class_type": "VAEDecode"
  },
  "9": {
    "inputs": {
      "filename_prefix": "AUTOMATED_GENERATION",
      "images": [
        "8",
        0
      ]
    },
    "class_type": "SaveImage"
  }
}