workflows/sdxl_txt2img.json
workflows/sdxl_txt2img.jsonBrowse 33 files
493 tokens
1,449 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "_comment": "SDXL text-to-image at 1024x1024. Required model: sd_xl_base_1.0.safetensors (or any SDXL checkpoint).",3 "3": {4 "class_type": "KSampler",5 "_meta": {"title": "KSampler"},6 "inputs": {7 "seed": 42,8 "steps": 30,9 "cfg": 7.5,10 "sampler_name": "dpmpp_2m",11 "scheduler": "karras",12 "denoise": 1.0,13 "model": ["4", 0],14 "positive": ["6", 0],15 "negative": ["7", 0],16 "latent_image": ["5", 0]17 }18 },19 "4": {20 "class_type": "CheckpointLoaderSimple",21 "_meta": {"title": "Load SDXL Base"},22 "inputs": {"ckpt_name": "sd_xl_base_1.0.safetensors"}23 },24 "5": {25 "class_type": "EmptyLatentImage",26 "_meta": {"title": "Empty Latent"},27 "inputs": {"width": 1024, "height": 1024, "batch_size": 1}28 },29 "6": {30 "class_type": "CLIPTextEncode",31 "_meta": {"title": "Positive Prompt"},32 "inputs": {"text": "cinematic photograph, dramatic lighting, intricate detail", "clip": ["4", 1]}33 },34 "7": {35 "class_type": "CLIPTextEncode",36 "_meta": {"title": "Negative Prompt"},37 "inputs": {"text": "ugly, blurry, low quality, deformed, watermark", "clip": ["4", 1]}38 },39 "8": {40 "class_type": "VAEDecode",41 "_meta": {"title": "VAE Decode"},42 "inputs": {"samples": ["3", 0], "vae": ["4", 2]}43 },44 "9": {45 "class_type": "SaveImage",46 "_meta": {"title": "Save Image"},47 "inputs": {"filename_prefix": "sdxl", "images": ["8", 0]}48 }49}50