flowchart LR
A([Load Checkpoint]) --> C([CLIP Text Encode]) & D([VAE Decode])
C --> E(["fa:fa-plus Positive Prompt"]) & F(["fa:fa-minusNegative prompt"])
A -- connect the model to the--> G([KSampler])
G --> D
D --> I(["fa:fa-camera-retro Image"])
E --> G
F --> G
I --> M(["Preview"]) & N(["Save"])
L([ControlNet]) --> C
H(["Empty Latent Image"]) --> G
click A callback "What is a Checkpoint"
click C callback "What is CLIP Text Encode"
click D callback "What is VAE Decode"
click E callback "What is a Positive Prompt"
click F callback "What is a Negative prompt"
click G callback "What is a KSampler"
click H callback "What is an Empty Latent image"
click I callback "Pretty self explainatory, but still, what is an Image in ComfyUI"
click L callback "What is ControlNet"