{
  "last_node_id": 4,
  "last_link_id": 4,
  "nodes": [
    {"id": 1, "type": "LoadImage", "pos": [100, 100], "inputs": [{"name": "image", "type": "IMAGE"}]},
    {"id": 2, "type": "CLIPTextEncode", "pos": [300, 100], "inputs": []},
    {"id": 3, "type": "KSampler", "pos": [500, 100], "inputs": []},
    {"id": 4, "type": "VAEDecode", "pos": [700, 100], "inputs": []}
  ],
  "links": [
    [1, 0, 2, 0, 1],
    [2, 0, 3, 0, 1],
    [3, 0, 4, 0, 1]
  ]
}
