207 nodesgenerated

ComfyUI-Easy-Use

ComfyUI-Easy-Use is an efficiency custom-node integration package for ComfyUI, bundling over 200 commonly used nodes for faster and more convenient workflows.

yolain@yolain
GitHub

Repository overview

ComfyUI-Easy-Use is a custom-node package for ComfyUI. The pinned source scan currently identifies 207 registered nodes. The project describes itself as a broad collection of utility, model-optimization, and quality-of-life nodes designed to keep additional dependencies relatively small.

Most node-level usage details are available in the generated node reference pages, including inputs, widgets, outputs, categories, and links back to the implementation.

Key capabilities

  • Workflow organization: Set/Get tools can reduce long links and help organize large graphs. The current implementation supports Nodes 2.0, legacy graphs, and subgraphs.
  • Image and mask utilities: The package includes compositing, resizing, batching, mask generation, range conversion, and preview helpers.
  • Model and memory optimization: Compilation, attention, loading, memory reporting, and video-model optimization nodes support advanced workflows.
  • Canvas productivity tools: Configurable node insertion, node swapping, link conversion, and connection-management shortcuts improve editing speed.

Installation

Clone the repository into the ComfyUI custom_nodes directory and install its Python dependencies:

git clone https://github.com/yolain/ComfyUI-Easy-Use.git
python -m pip install -r ComfyUI-Easy-Use/requirements.txt

Restart ComfyUI after installation. ComfyUI portable users should run the dependency command with the portable installation’s embedded Python interpreter.

Node categories

The latest scan contains 25 categories. The largest categories are:

  • EasyUse/Image: 32 nodes
  • EasyUse/Logic: 25 nodes
  • EasyUse/Loaders: 19 nodes
  • EasyUse/Adapter: 15 nodes
  • EasyUse/XY Inputs: 15 nodes
  • EasyUse/Prompt: 13 nodes
  • EasyUse/🚫 Deprecated: 11 nodes
  • EasyUse/Sampler: 11 nodes
  • EasyUse/PreSampling: 10 nodes
  • EasyUse/Pipe: 8 nodes
  • EasyUse/Fix: 6 nodes
  • EasyUse/Logic/Math: 6 nodes

Use the node directory on this page to search by node name, class, or category.

Source and version

This overview is generated from the pinned source checkout. Repository statistics and maintainer information are refreshed separately from GitHub.