View and download your workflow JSON
{
"last_node_id": 4,
"last_link_id": 3,
"nodes": [
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [
100,
100
],
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
},
"outputs": {
"MODEL": [
2,
0
],
"CLIP": [
2,
1
],
"VAE": [
4,
0
]
}
},
{
"id": 2,
"type": "CLIPTextEncode",
"pos": [
300,
100
],
"inputs": {
"text": "a beautiful landscape, sunset, mountains, highly detailed",
"clip": [
1,
1
]
},
"outputs": {
"CONDITIONING": [
3,
0
]
}
},
{
"id": 3,
"type": "KSampler",
"pos": [
500,
100
],
"inputs": {
"model": [
1,
0
],
"seed": 42,
"steps": 20,
"cfg": 7,
"sampler_name": "euler",
"scheduler": "normal",
"positive": [
2,
0
],
"negative": null,
"latent_image": [
4,
1
]
},
"outputs": {
"LATENT": [
4,
1
]
}
},
{
"id": 4,
"type": "VAEDecode",
"pos": [
700,
100
],
"inputs": {
"samples": [
3,
0
],
"vae": [
1,
2
]
},
"outputs": {
"IMAGE": null
}
},
{
"id": 5,
"type": "SaveImage",
"pos": [
900,
100
],
"inputs": {
"images": [
4,
0
]
},
"outputs": {}
}
],
"links": [
[
1,
0,
2,
0
],
[
1,
1,
2,
1
],
[
2,
0,
3,
0
],
[
3,
0,
4,
0
]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}