LogoWonderful Launcher
  • Home
  • Pricing
  • Docs
  • Download
Popular ComfyUI Custom Node Packs: Easy Use, Layer Style, rgthree, and VideoHelperSuiteComfyUI "clean library entry point is missing" FixComfyUI ControlNetApplyAdvanced class_type FixMulti GPUPricing, Credits, and Agent Access Explained
Reference

Popular ComfyUI Custom Node Packs: Easy Use, Layer Style, rgthree, and VideoHelperSuite

Partially verifiedMedium riskLast verified 2026-06-29

Install and troubleshoot popular ComfyUI custom node packs safely: Easy Use, Layer Style, rgthree, VideoHelperSuite, and missing-node import failures.

If you searched for comfyui-easy-use, ComfyUI Layer Style, rgthree comfyui, or ComfyUI-VideoHelperSuite, you are probably trying to install a workflow's missing node pack or fix a custom node that no longer imports.

These are community custom node packs, not core ComfyUI features. Install them through ComfyUI Manager when possible, restart ComfyUI, and then check the startup log before installing more packages.

Why this page exists

Full Wonderful Launcher telemetry through June 29, 2026 shows repeated install and dependency repair attempts for Easy Use, Layer Style, rgthree, and VideoHelperSuite. Third-party keyword research also shows search demand for the same names. This page uses those signals for prioritization, not as an official popularity ranking.

Fast routing

What you searched or sawBest next step
You just want to install one of these packsStart with Install ComfyUI Custom Nodes
A workflow opens with red nodesUse ComfyUI Workflow Missing Nodes
The folder exists but startup says IMPORT FAILEDUse ComfyUI Plugin Import Failed
Startup names a missing Python packageUse Custom Node Requirements Missing
The node loads but model files are missingUse Where to Put Safetensors in ComfyUI

Packs users keep running into

Custom node packCommon reason users need itSafer install note
ComfyUI-Easy-UseEfficiency nodes, workflow shortcuts, loaders, and integrations used by shared workflowsUse the official Easy Use repository or Manager entry. Do not install random packages just because an easy node is red.
ComfyUI Layer StyleLayer, mask, image compositing, and Photoshop-like workflow nodesTreat missing Layer Style nodes as a custom-node pack issue first; model or mask errors can appear later.
rgthree-comfyWorkflow organization and quality-of-life nodes used in many shared graphsIf rgthree nodes stay red after install, check whether the pack imported during startup.
ComfyUI-VideoHelperSuiteVideo loading, image sequence, preview, and save helpersVideo workflows often reveal a second layer of missing models, codecs, or package requirements after the node pack loads.

What the telemetry says

The June 29, 2026 full-history export covered 175,136 launcher telemetry events from 699 installs. The custom-node package pivots showed these repeated install or dependency repair signals:

PackFull-history affected installsLast 30 days affected installsKeyword signal
ComfyUI Layer Style15 dependency repair installs, 12 clone result installs4 dependency, 3 clonecomfyui layer style
ComfyUI-Easy-Use10 dependency repair installs, 8 clone result installs4 dependency, 3 clonecomfyui-easy-use
rgthree-comfy11 dependency repair installs, 10 clone result installs3 dependency, 3 clonergthree comfyui
ComfyUI-VideoHelperSuite8 dependency repair installs, 8 clone result installs3 dependency, 3 clonecomfyui-videohelpersuite

This does not mean these packs are broken by default. It means real users repeatedly reach the point where missing nodes, dependency repair, or clone results need clearer routing.

Install from Manager first

For most users, the safest path is:

  1. Open ComfyUI.
  2. Open Manager.
  3. Search the pack name.
  4. Install one pack.
  5. Restart ComfyUI.
  6. Check the startup log for IMPORT FAILED.

If the workflow still has red nodes after restart, do not install every dependency you can find. Use the workflow's missing-node popup and the startup log to identify the next layer.

Manual clone only from the official repo

Manual clone is valid when Manager cannot fetch the list, the pack is not mapped, or you are repairing a specific repository. Clone into ComfyUI/custom_nodes/, then install only that pack's documented requirements in the same Python that starts ComfyUI.

For the official Windows portable package, the dependency command usually needs the embedded Python from the portable root:

.\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\<pack-folder>\requirements.txt

For a manual venv install, activate the venv first and use:

python -m pip install -r custom_nodes/<pack-folder>/requirements.txt

If it still fails after install

Use the first failing layer, not the visible symptom, to decide the next page.

After install you seeWhat it meansNext guide
Red nodes are still visibleThe backend node class did not registerWorkflow Missing Nodes
Startup log says IMPORT FAILEDThe folder exists, but Python could not import itPlugin Import Failed
ModuleNotFoundError: No module named ...A package is missing in ComfyUI's PythonNo Module Named in ComfyUI
pip check reports conflictsA package install changed shared dependenciesComfyUI Dependency Conflicts
The node is loaded but a model dropdown is emptyNode repair is done; model placement is nextWhere to Put Safetensors

What not to do

  • Do not run pip install -r requirements.txt for several custom node packs at once.
  • Do not treat a failed Git clone as a Python package problem.
  • Do not assume a folder under custom_nodes/ means the pack loaded.
  • Do not reinstall ComfyUI before checking the first IMPORT FAILED traceback.
  • Do not download unofficial mirrors when the official repository is reachable.

When Wonderful Launcher helps

Wonderful Launcher is useful when the repair is no longer a single install:

  • several packs are missing in one workflow
  • Manager cannot map the node pack
  • the pack installed but did not import
  • dependency repair reveals another missing module
  • the node pack loads, but model assets are still missing

The launcher helps keep those stages separate so you do not mistake a partial repair for a working workflow.

Related guides

  • Install ComfyUI Custom Nodes
  • ComfyUI Workflow Missing Nodes
  • ComfyUI Plugin Import Failed
  • Custom Node Requirements Missing
  • Where to Put Safetensors in ComfyUI

Source References

  • Official ComfyUI custom node installation guide
  • ComfyUI-Easy-Use GitHub repository
  • ComfyUI Layer Style GitHub repository
  • rgthree-comfy GitHub repository
  • ComfyUI-VideoHelperSuite GitHub repository

Start free with Wonderful Launcher if this affects your real ComfyUI environment. If the repair is blocking work, Agent Access is the paid guided path; credits are for image generation and metered tools.

Download Wonderful LauncherSee Agent Access

Did this fix your issue?

Your answer helps prioritize verified ComfyUI repairs.

Model Path Not Detected

Fix ComfyUI model path not detected, extra_model_paths.yaml not loading models, path format errors, and missing model dropdowns step by step.

ComfyUI "clean library entry point is missing" Fix

Fix the ComfyUI clean library entry point is missing error by checking workflow compatibility, frontend package drift, corrupted workflow JSON, and missing custom nodes.

Table of Contents

Fast routing
Packs users keep running into
What the telemetry says
Install from Manager first
Manual clone only from the official repo
If it still fails after install
What not to do
When Wonderful Launcher helps
Related guides
Source References