View and download your workflow JSON
{
"last_node_id": 10,
"last_link_id": 15,
"nodes": [
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [
100,
100
],
"size": [
315,
98
],
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
1
]
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
2,
3
]
},
{
"name": "VAE",
"type": "VAE",
"links": [
8
]
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
}
},
{
"id": 2,
"type": "CLIPTextEncode",
"pos": [
450,
100
],
"size": [
425,
180
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 2
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
4
]
}
],
"title": "Positive Prompt",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"beautiful landscape, mountains, sunset, high quality, detailed"
]
},
{
"id": 3,
"type": "CLIPTextEncode",
"pos": [
450,
300
],
"size": [
425,
180
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 3
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
5
]
}
],
"title": "Negative Prompt",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"ugly, blurry, low quality, distorted"
]
},
{
"id": 4,
"type": "KSampler",
"pos": [
900,
100
],
"size": [
315,
262
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 1
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 4
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 5
},
{
"name": "latent_image",
"type": "LATENT",
"link": 7
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
6
]
}
],
"title": "KSampler",
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
1234567890,
"randomize",
20,
7.0,
"euler_ancestral"
]
},
{
"id": 5,
"type": "EmptyLatentImage",
"pos": [
900,
400
],
"size": [
315,
106
],
"flags": {},
"order": 3,
"mode": 0,
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
7
]
}
],
"title": "Empty Latent Image",
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
512,
512,
1
]
},
{
"id": 6,
"type": "VAEDecode",
"pos": [
1250,
100
],
"size": [
210,
46
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 6
},
{
"name": "vae",
"type": "VAE",
"link": 8
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
9
]
}
],
"title": "VAE Decode",
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 7,
"type": "SaveImage",
"pos": [
1500,
100
],
"size": [
315,
270
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 9
}
],
"title": "Save Image",
"properties": {
"Node name for S&R": "SaveImage"
},
"widgets_values": [
"stable_diffusion_output"
]
}
],
"links": [
[
1,
1,
0,
4,
0,
"MODEL"
],
[
2,
1,
1,
2,
0,
"CLIP"
],
[
3,
1,
1,
3,
0,
"CLIP"
],
[
4,
2,
0,
4,
1,
"CONDITIONING"
],
[
5,
3,
0,
4,
2,
"CONDITIONING"
],
[
6,
4,
0,
6,
0,
"LATENT"
],
[
7,
5,
0,
4,
3,
"LATENT"
],
[
8,
1,
2,
6,
1,
"VAE"
],
[
9,
6,
0,
7,
0,
"IMAGE"
]
],
"groups": [
{
"title": "Text Prompts",
"bounding": [
440,
80,
445,
420
],
"color": "#3f789e",
"font_size": 24
},
{
"title": "Sampling",
"bounding": [
890,
80,
335,
440
],
"color": "#3f789e",
"font_size": 24
},
{
"title": "Output",
"bounding": [
1490,
80,
335,
310
],
"color": "#3f789e",
"font_size": 24
}
],
"config": {},
"extra": {},
"version": 0.4
}