- cookiecutter-comfy-extension - Python-only template
- ComfyUI-React-Extension-Template - React UI extension
- ComfyUI_frontend_vue_basic - Vue UI extension
Develop Custom Nodes
Overview
Custom nodes allow you to implement new features and share them with the wider community.
A custom node is like any Comfy node: it takes input, does something to it, and produces an output.
While some custom nodes perform highly complex tasks, many just do one thing. Here’s an example of a
simple node that takes an image and inverts it.
Custom node examples: