{
  "9": {
    "inputs": {
      "filename_prefix": "Flux2-Dev",
      "images": [
        "62:8",
        0
      ]
    },
    "class_type": "SaveImage",
    "_meta": {
      "title": "Save Image"
    }
  },
  "1000": {
    "inputs": {
      "image": "flat-stone-.png"
    },
    "class_type": "LoadImage",
    "_meta": {
      "title": "Load Image 1"
    },
    "is_changed": [
      "9e488b645493ac9b55033c9493dbd7277839f424c763e45807e0c26327a26130"
    ]
  },
  "1001": {
    "inputs": {
      "image": "gold-ring.png"
    },
    "class_type": "LoadImage",
    "_meta": {
      "title": "Load Image 2"
    },
    "is_changed": [
      "b029d0999fa6c816458ada343b87c9f9f84515290afecf40da8c76c49b4ce834"
    ]
  },
  "2000": {
    "inputs": {
      "upscale_method": "area",
      "megapixels": 1,
      "resolution_steps": 1,
      "image": [
        "1000",
        0
      ]
    },
    "class_type": "ImageScaleToTotalPixels",
    "_meta": {
      "title": "ImageScaleToTotalPixels 1"
    }
  },
  "2001": {
    "inputs": {
      "upscale_method": "area",
      "megapixels": 1,
      "resolution_steps": 1,
      "image": [
        "1001",
        0
      ]
    },
    "class_type": "ImageScaleToTotalPixels",
    "_meta": {
      "title": "ImageScaleToTotalPixels 2"
    }
  },
  "3000": {
    "inputs": {
      "pixels": [
        "2000",
        0
      ],
      "vae": [
        "62:10",
        0
      ]
    },
    "class_type": "VAEEncode",
    "_meta": {
      "title": "VAE Encode 1"
    }
  },
  "3001": {
    "inputs": {
      "pixels": [
        "2001",
        0
      ],
      "vae": [
        "62:10",
        0
      ]
    },
    "class_type": "VAEEncode",
    "_meta": {
      "title": "VAE Encode 2"
    }
  },
  "4000": {
    "inputs": {
      "image": [
        "2000",
        0
      ]
    },
    "class_type": "GetImageSize",
    "_meta": {
      "title": "Get Image Size"
    }
  },
  "62:16": {
    "inputs": {
      "sampler_name": "euler"
    },
    "class_type": "KSamplerSelect",
    "_meta": {
      "title": "KSamplerSelect"
    }
  },
  "62:25": {
    "inputs": {
      "noise_seed": 95886942538035
    },
    "class_type": "RandomNoise",
    "_meta": {
      "title": "RandomNoise"
    }
  },
  "62:12": {
    "inputs": {
      "unet_name": "flux2_dev_fp8mixed.safetensors",
      "weight_dtype": "default"
    },
    "class_type": "UNETLoader",
    "_meta": {
      "title": "Load Diffusion Model"
    }
  },
  "62:10": {
    "inputs": {
      "vae_name": "flux2-vae.safetensors"
    },
    "class_type": "VAELoader",
    "_meta": {
      "title": "Load VAE"
    }
  },
  "62:38": {
    "inputs": {
      "clip_name": "mistral_3_small_flux2_bf16.safetensors",
      "type": "flux2",
      "device": "default"
    },
    "class_type": "CLIPLoader",
    "_meta": {
      "title": "Load CLIP"
    }
  },
  "62:47": {
    "inputs": {
      "width": [
        "4000",
        0
      ],
      "height": [
        "4000",
        1
      ],
      "batch_size": 1
    },
    "class_type": "EmptyFlux2LatentImage",
    "_meta": {
      "title": "Empty Flux 2 Latent"
    }
  },
  "62:48": {
    "inputs": {
      "steps": 20,
      "width": [
        "4000",
        0
      ],
      "height": [
        "4000",
        1
      ]
    },
    "class_type": "Flux2Scheduler",
    "_meta": {
      "title": "Flux2Scheduler"
    }
  },
  "62:6": {
    "inputs": {
      "text": "put the ring to the stone",
      "clip": [
        "62:38",
        0
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Positive Prompt)"
    }
  },
  "62:26": {
    "inputs": {
      "guidance": 4,
      "conditioning": [
        "62:6",
        0
      ]
    },
    "class_type": "FluxGuidance",
    "_meta": {
      "title": "FluxGuidance"
    }
  },
  "62:43": {
    "inputs": {
      "conditioning": [
        "62:26",
        0
      ],
      "latent": [
        "3000",
        0
      ]
    },
    "class_type": "ReferenceLatent",
    "_meta": {
      "title": "ReferenceLatent 1"
    }
  },
  "62:39": {
    "inputs": {
      "conditioning": [
        "62:43",
        0
      ],
      "latent": [
        "3001",
        0
      ]
    },
    "class_type": "ReferenceLatent",
    "_meta": {
      "title": "ReferenceLatent 2"
    }
  },
  "62:22": {
    "inputs": {
      "model": [
        "62:12",
        0
      ],
      "conditioning": [
        "62:39",
        0
      ]
    },
    "class_type": "BasicGuider",
    "_meta": {
      "title": "BasicGuider"
    }
  },
  "62:13": {
    "inputs": {
      "noise": [
        "62:25",
        0
      ],
      "guider": [
        "62:22",
        0
      ],
      "sampler": [
        "62:16",
        0
      ],
      "sigmas": [
        "62:48",
        0
      ],
      "latent_image": [
        "62:47",
        0
      ]
    },
    "class_type": "SamplerCustomAdvanced",
    "_meta": {
      "title": "SamplerCustomAdvanced"
    }
  },
  "62:8": {
    "inputs": {
      "samples": [
        "62:13",
        0
      ],
      "vae": [
        "62:10",
        0
      ]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAE Decode"
    }
  }
}