{
  "last_node_id": 20,
  "last_link_id": 40,
  "nodes": [
    {
      "id": 1,
      "type": "CheckpointLoaderSimple",
      "pos": [-1600, -640],
      "size": [310, 98],
      "widgets_values": ["sd3.5_large.safetensors"],
      "outputs": [
        {"name": "MODEL", "type": "MODEL", "links": [10]},
        {"name": "CLIP", "type": "CLIP", "links": [11, 12]},
        {"name": "VAE", "type": "VAE", "links": []}
      ],
      "inputs": [
        {"name": "ckpt_name", "type": "COMBO", "widget": {"name": "ckpt_name"}}
      ],
      "properties": {"Node name for S&R": "CheckpointLoaderSimple"}
    },
    {
      "id": 2,
      "type": "VAELoader",
      "pos": [-1600, -360],
      "size": [280, 60],
      "widgets_values": ["diffusion_pytorch_model.safetensors"],
      "outputs": [
        {"name": "VAE", "type": "VAE", "links": [21, 22]}
      ],
      "properties": {"Node name for S&R": "VAELoader"}
    },
    {
      "id": 3,
      "type": "LoadImage",
      "pos": [-2000, -120],
      "size": [325, 314],
      "widgets_values": ["IMG_3257.jpg", "image"],
      "outputs": [
        {"name": "IMAGE", "type": "IMAGE", "links": [31, 32]},
        {"name": "MASK", "type": "MASK", "links": []}
      ],
      "inputs": [
        {"name": "image", "type": "COMBO", "widget": {"name": "image"}},
        {"name": "upload", "type": "IMAGEUPLOAD", "widget": {"name": "upload"}}
      ],
      "properties": {"Node name for S&R": "LoadImage"}
    },
    {
      "id": 4,
      "type": "VAEEncode",
      "pos": [-1600, -120],
      "size": [260, 80],
      "inputs": [
        {"name": "pixels", "type": "IMAGE", "link": 31},
        {"name": "vae", "type": "VAE", "link": 21}
      ],
      "outputs": [
        {"name": "LATENT", "type": "LATENT", "links": [34]}
      ],
      "properties": {"Node name for S&R": "VAEEncode"}
    },
    {
      "id": 5,
      "type": "SigLIPEncode",
      "pos": [-2000, 240],
      "size": [210, 26],
      "inputs": [
        {"name": "image", "type": "IMAGE", "link": 32}
      ],
      "outputs": [
        {"name": "CLIP_VISION_OUTPUT", "type": "CLIP_VISION_OUTPUT", "links": [33]}
      ],
      "properties": {"Node name for S&R": "SigLIPEncode"}
    },
    {
      "id": 6,
      "type": "IPAdapterSD3Loader",
      "pos": [-1600, -520],
      "size": [270, 82],
      "widgets_values": ["SD3.5-Large-IP-Adapter.bin", "cuda"],
      "outputs": [
        {"name": "ipadapter", "type": "IP_ADAPTER_SD3_INSTANTX", "links": [30]}
      ],
      "properties": {"Node name for S&R": "IPAdapterSD3Loader"}
    },
    {
      "id": 7,
      "type": "ApplyIPAdapterSD3",
      "pos": [-1200, -520],
      "size": [274, 146],
      "inputs": [
        {"name": "model", "type": "MODEL", "link": 10},
        {"name": "ipadapter", "type": "IP_ADAPTER_SD3_INSTANTX", "link": 30},
        {"name": "image_embed", "type": "CLIP_VISION_OUTPUT", "link": 33}
      ],
      "widgets_values": [0.7, 0.0, 0.8],
      "outputs": [
        {"name": "MODEL", "type": "MODEL", "links": [35]}
      ],
      "properties": {"Node name for S&R": "ApplyIPAdapterSD3"}
    },
    {
      "id": 8,
      "type": "CLIPTextEncode",
      "pos": [-1200, -740],
      "size": [350, 180],
      "inputs": [
        {"name": "clip", "type": "CLIP", "link": 11}
      ],
      "widgets_values": ["place the same rover from the reference on the Moon, keep identical geometry: wire spoked wheels, round body, large blue dish antenna, red-white helical mast, CCCP marking; realistic lunar surface, low sun angle, long shadows"],
      "outputs": [
        {"name": "CONDITIONING", "type": "CONDITIONING", "links": [36]}
      ],
      "properties": {"Node name for S&R": "CLIPTextEncode"}
    },
    {
      "id": 9,
      "type": "CLIPTextEncode",
      "pos": [-1200, -520],
      "size": [350, 170],
      "inputs": [
        {"name": "clip", "type": "CLIP", "link": 12}
      ],
      "widgets_values": ["different wheels, changing geometry, different antenna, toy look, cartoon, lowres, low quality, worst quality"],
      "outputs": [
        {"name": "CONDITIONING", "type": "CONDITIONING", "links": [37]}
      ],
      "properties": {"Node name for S&R": "CLIPTextEncode"}
    },
    {
      "id": 10,
      "type": "KSampler",
      "pos": [-840, -360],
      "size": [378, 504],
      "inputs": [
        {"name": "model", "type": "MODEL", "link": 35},
        {"name": "positive", "type": "CONDITIONING", "link": 36},
        {"name": "negative", "type": "CONDITIONING", "link": 37},
        {"name": "latent_image", "type": "LATENT", "link": 34}
      ],
      "widgets_values": ["randomize", 26, 5.0, "dpmpp_3m_sde_gpu", "simple", 0.30],
      "outputs": [
        {"name": "LATENT", "type": "LATENT", "links": [38]}
      ],
      "properties": {"Node name for S&R": "KSampler"}
    },
    {
      "id": 11,
      "type": "VAEDecode",
      "pos": [-420, -200],
      "size": [210, 46],
      "inputs": [
        {"name": "samples", "type": "LATENT", "link": 38},
        {"name": "vae", "type": "VAE", "link": 22}
      ],
      "outputs": [
        {"name": "IMAGE", "type": "IMAGE", "links": [39, 40]}
      ],
      "properties": {"Node name for S&R": "VAEDecode"}
    },
    {
      "id": 12,
      "type": "PreviewImage",
      "pos": [-180, -360],
      "size": [420, 300],
      "inputs": [
        {"name": "images", "type": "IMAGE", "link": 39}
      ],
      "properties": {"Node name for S&R": "PreviewImage"}
    },
    {
      "id": 13,
      "type": "SaveImage",
      "pos": [-180, -20],
      "size": [320, 140],
      "widgets_values": ["SD35_IPA_img2img"],
      "inputs": [
        {"name": "images", "type": "IMAGE", "link": 40}
      ],
      "properties": {"Node name for S&R": "SaveImage"}
    }
  ],
  "links": [
    [10, 1, 0, 7, 0, "MODEL"],
    [11, 1, 1, 8, 0, "CLIP"],
    [12, 1, 1, 9, 0, "CLIP"],
    [21, 2, 0, 4, 1, "VAE"],
    [22, 2, 0, 11, 1, "VAE"],
    [31, 3, 0, 4, 0, "IMAGE"],
    [32, 3, 0, 5, 0, "IMAGE"],
    [30, 6, 0, 7, 1, "IP_ADAPTER_SD3_INSTANTX"],
    [33, 5, 0, 7, 2, "CLIP_VISION_OUTPUT"],
    [34, 4, 0, 10, 3, "LATENT"],
    [35, 7, 0, 10, 0, "MODEL"],
    [36, 8, 0, 10, 1, "CONDITIONING"],
    [37, 9, 0, 10, 2, "CONDITIONING"],
    [38, 10, 0, 11, 0, "LATENT"],
    [39, 11, 0, 12, 0, "IMAGE"],
    [40, 11, 0, 13, 0, "IMAGE"]
  ],
  "groups": [],
  "config": {},
  "extra": {
    "ds": {"scale": 0.9, "offset": [1860, 820]}
  },
  "version": 0.4
}
