ComfyUI Node

hulue🔃

The \"ignore\" marker for ergouzi's Hybrid switch

By 11dogzi·Created 2 years ago·Updated about a year ago· 79
hulue🔃
  • *

    hulue is a marker node with one job: sit inside a group and tell the Hybrid switch (GroupSwitchNodeee) "when you flip, this group gets ignored." The name isn't random - it's the plain pinyin romanization of 忽略 (hūlüè), the Chinese word for "ignore," which is exactly what happens to any group holding one once the switch it's wired to gets toggled off. If you've been staring at the node name wondering what it means, that's the whole answer.

    This node only matters alongside its sibling markers in the Hybrid switch system. Alone, it does nothing - it has no outputs and no logic of its own. It exists purely so the Hybrid switch can tell your groups apart: hulue for "mute this one," jinyong for "bypass that one instead."

    How it works

    Drop a hulue node fully inside the boundary of the group you want muted, then wire it to GroupSwitchNodeee ("Hybrid switch🔃"). That wire carries no image, model, or latent data - it's a control signal that registers the group with the switch. Toggle the Hybrid switch and every group holding a connected hulue gets ignored (ComfyUI's mute behavior: those nodes don't run and produce nothing), while any groups holding the other marker, jinyong, get bypassed instead. One switch, mixed treatment, decided entirely by which marker sits where.

    If every group under a given switch should be treated the same way - all ignored, or all disabled - you don't need hulue at all. The plainer GroupSwitchNode ("All Ignore") pairs with the simpler ALLty marker and does the same single job with one less node type to keep straight.

    The inputs and outputs that matter

    hulue has one required input, a wildcard (*) socket - that's where the Hybrid switch's output wire plugs in. There are no outputs. It's a leaf node by design: something to be targeted, not something to build on top of.

    How to install it

    Search Comfyui-ergouzi-kaiguan in ComfyUI Manager and install, or clone it manually:

    cd ComfyUI/custom_nodes
    git clone https://github.com/11dogzi/Comfyui-ergouzi-kaiguan.git
    

    Restart ComfyUI. No requirements file, no models - hulue ships as part of the same single install as the rest of the pack.

    Common issues & troubleshooting

    A group didn't ignore when you expected it to. Check two things: that the hulue node is actually inside the group's bounding box (a marker that looks close but sits just outside the frame doesn't count), and that you didn't grab a jinyong node by mistake - the two look similar at a glance and only differ by which behavior they trigger.

    You wanted bypass, not mute. That's the other marker, jinyong - swap it in if the group needs to pass its input through rather than produce nothing.

    You're only using one behavior across the board. If nothing in this switch's scope needs mixed treatment, skip hulue and use the plain All Ignore switch (GroupSwitchNode) with the single generic ALLty marker instead - simpler to audit later.

    An unrelated dog icon or animation showing up. That's this pack's decorative layer (draggable mascot, task-progress GIFs, completion sound), not hulue - it ships by default and has confused people enough to become a "what is this?" post on r/comfyui. Delete Comfyui-ergouzi-kaiguan/web/kaiguanj.js to remove it.

    Category2🐕kaiguan

    Inputs (1)

    NameTypeDefaultDescription
    **

    Outputs (0)

    No outputs