{
  "config": {},
  "extra": {
    "ds": {
      "offset": [
        -517.7103320300467,
        -320.93510159763736
      ],
      "scale": 1.3310000000000006
    },
    "frontendVersion": "1.34.9",
    "workflowRendererVersion": "LG"
  },
  "groups": [
    {
      "bounding": [
        784,
        375,
        335,
        181.60000610351562
      ],
      "color": "#3f789e",
      "flags": {},
      "font_size": 24,
      "id": 1,
      "title": "Step 1 - Load model"
    },
    {
      "bounding": [
        1244,
        865,
        335,
        189.60000610351562
      ],
      "color": "#3f789e",
      "flags": {},
      "font_size": 24,
      "id": 2,
      "title": "Step 3 - Image size"
    },
    {
      "bounding": [
        1134,
        375,
        445.27801513671875,
        467.2060852050781
      ],
      "color": "#3f789e",
      "flags": {},
      "font_size": 24,
      "id": 3,
      "title": "Step 2 - Prompt"
    }
  ],
  "id": "84f80b5b-ffe1-44c1-8e02-1576d4eeac86",
  "last_link_id": 19,
  "last_node_id": 9,
  "links": [
    [
      1,
      5,
      0,
      1,
      0,
      "LATENT"
    ],
    [
      2,
      7,
      2,
      1,
      1,
      "VAE"
    ],
    [
      3,
      1,
      0,
      2,
      0,
      "IMAGE"
    ],
    [
      5,
      7,
      1,
      4,
      0,
      "CLIP"
    ],
    [
      7,
      3,
      0,
      5,
      1,
      "CONDITIONING"
    ],
    [
      8,
      4,
      0,
      5,
      2,
      "CONDITIONING"
    ],
    [
      9,
      6,
      0,
      5,
      3,
      "LATENT"
    ],
    [
      16,
      9,
      0,
      5,
      0,
      "MODEL"
    ],
    [
      17,
      9,
      1,
      3,
      0,
      "CLIP"
    ],
    [
      18,
      7,
      0,
      9,
      0,
      "MODEL"
    ],
    [
      19,
      7,
      1,
      9,
      1,
      "CLIP"
    ]
  ],
  "nodes": [
    {
      "flags": {},
      "id": 1,
      "inputs": [
        {
          "link": 1,
          "localized_name": "samples",
          "name": "samples",
          "type": "LATENT"
        },
        {
          "link": 2,
          "localized_name": "vae",
          "name": "vae",
          "type": "VAE"
        }
      ],
      "mode": 0,
      "order": 6,
      "outputs": [
        {
          "links": [
            3
          ],
          "localized_name": "IMAGE",
          "name": "IMAGE",
          "slot_index": 0,
          "type": "IMAGE"
        }
      ],
      "pos": [
        1709,
        945
      ],
      "properties": {
        "Node name for S&R": "VAEDecode",
        "cnr_id": "comfy-core",
        "ver": "0.3.65"
      },
      "size": [
        210,
        46
      ],
      "type": "VAEDecode",
      "widgets_values": []
    },
    {
      "flags": {},
      "id": 7,
      "inputs": [
        {
          "link": null,
          "localized_name": "ckpt_name",
          "name": "ckpt_name",
          "type": "COMBO",
          "widget": {
            "name": "ckpt_name"
          }
        }
      ],
      "mode": 0,
      "order": 0,
      "outputs": [
        {
          "links": [
            18
          ],
          "localized_name": "MODEL",
          "name": "MODEL",
          "slot_index": 0,
          "type": "MODEL"
        },
        {
          "links": [
            5,
            19
          ],
          "localized_name": "CLIP",
          "name": "CLIP",
          "slot_index": 1,
          "type": "CLIP"
        },
        {
          "links": [
            2
          ],
          "localized_name": "VAE",
          "name": "VAE",
          "slot_index": 2,
          "type": "VAE"
        }
      ],
      "pos": [
        794,
        445
      ],
      "properties": {
        "Node name for S&R": "CheckpointLoaderSimple",
        "cnr_id": "comfy-core",
        "models": [
          {
            "directory": "checkpoints",
            "name": "v1-5-pruned-emaonly-fp16.safetensors",
            "url": "https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors?download=true"
          }
        ],
        "ver": "0.3.65"
      },
      "size": [
        315,
        98
      ],
      "type": "CheckpointLoaderSimple",
      "widgets_values": [
        "xavier_v10.safetensors"
      ]
    },
    {
      "flags": {},
      "id": 2,
      "inputs": [
        {
          "link": 3,
          "localized_name": "images",
          "name": "images",
          "type": "IMAGE"
        },
        {
          "link": null,
          "localized_name": "filename_prefix",
          "name": "filename_prefix",
          "type": "STRING",
          "widget": {
            "name": "filename_prefix"
          }
        }
      ],
      "mode": 0,
      "order": 7,
      "outputs": [],
      "pos": [
        1954,
        415
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.3.65"
      },
      "size": [
        470,
        560
      ],
      "type": "SaveImage",
      "widgets_values": [
        "angy"
      ]
    },
    {
      "flags": {},
      "id": 5,
      "inputs": [
        {
          "link": 16,
          "localized_name": "model",
          "name": "model",
          "type": "MODEL"
        },
        {
          "link": 7,
          "localized_name": "positive",
          "name": "positive",
          "type": "CONDITIONING"
        },
        {
          "link": 8,
          "localized_name": "negative",
          "name": "negative",
          "type": "CONDITIONING"
        },
        {
          "link": 9,
          "localized_name": "latent_image",
          "name": "latent_image",
          "type": "LATENT"
        },
        {
          "link": null,
          "localized_name": "seed",
          "name": "seed",
          "type": "INT",
          "widget": {
            "name": "seed"
          }
        },
        {
          "link": null,
          "localized_name": "steps",
          "name": "steps",
          "type": "INT",
          "widget": {
            "name": "steps"
          }
        },
        {
          "link": null,
          "localized_name": "cfg",
          "name": "cfg",
          "type": "FLOAT",
          "widget": {
            "name": "cfg"
          }
        },
        {
          "link": null,
          "localized_name": "sampler_name",
          "name": "sampler_name",
          "type": "COMBO",
          "widget": {
            "name": "sampler_name"
          }
        },
        {
          "link": null,
          "localized_name": "scheduler",
          "name": "scheduler",
          "type": "COMBO",
          "widget": {
            "name": "scheduler"
          }
        },
        {
          "link": null,
          "localized_name": "denoise",
          "name": "denoise",
          "type": "FLOAT",
          "widget": {
            "name": "denoise"
          }
        }
      ],
      "mode": 0,
      "order": 5,
      "outputs": [
        {
          "links": [
            1
          ],
          "localized_name": "LATENT",
          "name": "LATENT",
          "slot_index": 0,
          "type": "LATENT"
        }
      ],
      "pos": [
        1604,
        415
      ],
      "properties": {
        "Node name for S&R": "KSampler",
        "cnr_id": "comfy-core",
        "ver": "0.3.65"
      },
      "size": [
        315,
        474
      ],
      "type": "KSampler",
      "widgets_values": [
        1096549067440597,
        "randomize",
        35,
        4,
        "dpmpp_2m",
        "karras",
        1
      ]
    },
    {
      "flags": {},
      "id": 9,
      "inputs": [
        {
          "link": 18,
          "localized_name": "model",
          "name": "model",
          "type": "MODEL"
        },
        {
          "link": 19,
          "localized_name": "clip",
          "name": "clip",
          "type": "CLIP"
        },
        {
          "link": null,
          "localized_name": "lora_name",
          "name": "lora_name",
          "type": "COMBO",
          "widget": {
            "name": "lora_name"
          }
        },
        {
          "link": null,
          "localized_name": "strength_model",
          "name": "strength_model",
          "type": "FLOAT",
          "widget": {
            "name": "strength_model"
          }
        },
        {
          "link": null,
          "localized_name": "strength_clip",
          "name": "strength_clip",
          "type": "FLOAT",
          "widget": {
            "name": "strength_clip"
          }
        }
      ],
      "mode": 0,
      "order": 3,
      "outputs": [
        {
          "links": [
            16
          ],
          "localized_name": "MODEL",
          "name": "MODEL",
          "type": "MODEL"
        },
        {
          "links": [
            17
          ],
          "localized_name": "CLIP",
          "name": "CLIP",
          "type": "CLIP"
        }
      ],
      "pos": [
        689.2900132777814,
        584.8392547162077
      ],
      "properties": {
        "Node name for S&R": "LoraLoader"
      },
      "size": [
        270,
        126
      ],
      "type": "LoraLoader",
      "widgets_values": [
        "lightingSlider.safetensors",
        -0.6,
        1
      ]
    },
    {
      "flags": {},
      "id": 6,
      "inputs": [
        {
          "link": null,
          "localized_name": "width",
          "name": "width",
          "type": "INT",
          "widget": {
            "name": "width"
          }
        },
        {
          "link": null,
          "localized_name": "height",
          "name": "height",
          "type": "INT",
          "widget": {
            "name": "height"
          }
        },
        {
          "link": null,
          "localized_name": "batch_size",
          "name": "batch_size",
          "type": "INT",
          "widget": {
            "name": "batch_size"
          }
        }
      ],
      "mode": 0,
      "order": 1,
      "outputs": [
        {
          "links": [
            9
          ],
          "localized_name": "LATENT",
          "name": "LATENT",
          "slot_index": 0,
          "type": "LATENT"
        }
      ],
      "pos": [
        1254,
        935
      ],
      "properties": {
        "Node name for S&R": "EmptyLatentImage",
        "cnr_id": "comfy-core",
        "ver": "0.3.65"
      },
      "size": [
        315,
        106
      ],
      "type": "EmptyLatentImage",
      "widgets_values": [
        1280,
        720,
        1
      ]
    },
    {
      "bgcolor": "#335",
      "color": "#223",
      "flags": {},
      "id": 4,
      "inputs": [
        {
          "link": 5,
          "localized_name": "clip",
          "name": "clip",
          "type": "CLIP"
        },
        {
          "link": null,
          "localized_name": "text",
          "name": "text",
          "type": "STRING",
          "widget": {
            "name": "text"
          }
        }
      ],
      "mode": 0,
      "order": 2,
      "outputs": [
        {
          "links": [
            8
          ],
          "localized_name": "CONDITIONING",
          "name": "CONDITIONING",
          "slot_index": 0,
          "type": "CONDITIONING"
        }
      ],
      "pos": [
        1144,
        655
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode",
        "cnr_id": "comfy-core",
        "ver": "0.3.65"
      },
      "size": [
        425.27801513671875,
        180.6060791015625
      ],
      "type": "CLIPTextEncode",
      "widgets_values": [
        "lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, old, oldest, censored, bar_censor, simple background, text, anthro, size difference, "
      ]
    },
    {
      "bgcolor": "#353",
      "color": "#232",
      "flags": {},
      "id": 3,
      "inputs": [
        {
          "link": 17,
          "localized_name": "clip",
          "name": "clip",
          "type": "CLIP"
        },
        {
          "link": null,
          "localized_name": "text",
          "name": "text",
          "type": "STRING",
          "widget": {
            "name": "text"
          }
        }
      ],
      "mode": 0,
      "order": 4,
      "outputs": [
        {
          "links": [
            7
          ],
          "localized_name": "CONDITIONING",
          "name": "CONDITIONING",
          "slot_index": 0,
          "type": "CONDITIONING"
        }
      ],
      "pos": [
        1145.2164916992188,
        448.68695068359375
      ],
      "properties": {
        "Node name for S&R": "CLIPTextEncode",
        "cnr_id": "comfy-core",
        "ver": "0.3.65"
      },
      "size": [
        422.84503173828125,
        164.31304931640625
      ],
      "type": "CLIPTextEncode",
      "widgets_values": [
        "masterpiece, best quality, amazing quality, very aesthetic, absurdres, newest, bold lines, bold edges, smooth colors, smooth blending, alolan vulpix, vulpix, (tongue on ass, anilingus, feral:1.3), (canine pussy:1.3), anus, (closed eyes:0.5), living room, day, on side, lifting one leg, from behind, full body, "
      ]
    }
  ],
  "revision": 0,
  "version": 0.4
}
