CN
Custom Node Pack

ComfyUI Example Node Pack

A collection of practical image-processing and workflow utility nodes for ComfyUI.

Image Generation Utilities Custom Node
View on GitHub ↗
4.8Rating
★★★★★
1.2kStars
86Forks
24Nodes
v1.6.2Latest release
UpdatedSep 08, 2026

About this node

✓ Verified metadata

ComfyUI Example Node Pack extends ComfyUI with reusable nodes for image preparation, compositing, resizing, metadata handling and workflow utilities. It is designed to reduce repetitive graph setup and make common operations easier to reuse across workflows.

The package is community-developed. Always review the repository README, dependencies and installation scripts before installing third-party custom nodes.

Included nodes

24 nodes in this pack

IMG

Image Resize Pro

Resize images using width, height and multiple scaling modes.

ExampleImageResize
IMG

Image Batch Combine

Combine individual image inputs into a single batch.

ExampleBatchCombine
MASK

Mask Feather

Apply adjustable feathering to a mask.

ExampleMaskFeather
UTIL

Workflow Metadata

Read and expose useful workflow metadata for downstream nodes.

ExampleMetadata

Installation

Recommended: ComfyUI Manager
  1. Open ComfyUI Manager in ComfyUI.
  2. Search for ComfyUI Example Node Pack.
  3. Select the package and click Install.
  4. Restart ComfyUI and refresh the browser.

Clone the repository into your ComfyUI custom nodes directory:

cd ComfyUI/custom_nodes git clone https://github.com/example/comfyui-example-node-pack.git

Then install dependencies if the repository contains a requirements.txt file and restart ComfyUI.

  1. Download the repository ZIP from GitHub.
  2. Extract it into ComfyUI/custom_nodes/.
  3. Install the package dependencies.
  4. Restart ComfyUI and check the startup logs for import errors.

Requirements

ComfyUIRecent version recommended
Python3.10+
PyTorchCompatible with your ComfyUI build
Dependenciesrequirements.txt
GPUDepends on the workflow/model used

Repository information

LicenseMIT
LanguagePython / JavaScript
CreatedJan 12, 2025
Last updateSep 08, 2026

Known issues

Dependency conflicts

Some custom nodes can require package versions that conflict with other installed extensions. Check the repository issues and README before troubleshooting.

Restart required

After installation or dependency changes, restart ComfyUI and refresh the browser.

Reviews

JD
Jordan D.★★★★★

Useful utilities and easy to integrate into existing workflows.

2 weeks ago
AK
Alex K.★★★★☆

Good collection. README installation notes could be more detailed.

1 month ago
Copied to clipboard