ComfyUI Extension
comfyui-library-finder
A custom node which helps find which custom nodes are importing a particular library
RiverSide71/comfyui-library-finder
Nodes1
On cloudLocal install
Categoryutils
Stars3
Updated3 months ago
Nodes (1)
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
- Clone this repo into your
ComfyUI/custom_nodes/folder:
git clone https://github.com/RiverSide71/comfyui-library-finder.git
- Restart ComfyUI
Known limitations:
- None yet, but please reach out and let me know.