ComfyUI Node

A Node With Zero Inputs and Zero Outputs — Somehow Still Useful

By Arctenox·Created 8 months ago·Updated 2 months ago· 1

      The ArctenoxBox has no inputs, no outputs, and no logic. It's a box. If that sounds like a joke, you haven't tried to read a workflow with forty nodes sprawled across the canvas yet. The whole point is visual organization: drop one in, resize it, and use it to section off part of your graph - a "loaders" region here, a "refiner" region there - so the next person (usually future-you) can tell what's happening at a glance.

      The source is the entire documentation. INPUT_TYPES returns an empty dict, RETURN_TYPES is empty, and execute returns {}. It's registered as an output node, and its IS_CHANGED always returns NaN, which in ComfyUI means "recompute me every run" - harmless here because there's nothing to compute. Its display name is literally a single space, so you'll find it in the node menu as ArctenoxBox rather than any friendly label.

      When you'd reach for it

      If you already lean on ComfyUI's built-in group boxes (the colored rectangles behind nodes), you mostly don't need this - the built-in groups already resize, recolor, and re-label. Where ArctenoxBox earns a spot is as a free-floating canvas element you can place anywhere, including between groups, without dragging a group box around nodes it would otherwise swallow. Think of it as a sticky note that you can also treat as a visual container.

      Honestly? In a pack full of genuinely functional nodes, this one is the closest thing to filler. But it's also free - zero processing, zero dependencies - and for people who build big graphs it's the difference between a wall of spaghetti and a graph you can navigate. The pack bills it as a way to add labels and visual groupings, and that's exactly what it does.

      Install

      With the whole pack, via ComfyUI Manager (search Arctenoxs-Essentials_ComfyUI) or manually:

      cd ComfyUI/custom_nodes/
      git clone https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI
      

      Then restart ComfyUI. No model downloads, no extra Python packages beyond what the pack already needs (torch, numpy, optional psutil). The README does open with a note that the pack is deprecated and being remastered - this node is the kind of thing that may or may not survive the remaster, so if you build a habit around it, know the ground may shift.

      Any gotchas?

      Not really - the only "issue" is that because its display name is a single space, people search for it, can't find it, and assume it's broken. It's not. Search ArctenoxBox by class name and there it is, doing absolutely nothing, which is the job.

      CategoryArctenox Essentials/Utilities

      Inputs (0)

      No inputs

      Outputs (0)

      No outputs