ComfyUI Extension: comfyui-library-finder
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A custom node which helps find which custom nodes are importing a particular library
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.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.