小珠光标题
A label for your workflow — nothing more, nothing less
This is the simplest node in the pack, and it's worth two minutes because it solves a real problem: ComfyUI gives you no way to label a section of canvas. A complex workflow is a wall of boxes, and after the third time you stared at a graph wondering what "that branch with the three samplers" was for, you'll understand why someone shipped a title node. XiaozhuguangTitle (小珠光标题) is a decorative node - a text label that sits on the canvas and names a section, with no inputs, no outputs, and no computation.
Mechanically there is nothing to it. The backend has zero inputs, zero outputs, and an execute that returns an empty tuple - it's not even an output node. All the behavior is frontend: the node renders a title, you edit the text directly on it, and it persists with the workflow like any other node. In the pack's file layout it's the "标题装饰节点,无实际输出" - literally a title decoration node. It does not participate in execution at all.
So what is it actually for? Three things:
- Section headers. "Load + Encode", "Sampling", "Upscale", "Save" - drop a title above each block and the graph becomes skimmable. This is the readability half of the plumbing-KB's thesis: nodes exist to fight illegibility, and a label is the cheapest possible weapon.
- Documenting workflows you share. Export a workflow, send it to someone, and they immediately know what each region does. The pack even pairs it with its group/border features for full "this is the refiner block" panels.
- Naming variants. If you keep several workflows, an on-canvas title beats a filename you only see when you save.
The honest take: if you just want a label, you could also use a Note node (ComfyUI ships those) - but Notes are visually indistinguishable from the rest of the clutter. The case for this node is a title that looks like a title: distinct styling, sized for a section header, no code widgets pretending to be data. Whether that's worth installing a whole pack for is up to you. If you're already in the Xiaozhuguang ecosystem for its other utilities, it costs you nothing to grab.
Install: ComfyUI Manager → ComfyUI-xiaozhuguang → restart, or git clone https://github.com/xiaozhuguang/ComfyUI-xiaozhuguang into custom_nodes. No models, no dependencies, nothing to configure. It's the rare node where the entire instruction manual is: drag it in, type, done.
Inputs (0)
No inputs
Outputs (0)
No outputs