https://github.com/cnbjjj/ComfyUI-Jtils
An extension for ComfyUI that adds utility functions and nodes not available in the default setup.
https://github.com/cnbjjj/ComfyUI-Jtils
comfyui comfyui-api comfyui-manager extention stable-diffusion
Last synced: 9 months ago
JSON representation
An extension for ComfyUI that adds utility functions and nodes not available in the default setup.
- Host: GitHub
- URL: https://github.com/cnbjjj/ComfyUI-Jtils
- Owner: cnbjjj
- License: gpl-3.0
- Created: 2024-08-30T04:47:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T23:25:19.000Z (about 1 year ago)
- Last Synced: 2025-05-11T00:25:06.023Z (about 1 year ago)
- Topics: comfyui, comfyui-api, comfyui-manager, extention, stable-diffusion
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Jtils**
- awesome-comfyui - **ComfyUI-Jtils**
README
## ComfyUI-Jtils
An extension for ComfyUI that adds utility functions and nodes not available in the default setup.
### Features
- **Search Nodes by Class Type**: Right-click on the canvas to search for nodes by class type. Matching nodes will be highlighted.
### Planned Features
- **UI Enhancements**: More tools and improvements.
- **Node Utilities**: Additional utility nodes.
### Installation
#### From GitHub
1. Clone the repository:
```bash
cd ComfyUI/custom_nodes
git clone https://github.com/cnbjjj/ComfyUI-Jtils.git
cd ComfyUI-Jtils
pip install -r requirements.txt
```
2. Restart ComfyUI.
#### From Manager
Search for "ComfyUI-Jtils" in the manager and install it from there.
### Changelog
- **0.0.1**: Added Node Search by Class Type.
### License
Licensed under GNU GPL. See [LICENSE](./LICENSE).