SDXL — Text to Image txt2img
SDXL base checkpoint at 1024×1024. Higher fidelity than SD1.5; needs more VRAM. Same shape as the basic graph with an SDXL checkpoint and a 1024 latent.
Models: sd_xl_base_1.0.safetensors · 7 nodes
Workflow JSON
{
"3": {
"class_type": "KSampler",
"inputs": {
"seed": 0,
"steps": 25,
"cfg": 7,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 1,
"model": [
"4",
0
],
"positive": [
"6",
0
],
"negative": [
"7",
0
],
"latent_image": [
"5",
0
]
}
},
"4": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "sd_xl_base_1.0.safetensors"
}
},
"5": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
}
},
"6": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "an angelic figure with vast feathered wings, radiant halo, fine art",
"clip": [
"4",
1
]
}
},
"7": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "blurry, deformed, low quality",
"clip": [
"4",
1
]
}
},
"8": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"3",
0
],
"vae": [
"4",
2
]
}
},
"9": {
"class_type": "SaveImage",
"inputs": {
"filename_prefix": "MELEK-SDXL",
"images": [
"8",
0
]
}
}
}