SparknightLLC Debuts ComfyUI-ComboFilter To Clear Dropdown Clutter

A smooth oversized translucent funnel angled and representing unfiltered menu options allowing only the bright cubes to pass through.

SparknightLLC has released ComfyUI-ComboFilter, a frontend extension that streamlines cluttered dropdown menus inside the interface. By applying customized allowlists and blocklists to widget selections, the tool automatically removes irrelevant options from lengthy configuration panels.

The developer, who also made Comfyui-Graphconstantfolder created this add-on to address navigation fatigue when scrolling through extensive settings menus. Local operators can now isolate preferred tools without manually searching through unused parameters.

Streamlined menu navigation

  • Applies ordered allowlists and blocklists to any dropdown widget in the interface.
  • Filters choices using plain text, wildcards, or standard regular expressions.
  • Scopes rules to specific node types so identical widgets behave differently elsewhere.
  • Maintains current selections even when they fall outside active filtering rules.

Workflow builders managing complex generation pipelines will appreciate how this extension reduces visual clutter and speeds up parameter selection. By trimming unnecessary options, users can maintain focus and configure settings without interrupting their daily routines.

Frontend behavior and limits

The creator built this tool to operate strictly on the user interface layer, ensuring that hidden options remain fully functional in the background. Rules apply sequentially, and the system intentionally prevents empty menus by preserving active choices when filters overlap.

"This extension changes frontend dropdown visibility only,"

the developer noted in the Github project documentation. Because the script modifies only the display layer, it installs alongside standard interface updates without consuming extra memory.

The ComfyUI-ComboFilter codebase contains complete setup guides and ready-to-use rule examples.