
Previous (Page 01)ComfyUI 5 Installation methods from installation entry to mastery, ComfyUI Let's take.. ComfyUI It's loaded, and it's the first one to verify. But to be honest, at that point you probably went "by step, not knowing what you were doing." This is the one that's going to work -- you get a good look at the interface, you know what every square is, and you can put it out of a blank canvas。
Let's start with my embarrassment: I'm staring at the black box for half a day, afraid it's stuck, but it's loading the model. Comfyui starts slow and normal for the first time, don't panic。
Once you open it, you'll have three pieces
The first time I opened ComfyUI, I looked at the screens full of blocks and wires, the first reaction was, "What kind of circuit." And then it turns out that it's better than a big frame like WebUIYou can see every stepWhat a mistake to find。
1 Top menu bar。The big button to the right, Queue Prompt, is "start to produce" and the shortcut Ctrl+Enter, remember, it will be used every day. On its left, the "Load Default" key loads official examples of work streams. If you put Manager on line 01, there'll be an extra Manager button in the menu bar. That's the entry for the plugs。
2 Intermediate large canvas。The squares dragged and dragged are called "nodes" and the lines connected between them are called "data flows". Each node does a specific thing: read a model, write a hint, take a sample ... Think of it as a plant waterline, raw materials go in from the left, finished products come out from the right, and the line is a material transfer belt。
3 Right Parameter Panel。Click a node to show its parameters on the right: the model drops down, the hint input box, the step slider, all of which is changed here。
An operation to remember:It's blank in the canvasdouble click, a search box will pop up, and a node will be added by entering a node. 80% of starters rely on it. I just used the "plus nodes" button to fill the world, and then I realized that double-clicking was the way to go — a technique that nobody would tell me about, and it would get stuck for half a day. The interface is all English. Title 01, part X, teaches how to cut Chinese. Just put it in the menu。
ii. Make your first drawing
We'll use the official default stream, run and identify。
Step 1: Load the default workflow。Pointtop "Load Default" (some versions in the WorkFlow menu point Open selection). Pow, there's an already connected node on the canvas, which is the official "Standard Process of the Ventural Chart"。
Step 2: Recognize this node chain。This is the one from the left to the right:
Load Checkpoint
• CLIP Text Encode is positive/negative (writing hints)
Emtty Late Image
→ KSampler
VAE Decode
Save Image
This is the key to understanding ComfyUI:
|
|
|
| Load Checkpoint |
|
| CLIP Text Encode |
|
| Emtty Late Image |
|
| KSampler |
|
| VAE Decode |
|
| Save Image |
|
Step three: Bottom model。Point "Load Checkpoint", right under ckpt_name select a model you download. Newcomers recommend SDXL (e.g. RealVisXL), 4060 running steady. Is it empty? That means you haven't done the model yet。
Step four: Write a hint。Point "CLIP Text Encode" node, text box entered: a beautiful girl, sunny day, detailed face. Point negative to that, enter: bad hands, extra finers, blurry, low quality. The negative hint is, "Tell AI not to fix these moths."。
Step 5: Size。Point "Empty Late Image", width/head set 1024 x 1024。SDXL and Flux use 1024 x 1024, only old SD1.5 uses 512 x 512。4060 If it's tight, the first 1024 will drop to 768 x 768。
Step 6: The sampler stays put。Dot "KSampler", steps (steps) 20, cfg 7, sampler select euler or dpmpp_2m, scheduler select normal, seed set -1 (random). Use the default, run and play。
Step 7: RunDot top "Queue Prompt" (or press Ctrl+Enter). After the bottom progress bar, the Save Image node will pop up and the picture will be stored in the output folder. I waited for almost a minute for my first drawing, and I thought it was stuck again, and the results came out -- normal, big models slow。
Well, you know how to get out this time, not blind spot。
I'll save it for you
For the first time, the proposal is immediately saved. Points Menu WorkFlow Save (or Export), generates a .json file. Double-click this json, work-stream one key back. Now it's my habit to have a json on every fine-tuned map, a copy of which is double the efficiency. It's a lot more than every single time。
I'll save you two hours
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now you can run ComfyUI up and read the node chain. But there is only one bottom model, there is no plug-in, and there are only a few things that can be done. I'll teach you the next oneWhere does the model file go, where it goes, how does it fit with ManagerIt's a key step in getting ComfyUI from running to working。