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.txtRestart 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 nodesEasyUse/Logic: 25 nodesEasyUse/Loaders: 19 nodesEasyUse/Adapter: 15 nodesEasyUse/XY Inputs: 15 nodesEasyUse/Prompt: 13 nodesEasyUse/🚫 Deprecated: 11 nodesEasyUse/Sampler: 11 nodesEasyUse/PreSampling: 10 nodesEasyUse/Pipe: 8 nodesEasyUse/Fix: 6 nodesEasyUse/Logic/Math: 6 nodes
Use the node directory on this page to search by node name, class, or category.
Source and version
- Repository: https://github.com/yolain/ComfyUI-Easy-Use
- Pinned commit:
595e0738a9e3 - Tracked branch:
main - Registered nodes: 207
- Example workflow directories detected: 0
This overview is generated from the pinned source checkout. Repository statistics and maintainer information are refreshed separately from GitHub.