View and download your workflow JSON
{
"last_node_id": 10,
"last_link_id": 12,
"nodes": [
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [
100,
100
],
"widgets_values": [
"sd_xl_base_1.0.safetensors"
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
2
]
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
3,
4
]
},
{
"name": "VAE",
"type": "VAE",
"links": [
11
]
}
]
},
{
"id": 2,
"type": "KSampler",
"pos": [
600,
100
],
"widgets_values": [
123456789,
"randomize",
20,
8,
"euler",
"normal",
1
],
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 2
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 5
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 6
},
{
"name": "latent_image",
"type": "LATENT",
"link": 7
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
10
]
}
]
},
{
"id": 3,
"type": "CLIPTextEncode",
"pos": [
300,
100
],
"widgets_values": [
"A high-tech digital dashboard monitoring a gambling website, cyberpunk style, data streams, graphs, glowing red alerts, screams 'WATCHDOG ACTIVE', cinematic lighting, 8k resolution"
],
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 3
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
5
]
}
]
},
{
"id": 4,
"type": "CLIPTextEncode",
"pos": [
300,
300
],
"widgets_values": [
"blurry, low quality, distorted text, watermark, low resolution, simple background"
],
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 4
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
6
]
}
]
},
{
"id": 5,
"type": "EmptyLatentImage",
"pos": [
300,
500
],
"widgets_values": [
1024,
1024,
1
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
7
]
}
]
},
{
"id": 6,
"type": "VAEDecode",
"pos": [
850,
100
],
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 10
},
{
"name": "vae",
"type": "VAE",
"link": 11
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
12
]
}
]
},
{
"id": 7,
"type": "SaveImage",
"pos": [
1100,
100
],
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 12
}
],
"widgets_values": [
"Watchdog_Aviator_UI"
]
},
{
"id": 8,
"type": "Note",
"pos": [
100,
400
],
"widgets_values": [
"Note: ComfyUI is an image/video generation tool. It cannot function as a live web-scraping watchdog or a bot for external websites. This workflow generates a conceptual visual representation of a 'Watchdog' interface for the requested site."
]
},
{
"id": 9,
"type": "Note",
"pos": [
100,
600
],
"widgets_values": [
"Target Site: https://interbet.co.za/VegasGames/Aviator\nPurpose: Conceptual UI Generation"
]
},
{
"id": 10,
"type": "Note",
"pos": [
1100,
400
],
"widgets_values": [
"Built with anycoder - https://huggingface.co/spaces/akhaliq/anycoder"
]
}
],
"links": [
[
2,
1,
0,
2,
0,
"MODEL"
],
[
3,
1,
1,
3,
0,
"CLIP"
],
[
4,
1,
1,
4,
0,
"CLIP"
],
[
5,
3,
0,
2,
1,
"CONDITIONING"
],
[
6,
4,
0,
2,
2,
"CONDITIONING"
],
[
7,
5,
0,
2,
3,
"LATENT"
],
[
10,
2,
0,
6,
0,
"LATENT"
],
[
11,
1,
2,
6,
1,
"VAE"
],
[
12,
6,
0,
7,
0,
"IMAGE"
]
]
}