{
  "last_node_id": 15,
  "last_link_id": 25,
  "nodes": [
    {
      "id": 1,
      "type": "CheckpointLoaderSimple",
      "title": "Modèle · SDXL Base 1.0",
      "pos": [
        30,
        80
      ],
      "size": [
        330,
        120
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "MODEL",
          "type": "MODEL",
          "links": [
            3,
            11,
            19
          ],
          "slot_index": 0
        },
        {
          "name": "CLIP",
          "type": "CLIP",
          "links": [
            1,
            2,
            10,
            18
          ],
          "slot_index": 1
        },
        {
          "name": "VAE",
          "type": "VAE",
          "links": [
            8,
            16,
            24
          ],
          "slot_index": 2
        }
      ],
      "properties": {
        "Node name for S&R": "CheckpointLoaderSimple"
      },
      "widgets_values": [
        "sd_xl_base_1.0.safetensors"
      ]
    },
    {
      "id": 2,
      "type": "EmptyLatentImage",
      "title": "Cadre commun · 1024 × 1024 · une image",
      "pos": [
        30,
        280
      ],
      "size": [
        330,
        120
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            6,
            14,
            22
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentImage"
      },
      "widgets_values": [
        1024,
        1024,
        1
      ]
    },
    {
      "id": 3,
      "type": "CLIPTextEncode",
      "title": "À éviter · consigne négative commune",
      "pos": [
        30,
        490
      ],
      "size": [
        330,
        170
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 1
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            5,
            13,
            21
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "text, lettering, watermark, logo, duplicate vase, handles, clutter, warped rim, oversaturated colors"
      ]
    },
    {
      "id": 4,
      "type": "CLIPTextEncode",
      "title": "A · lumière frontale douce",
      "pos": [
        430,
        70
      ],
      "size": [
        420,
        320
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            4
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "Editorial still life photograph of a single handmade matte ivory ceramic vase, irregular oval opening, cobalt blue circular plinth, warm sand background, vase placed in the lower right quarter, generous empty upper left area for later typography, no letters, no logo, restrained composition. Soft frontal studio lighting, broad diffuse source, gentle shadow behind the vase."
      ]
    },
    {
      "id": 5,
      "type": "KSampler",
      "title": "Échantillonnage · graine fixe 24092026",
      "pos": [
        920,
        70
      ],
      "size": [
        320,
        300
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 3
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 4
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 5
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 6
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            7
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        24092026,
        "fixed",
        24,
        6.5,
        "euler",
        "normal",
        1.0
      ]
    },
    {
      "id": 6,
      "type": "VAEDecode",
      "title": "Décoder les pixels",
      "pos": [
        1310,
        70
      ],
      "size": [
        240,
        90
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 7
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 8
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            9
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 7,
      "type": "SaveImage",
      "title": "Enregistrer · a_frontale",
      "pos": [
        1610,
        70
      ],
      "size": [
        360,
        300
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 9
        }
      ],
      "outputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "links": null,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "SaveImage"
      },
      "widgets_values": [
        "RenderParcel/ceramique-v1/a_frontale"
      ]
    },
    {
      "id": 8,
      "type": "CLIPTextEncode",
      "title": "B · lumière latérale",
      "pos": [
        430,
        520
      ],
      "size": [
        420,
        320
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 10
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            12
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "Editorial still life photograph of a single handmade matte ivory ceramic vase, irregular oval opening, cobalt blue circular plinth, warm sand background, vase placed in the lower right quarter, generous empty upper left area for later typography, no letters, no logo, restrained composition. Single large softbox to camera left, side lighting, long soft shadow to the right."
      ]
    },
    {
      "id": 9,
      "type": "KSampler",
      "title": "Échantillonnage · graine fixe 24092026",
      "pos": [
        920,
        520
      ],
      "size": [
        320,
        300
      ],
      "flags": {},
      "order": 8,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 11
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 12
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 13
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 14
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            15
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        24092026,
        "fixed",
        24,
        6.5,
        "euler",
        "normal",
        1.0
      ]
    },
    {
      "id": 10,
      "type": "VAEDecode",
      "title": "Décoder les pixels",
      "pos": [
        1310,
        520
      ],
      "size": [
        240,
        90
      ],
      "flags": {},
      "order": 9,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 15
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 16
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            17
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 11,
      "type": "SaveImage",
      "title": "Enregistrer · b_laterale",
      "pos": [
        1610,
        520
      ],
      "size": [
        360,
        300
      ],
      "flags": {},
      "order": 10,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 17
        }
      ],
      "outputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "links": null,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "SaveImage"
      },
      "widgets_values": [
        "RenderParcel/ceramique-v1/b_laterale"
      ]
    },
    {
      "id": 12,
      "type": "CLIPTextEncode",
      "title": "C · contre-jour",
      "pos": [
        430,
        970
      ],
      "size": [
        420,
        320
      ],
      "flags": {},
      "order": 11,
      "mode": 0,
      "inputs": [
        {
          "name": "clip",
          "type": "CLIP",
          "link": 18
        }
      ],
      "outputs": [
        {
          "name": "CONDITIONING",
          "type": "CONDITIONING",
          "links": [
            20
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode"
      },
      "widgets_values": [
        "Editorial still life photograph of a single handmade matte ivory ceramic vase, irregular oval opening, cobalt blue circular plinth, warm sand background, vase placed in the lower right quarter, generous empty upper left area for later typography, no letters, no logo, restrained composition. Soft backlighting from behind the vase, delicate bright rim, subtle frontal fill."
      ]
    },
    {
      "id": 13,
      "type": "KSampler",
      "title": "Échantillonnage · graine fixe 24092026",
      "pos": [
        920,
        970
      ],
      "size": [
        320,
        300
      ],
      "flags": {},
      "order": 12,
      "mode": 0,
      "inputs": [
        {
          "name": "model",
          "type": "MODEL",
          "link": 19
        },
        {
          "name": "positive",
          "type": "CONDITIONING",
          "link": 20
        },
        {
          "name": "negative",
          "type": "CONDITIONING",
          "link": 21
        },
        {
          "name": "latent_image",
          "type": "LATENT",
          "link": 22
        }
      ],
      "outputs": [
        {
          "name": "LATENT",
          "type": "LATENT",
          "links": [
            23
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "KSampler"
      },
      "widgets_values": [
        24092026,
        "fixed",
        24,
        6.5,
        "euler",
        "normal",
        1.0
      ]
    },
    {
      "id": 14,
      "type": "VAEDecode",
      "title": "Décoder les pixels",
      "pos": [
        1310,
        970
      ],
      "size": [
        240,
        90
      ],
      "flags": {},
      "order": 13,
      "mode": 0,
      "inputs": [
        {
          "name": "samples",
          "type": "LATENT",
          "link": 23
        },
        {
          "name": "vae",
          "type": "VAE",
          "link": 24
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            25
          ],
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "VAEDecode"
      },
      "widgets_values": []
    },
    {
      "id": 15,
      "type": "SaveImage",
      "title": "Enregistrer · c_contrejour",
      "pos": [
        1610,
        970
      ],
      "size": [
        360,
        300
      ],
      "flags": {},
      "order": 14,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 25
        }
      ],
      "outputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "links": null,
          "slot_index": 0
        }
      ],
      "properties": {
        "Node name for S&R": "SaveImage"
      },
      "widgets_values": [
        "RenderParcel/ceramique-v1/c_contrejour"
      ]
    }
  ],
  "links": [
    [
      1,
      1,
      1,
      3,
      0,
      "CLIP"
    ],
    [
      2,
      1,
      1,
      4,
      0,
      "CLIP"
    ],
    [
      3,
      1,
      0,
      5,
      0,
      "MODEL"
    ],
    [
      4,
      4,
      0,
      5,
      1,
      "CONDITIONING"
    ],
    [
      5,
      3,
      0,
      5,
      2,
      "CONDITIONING"
    ],
    [
      6,
      2,
      0,
      5,
      3,
      "LATENT"
    ],
    [
      7,
      5,
      0,
      6,
      0,
      "LATENT"
    ],
    [
      8,
      1,
      2,
      6,
      1,
      "VAE"
    ],
    [
      9,
      6,
      0,
      7,
      0,
      "IMAGE"
    ],
    [
      10,
      1,
      1,
      8,
      0,
      "CLIP"
    ],
    [
      11,
      1,
      0,
      9,
      0,
      "MODEL"
    ],
    [
      12,
      8,
      0,
      9,
      1,
      "CONDITIONING"
    ],
    [
      13,
      3,
      0,
      9,
      2,
      "CONDITIONING"
    ],
    [
      14,
      2,
      0,
      9,
      3,
      "LATENT"
    ],
    [
      15,
      9,
      0,
      10,
      0,
      "LATENT"
    ],
    [
      16,
      1,
      2,
      10,
      1,
      "VAE"
    ],
    [
      17,
      10,
      0,
      11,
      0,
      "IMAGE"
    ],
    [
      18,
      1,
      1,
      12,
      0,
      "CLIP"
    ],
    [
      19,
      1,
      0,
      13,
      0,
      "MODEL"
    ],
    [
      20,
      12,
      0,
      13,
      1,
      "CONDITIONING"
    ],
    [
      21,
      3,
      0,
      13,
      2,
      "CONDITIONING"
    ],
    [
      22,
      2,
      0,
      13,
      3,
      "LATENT"
    ],
    [
      23,
      13,
      0,
      14,
      0,
      "LATENT"
    ],
    [
      24,
      1,
      2,
      14,
      1,
      "VAE"
    ],
    [
      25,
      14,
      0,
      15,
      0,
      "IMAGE"
    ]
  ],
  "groups": [
    {
      "title": "RenderParcel · trois intentions de lumière · v1",
      "bounding": [
        400,
        20,
        1610,
        1320
      ],
      "color": "#6951ad",
      "font_size": 24,
      "flags": {}
    }
  ],
  "config": {},
  "extra": {
    "ds": {
      "scale": 0.65,
      "offset": [
        40,
        70
      ]
    }
  },
  "version": 0.4
}
