{
  "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": "Canny", "inputs": {"image": ["2", 0], "low_threshold": 0.3, "high_threshold": 0.7}},
  "4": {"class_type": "ControlNetLoader", "inputs": {"control_net_name": "controlnet-canny-sdxl-1.0.safetensors"}},
  "5": {"class_type": "CLIPTextEncode", "_meta": {"title": "positive"}, "inputs": {"text": "watercolor painting, soft pastel palette, loose brush strokes, art print", "clip": ["1", 1]}},
  "6": {"class_type": "CLIPTextEncode", "_meta": {"title": "negative"}, "inputs": {"text": "photo, photorealistic, harsh shadows, lowres, watermark", "clip": ["1", 1]}},
  "7": {"class_type": "ControlNetApplyAdvanced", "inputs": {"positive": ["5", 0], "negative": ["6", 0], "control_net": ["4", 0], "image": ["3", 0], "strength": 0.7, "start_percent": 0.0, "end_percent": 1.0}},
  "8": {"class_type": "EmptyLatentImage", "inputs": {"width": 1024, "height": 1024, "batch_size": 1}},
  "9": {"class_type": "KSampler", "inputs": {"seed": 7, "steps": 30, "cfg": 6.0, "sampler_name": "dpmpp_2m", "scheduler": "karras", "denoise": 1.0, "model": ["1", 0], "positive": ["7", 0], "negative": ["7", 1], "latent_image": ["8", 0]}},
  "10": {"class_type": "VAEDecode", "inputs": {"samples": ["9", 0], "vae": ["1", 2]}},
  "11": {"class_type": "SaveImage", "inputs": {"filename_prefix": "appnz-style", "images": ["10", 0]}}
}
