{
  "1": {
    "class_type": "CheckpointLoaderSimple",
    "inputs": {
      "ckpt_name": "juggernautXL_ragnarokBy.safetensors"
    }
  },
  "2": {
    "class_type": "LoadImage",
    "inputs": { "image": "guy.jpg" }
  },
  "3": {
    "class_type": "LoadImage",
    "inputs": { "image": "dog.jpg" }
  },
  "4": {
    "class_type": "CLIPVisionLoader",
    "inputs": {
      "clip_name": "CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors"
    }
  },
  "5": {
    "class_type": "IPAdapterModelLoader",
    "inputs": {
      "ipadapter_file": "ip-adapter-plus_sdxl_vit-h.safetensors"
    }
  },
  "6": {
    "class_type": "IPAdapterAdvanced",
    "inputs": {
      "weight": 0.7,
      "weight_type": "linear",
      "combine_embeds": "concat",
      "start_at": 0.0,
      "end_at": 1.0,
      "embeds_scaling": "V only",
      "model": ["1", 0],
      "ipadapter": ["5", 0],
      "image": ["2", 0],
      "clip_vision": ["4", 0]
    }
  },
  "7": {
    "class_type": "IPAdapterAdvanced",
    "inputs": {
      "weight": 0.7,
      "weight_type": "linear",
      "combine_embeds": "concat",
      "start_at": 0.0,
      "end_at": 1.0,
      "embeds_scaling": "V only",
      "model": ["6", 0],
      "ipadapter": ["5", 0],
      "image": ["3", 0],
      "clip_vision": ["4", 0]
    }
  },
  "8": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "text": "A handsome guy and his fluffy dog playing fetch with a red ball in a sunny park, cinematic lighting, 8k resolution, highly detailed, photorealistic",
      "clip": ["1", 1]
    }
  },
  "9": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "text": "worst quality, low quality, deformed, mutated, ugly, bad anatomy, text, watermark",
      "clip": ["1", 1]
    }
  },
  "10": {
    "class_type": "EmptyLatentImage",
    "inputs": {
      "width": 1216,
      "height": 832,
      "batch_size": 1
    }
  },
  "11": {
    "class_type": "KSampler",
    "inputs": {
      "seed": 1234567890,
      "steps": 30,
      "cfg": 5.0,
      "sampler_name": "dpmpp_2m",
      "scheduler": "karras",
      "denoise": 1.0,
      "model": ["7", 0],
      "positive": ["8", 0],
      "negative": ["9", 0],
      "latent_image": ["10", 0]
    }
  },
  "12": {
    "class_type": "VAEDecode",
    "inputs": {
      "samples": ["11", 0],
      "vae": ["1", 2]
    }
  },
  "13": {
    "class_type": "SaveImage",
    "inputs": {
      "filename_prefix": "Duo_Shot_Magic",
      "images": ["12", 0]
    }
  }
}