Extensions/ComfyUI-bby-nodes
ComfyUI Extension

ComfyUI-bby-nodes

Custom utility nodes for ComfyUI

By Eonizer·Created 6 months ago·Updated 6 months ago· 0
Eonizer/ComfyUI-bby-nodes
Nodes1
On cloudLocal install
CategorybbyNodes
Stars0
Updated6 months ago
Readme

ComfyUI-bby-nodes

A custom node pack for ComfyUI.

Installation

Clone into your ComfyUI custom_nodes directory:

cd custom_nodes
git clone https://github.com/Eonizer/ComfyUI-bby-nodes

Restart ComfyUI.

Nodes

TagFilterNode

Filters a comma/newline-separated list of tags against a reference tag list.

Outputs:

  • filtered_tags — tags that matched the reference list
  • missing_tags — tags from the reference list not found in the input

Options:

  • Match mode: exact or partial
  • Case sensitivity toggle
  • Underscore-stripping