{ "model_loader": { "inputs": { "ckpt_name": "VAR_CHECKPOINT.safetensors" }, "class_type": "CheckpointLoaderSimple", "_meta": { "title": "Load Checkpoint" } }, "2": { "inputs": { "lora_name": "VAR_LORANAME.safetensors", "strength_model": VAR_LORASTRMOD, "strength_clip": VAR_LORASTRCLP, "model": [ "model_loader", 0 ], "clip": [ "model_loader", 1 ] }, "class_type": "LoraLoader", "_meta": { "title": "Load LoRA" } }, "3": { "inputs": { "width": IMAGE_WIDTH, "height": IMAGE_HEIGHT, "batch_size": 1 }, "class_type": "EmptyLatentImage", "_meta": { "title": "Empty Latent Image" } }, "4": { "inputs": { "clip": [ "2", 1 ] }, "class_type": "Stupid Simple Rerouter (CLIP)", "_meta": { "title": "CLIP" } }, "5": { "inputs": { "integer": IMAGE_WIDTH }, "class_type": "Stupid Simple Number (INT)", "_meta": { "title": "Width" } }, "6": { "inputs": { "integer": IMAGE_HEIGHT }, "class_type": "Stupid Simple Number (INT)", "_meta": { "title": "Height" } }, "7": { "inputs": { "text": "VAR_PROMPT" }, "class_type": "Stupid Simple Text", "_meta": { "title": "Positive" } }, "8": { "inputs": { "text": "VAR_NEGATIVE" }, "class_type": "Stupid Simple Text", "_meta": { "title": "Negative" } }, "9": { "inputs": { "width": [ "5", 0 ], "height": [ "6", 0 ], "crop_w": 0, "crop_h": 0, "target_width": [ "5", 0 ], "target_height": [ "6", 0 ], "text_g": [ "7", 0 ], "text_l": [ "7", 0 ], "clip": [ "4", 0 ] }, "class_type": "CLIPTextEncodeSDXL", "_meta": { "title": "Encoder - Positive" } }, "10": { "inputs": { "width": [ "5", 0 ], "height": [ "6", 0 ], "crop_w": 0, "crop_h": 0, "target_width": [ "5", 0 ], "target_height": [ "6", 0 ], "text_g": [ "8", 0 ], "text_l": [ "8", 0 ], "clip": [ "4", 0 ] }, "class_type": "CLIPTextEncodeSDXL", "_meta": { "title": "Encoder - Negative" } }, "12": { "inputs": { "seed": VAR_SEED, "steps": VAR_STEPS, "cfg": VAR_CFG, "sampler_name": "VAR_SAMPLER", "scheduler": "VAR_SCHEDULER", "denoise": 1, "model": [ "2", 0 ], "positive": [ "9", 0 ], "negative": [ "10", 0 ], "latent_image": [ "3", 0 ] }, "class_type": "KSampler", "_meta": { "title": "KSampler" } }, "13": { "inputs": { "samples": [ "12", 0 ], "vae": [ "model_loader", 2 ] }, "class_type": "VAEDecode", "_meta": { "title": "VAE Decode" } }, "15": { "inputs": { "filename_prefix": "API_OUTPUT_FOLDER_NAME_RENDER", "images": [ "13", 0 ] }, "class_type": "SaveImage", "_meta": { "title": "Save Image" } } }