ComfyUI Extension: ComfyUI-NS-Util
A collection of nodes for ComfyUI. ex:A node for batch managing int, float, and string parameters with presets
Custom Nodes (0)
README
ComfyUI-NS-Util
A collection of nodes for ComfyUI.
This consolidates the previously created nodes into one package.
Please see the wiki for an explanation of each node.
Node Contents
Utility
Contains useful nodes.
Graphics Filter
A filter that applies special effects to images.
LLM(Implementing the tests now.)
Functions for connecting to and interacting with external LLM services. Local LLM supports Ollama.
Installation
If you have ComfyUI-Manager installed
- Click Main Menu -> Manager -> Install via Git URL
- Paste the URL into the text box that appears at the top of the window and press OK
https://github.com/NakamuraShippo/ComfyUI-NS-Util - Once installation is complete, restart ComfyUI
If you don't have ComfyUI-Manager installed
- Navigate to ComfyUI's custom nodes directory (usually ComfyUI/custom_nodes/)
- Clone this repository:
git clone https://github.com/NakamuraShippo/ComfyUI-NS-Util
- Restart ComfyUI
- In ComfyUI\venv\Scripts, Shift+right-click -> Open terminal -> activate
pip install pyyaml watchdog
Usage
Each node page of the wiki is written in both Japanese and English.
Requirements
- ComfyUI (0.3 or later recommended, other versions not tested)
- Python packages (automatically included with ComfyUI):
- pyyaml
- watchdog
- aiohttp
- opencv-python
Roadmap
This is the first node in the NS-Util collection. Future additions planned:
- ManySliders
- Will be redesigned to be switchable with presets before addition
Contributing
Contributions are welcome! Feel free to submit pull requests or create issues for bugs and feature requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you encounter problems or have questions:
- Create an issue on GitHub
- Nakamura Shippo lit.link
Acknowledgments
- Thanks to the ComfyUI team for creating an amazing platform
- Thanks to AI animals for giving me ideas