{
  "1": {"class_type": "CheckpointLoaderSimple", "inputs": {"ckpt_name": "RealVisXL_V5.0_fp16.safetensors"}},
  "2": {"class_type": "LoadImage", "_meta": {"title": "Source image"}, "inputs": {"image": "example.png"}},
  "3": {"class_type": "VAEEncode", "inputs": {"pixels": ["2", 0], "vae": ["1", 2]}},
  "4": {"class_type": "CLIPTextEncode", "_meta": {"title": "positive"}, "inputs": {"text": "RAW photo, cinematic lighting, detailed skin texture, film grain, high detail", "clip": ["1", 1]}},
  "5": {"class_type": "CLIPTextEncode", "_meta": {"title": "negative"}, "inputs": {"text": "bad hands, bad anatomy, ugly, deformed, blurry, lowres, watermark, cartoon", "clip": ["1", 1]}},
  "6": {"class_type": "KSampler", "inputs": {"seed": 42, "steps": 30, "cfg": 5.0, "sampler_name": "dpmpp_2m_sde", "scheduler": "karras", "denoise": 0.55, "model": ["1", 0], "positive": ["4", 0], "negative": ["5", 0], "latent_image": ["3", 0]}},
  "7": {"class_type": "VAEDecode", "inputs": {"samples": ["6", 0], "vae": ["1", 2]}},
  "8": {"class_type": "SaveImage", "inputs": {"filename_prefix": "appnz-img2img", "images": ["7", 0]}}
}
