View and download your workflow JSON
{
"last_node_id": 5,
"last_link_id": 8,
"nodes": [
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [
212,
98
],
"size": [
315,
98
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "model",
"type": "MODEL"
},
{
"name": "clip",
"type": "CLIP"
},
{
"name": "vae",
"type": "VAE"
}
],
"properties": {
"model_name": "sd_xl_base_1.0_2.0.safetensors"
}
},
{
"id": 2,
"type": "CLIPTextEncode",
"pos": [
212,
242
],
"size": [
364,
82
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 0
}
],
"outputs": [
{
"name": "conditioning",
"type": "CONDITIONING"
}
],
"properties": {
"text": "Hola!",
"clip": null
}
},
{
"id": 3,
"type": "KSampler",
"pos": [
212,
386
],
"size": [
315,
130
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 1
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 4
},
{
"name": "negative",
"type": "CONDITIONING"
},
{
"name": "latent_image",
"type": "LATENT"
},
{
"name": "denoise",
"type": "FLOAT",
"link": 6
},
{
"name": "seed",
"type": "INT",
"link": 7
}
],
"outputs": [
{
"name": "latent",
"type": "LATENT"
}
],
"properties": {
"seed": 123456789,
"scheduler": "euler",
"sampling_steps": 20,
"sampling_method": "dpmpp_2m_sde_gpu",
"cfg": 8,
"denoise": 1
}
},
{
"id": 4,
"type": "VAEDecode",
"pos": [
212,
546
],
"size": [
315,
98
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [
{
"name": "vae",
"type": "VAE",
"link": 2
},
{
"name": "latent_image",
"type": "LATENT",
"link": 5
}
],
"outputs": [
{
"name": "image",
"type": "IMAGE"
}
],
"properties": {}
},
{
"id": 5,
"type": "SaveImage",
"pos": [
212,
676
],
"size": [
315,
82
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 8
}
],
"outputs": []
}
],
"links": [
[
0,
0,
1,
0
],
[
0,
1,
2,
0
],
[
1,
2,
3,
0
],
[
2,
0,
3,
1
],
[
3,
3,
4,
0
],
[
4,
0,
5,
0
],
[
6,
0,
3,
4
],
[
7,
0,
3,
3
],
[
8,
0,
5,
0
]
],
"groups": [],
"config": {},
"extra": {
"schema_version": 1,
"comfy": {
"version": "1.10.1+stable",
"build": "202410241800"
}
}
}