Cute Comfy Placeholder
The Node That Does Nothing (on Purpose)
Cute Comfy Placeholder - class Cute.Placeholder - is the most honest node in ComfyUI: no inputs, no outputs, no function. Drag it onto your canvas and it just sits there like a paperweight. That's by design, and figuring out why tells you more about how custom node packs load than about this node itself.
The catch is that Cute Comfy (zer0TF/cute-comfy) isn't really a node pack. It's two features bolted onto ComfyUI's boot sequence: a full UI reskin that restyles the frontend via JavaScript, and a background file watcher that rewrites the metadata in your exported PNGs into a Civitai-compatible format (prompt, sampler, steps, seed, model and LoRA links). Neither of those is something you wire into a graph - one is a frontend override, the other is a background process.
So why would a pack with zero real nodes register one? Because ComfyUI loads every folder in custom_nodes/ by importing its Python and collecting whatever NODE_CLASS_MAPPINGS it finds. A pack that registers nothing can make the loader cranky. The source comment says it outright: "Placeholder node so that Comfy doesn't throw an error on load." The stub exists so the pack's actual features get to run at all. It's a load-order workaround wearing a node costume.
What that means for you: don't put it in a workflow. Search "Placeholder" in the node menu and you'll find Cute Comfy Placeholder under the Cute Comfy category with no sockets on either side. It can't connect to anything because it produces nothing. The most useful thing you can do with it is ignore it.
If you actually want Cute Comfy, install it like any other pack - Manager's easiest:
# ComfyUI Manager: search "Cute" in the custom node store, click Install.
# Or manually:
cd ComfyUI/custom_nodes
git clone https://github.com/zer0TF/cute-comfy
# restart ComfyUI
It pulls five small Python dependencies (colorama, pyyaml, watchdog, pillow, requests) and zero model files. On first boot it writes a config.yaml you have to edit - point the watcher's folders at your real Comfy output directory, or it'll quietly watch a fake Z:\Path\To\... folder and do nothing. Success looks like the purple Cute Comfy: Loaded! line in your console.
Two honest caveats. The pack hasn't been touched since early 2024, and ComfyUI's frontend moves fast, so the reskin can silently break on modern versions. Even back when it worked, the community's take on the theming was "cute, but hand-rolled CSS via Stylus is less fragile." The metadata watcher is the part that's genuinely hard to replace elsewhere.
Bottom line: this specific node is a decoy. Install the pack if you want the theme and the Civitai metadata magic - just never wire the placeholder into a graph. It's there so ComfyUI doesn't throw a tantrum at load, not so you can do anything with it.
Inputs (0)
No inputs
Outputs (0)
No outputs