Extensions/comfyui-library-finder
ComfyUI Extension

comfyui-library-finder

A custom node which helps find which custom nodes are importing a particular library

By RiverSide71·Created 5 months ago·Updated 3 months ago· 3
RiverSide71/comfyui-library-finder
Nodes1
On cloudLocal install
Categoryutils
Stars3
Updated3 months ago
Readme

comfyui-library-finder

A custom node which helps you find which custom nodes are importing a particular library.

LibraryFinder

The LibraryFinder node allows as input a single library or multiple libraries separated by a comma. It will check through both .py and requirements.txt files in your ComfyUI/custom_nodes folder. The node outputs results as a string, so attach your favorite text display node to see the result.

Installation

ComfyUI Manager

Open Manager and search for comfyui-library-finder from publisher river-side.

Manual

  1. Clone this repo into your ComfyUI/custom_nodes/ folder:
git clone https://github.com/RiverSide71/comfyui-library-finder.git
  1. Restart ComfyUI

Known limitations:

  • None yet, but please reach out and let me know.