View and download your workflow JSON
{
"last_node_id": 9,
"last_link_id": 9,
"nodes": [
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [
100,
100
],
"size": [
315,
98
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
1
],
"slot_index": 0
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
2
],
"slot_index": 1
},
{
"name": "VAE",
"type": "VAE",
"links": [
3
],
"slot_index": 2
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": {
"ckpt_name": "SD1.5/realisticVisionV60B1_v51VAE.safetensors"
}
},
{
"id": 2,
"type": "CLIPTextEncode",
"pos": [
450,
100
],
"size": [
300,
76
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 2
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
4
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": {
"text": "A beautiful landscape with mountains and lakes, professional photography, high quality, detailed"
}
},
{
"id": 3,
"type": "CLIPTextEncode",
"pos": [
450,
200
],
"size": [
300,
76
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 2
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
5
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": {
"text": "blurry, low quality, distorted, ugly, bad anatomy"
}
},
{
"id": 4,
"type": "EmptyLatentImage",
"pos": [
100,
250
],
"size": [
315,
106
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
6
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": {
"width": 512,
"height": 512,
"batch_size": 1
}
},
{
"id": 5,
"type": "KSampler",
"pos": [
800,
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": 6
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
7
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": {
"seed": 42,
"steps": 20,
"cfg": 7,
"sampler_name": "euler",
"scheduler": "normal",
"denoise": 1
}
},
{
"id": 6,
"type": "VAEDecode",
"pos": [
1150,
100
],
"size": [
210,
46
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 7
},
{
"name": "vae",
"type": "VAE",
"link": 3
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
8
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
},
"widgets_values": {}
},
{
"id": 7,
"type": "SaveImage",
"pos": [
1400,
100
],
"size": [
315,
270
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 8
}
],
"outputs": [],
"properties": {
"Node name for S&R": "SaveImage"
},
"widgets_values": {
"filename_prefix": "ComfyUI"
}
},
{
"id": 8,
"type": "Note",
"pos": [
100,
400
],
"size": [
400,
200
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [],
"properties": {},
"widgets_values": {
"text": "š¤ ComfyUI Workflow Generator Yetenekleri:\n\nā
Text-to-Image workflows\nā
Image-to-Image workflows\nā
Inpainting/Outpainting\nā
ControlNet integration\nā
LoRA support\nā
Video generation (Wan, Kling, Luma)\nā
Upscaling workflows\nā
Face restoration\nā
Multiple model support (SD1.5, SDXL, Flux)\nā
Custom node integration\nā
Batch processing\nā
API node support (Partner nodes)\n\nBuilt with anycoder - https://huggingface.co/spaces/akhaliq/anycoder"
}
}
],
"links": [
[
1,
1,
0,
5,
0,
"MODEL"
],
[
2,
1,
1,
2,
0,
"CLIP"
],
[
3,
1,
2,
6,
1,
"VAE"
],
[
4,
2,
0,
5,
1,
"CONDITIONING"
],
[
5,
3,
0,
5,
2,
"CONDITIONING"
],
[
6,
4,
0,
5,
3,
"LATENT"
],
[
7,
5,
0,
6,
0,
"LATENT"
],
[
8,
6,
0,
7,
0,
"IMAGE"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1,
"offset": [
0,
0
]
}
},
"version": 0.4
}