ComfyUI Extension
ComfyUI_Fill-Example-Nodes
An example node pack for ComfyUI to demonstrate custom node creation.
filliptm/ComfyUI_Fill-Example-Nodes
Nodes4
On cloudLocal install
CategoryFill-Example-Nodes
Stars7
Updated5 months ago
Nodes (4)
Fill Example: Canvas Color Picker
A Real Color Picker on a Canvas — and a Solid Color Comes Out
Fill-Example-Nodes
Fill Example: Hello World
Text' Node That's Actually a Tutorial
Fill-Example-Nodes
Fill Example: Image Batcher
The Example Node That's Secretly a Real Tensor Pattern
Fill-Example-Nodes
Fill Example: Progress Bar
A Node Whose Whole Job Is Showing You a Progress Bar
Fill-Example-Nodes
Readme

ComfyUI Fill-Example-Nodes
This node pack is designed to be a comprehensive example for developers looking to create their own custom nodes for ComfyUI. It showcases best practices and various features, including:
- Basic custom node structure
- JavaScript pairing for custom UI elements
- Handling progress bars for long-running tasks
- Managing tensor shapes for images and batches
- And more!
By examining the code in this repository, you should be able to get a good understanding of how to build your own powerful and interactive ComfyUI nodes.