Nodes for ComfyUI that extend the core functionality without adding extra dependencies.
- Preview Nodes
- Primitive Nodes
- Utility Nodes
There are 2 ways to install this custom node:
- Install ComfyUI Manager if you don't have it yet.
- Find "ComfyUI Extended" in the Manager and install it.
cd /path/to/your/ComfyUI/custom_nodes
git clone https://github.com/rookiepsi/comfyui-extended.git
Restart ComfyUI to load the new nodes.
For detailed explanation of each node, please refer to the docs.
Contributions are welcome! Please feel free to submit a Pull Request.
- Look for an issue to work on or create a new one.
- Wait for approval.
- Fork this repository.
- Create a new branch
feature/[feature-name]
orbug/[bug-name]
. - Make your changes.
- Test your changes thoroughly.
- Create a Pull Request.
- Become a legend.
This project is licensed under the MIT license.