{
  "1": {
    "class_type": "LoadImage",
    "_meta": {"title": "Load Current"},
    "inputs": {"image": "REPLACE_WITH_CURRENT_IMAGE.png"}
  },
  "2": {
    "class_type": "LoadImage",
    "_meta": {"title": "Load Original"},
    "inputs": {"image": "REPLACE_WITH_ORIGINAL_IMAGE.png"}
  },
  "3": {
    "class_type": "GeminiNanoBanana2",
    "_meta": {"title": "Nano Banana 2"},
    "inputs": {
      "prompt": "Photorealistic edit of the same bird, same body shape, same beak, same posture, same framing, same identity. Keep the exact same old-lady hairstyle and hairstyle shape from the current image, but change only the hair color so it matches the deep red from the original photo as closely as possible. Preserve the original red tone, saturation, and warmth. Do not change the curls, do not change the bird, do not change the face or body proportions.",
      "model": "Nano Banana 2 (Gemini 3.1 Flash Image)",
      "seed": 7302,
      "aspect_ratio": "auto",
      "resolution": "1K",
      "response_modalities": "IMAGE",
      "thinking_level": "MINIMAL",
      "images": ["1", 0],
      "system_prompt": "You are an expert image-editing engine. Preserve the subject identity and body shape exactly. Match the hair color to the original reference image. Keep the result photorealistic."
    }
  },
  "4": {
    "class_type": "SaveImage",
    "_meta": {"title": "Save"},
    "inputs": {
      "filename_prefix": "nano_banana_redmatch_oldlady",
      "images": ["3", 0]
    }
  }
}