{
  "1": { "class_type": "CheckpointLoaderSimple", "inputs": { "ckpt_name": "ponyRealism_V23ULTRA.safetensors" } },
  "2": { "class_type": "LoadImage", "inputs": { "image": "input.jpg" } },
  "3": { "class_type": "CLIPTextEncode", "inputs": { "text": "masterpiece, best quality, beautiful highly detailed face, perfect eyes", "clip": [ "1", 1 ] } },
  "4": { "class_type": "CLIPTextEncode", "inputs": { "text": "bad anatomy, deformed, ugly, poorly drawn face, mutated, worst quality", "clip": [ "1", 1 ] } },
  "5": { "class_type": "UltralyticsDetectorProvider", "inputs": { "model_name": "bbox/face_yolov9c.pt" } },
  "6": {
    "class_type": "FaceDetailer",
    "inputs": {
      "image": [ "2", 0 ], "model": [ "1", 0 ], "clip": [ "1", 1 ], "vae": [ "1", 2 ],
      "positive": [ "3", 0 ], "negative": [ "4", 0 ], "bbox_detector": [ "5", 0 ],
      "guide_size": 384, "guide_size_for": true, "max_size": 1024,
      "seed": 1234567, "steps": 25, "cfg": 7.0, "sampler_name": "euler_ancestral", "scheduler": "karras", "denoise": 0.35,
      "feather": 5, "noise_mask": true, "force_inpaint": true,
      "bbox_threshold": 0.5, "bbox_dilation": 10, "bbox_crop_factor": 3.0,
      "sam_detection_hint": "center-1", "sam_dilation": 0, "sam_threshold": 0.93, "sam_bbox_expansion": 0,
      "sam_mask_hint_threshold": 0.7, "sam_mask_hint_use_negative": "False", "drop_size": 10,
      "wildcard": "", "cycle": 1, "inpaint_model": false, "noise_mask_feather": 20, "tiled_encode": false, "tiled_decode": false
    }
  },
  "7": { "class_type": "SaveImage", "inputs": { "filename_prefix": "ComfyUI", "images": [ "6", 0 ] } }
}