Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'easy_nodes' #5

Open
flyricci opened this issue Nov 22, 2024 · 5 comments
Open

ModuleNotFoundError: No module named 'easy_nodes' #5

flyricci opened this issue Nov 22, 2024 · 5 comments

Comments

@flyricci
Copy link

flyricci commented Nov 22, 2024

ModuleNotFoundError: No module named 'easy_nodes',PIP also cannot find 'easy_nodes'

@StatusReport
Copy link
Member

Make sure to install the requirements (which include comfyui-easynodes).

@MoreColors123
Copy link

MoreColors123 commented Nov 22, 2024

yeah i also get errors and the nodes won't load.
did "pip install comfyui-easynodes" which throws no errors, but still:

Traceback (most recent call last):
File "C:\programs\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2026, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo_init
.py", line 1, in
from .nodes_registry import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo\nodes_registry.py", line 4, in
from easy_nodes import initialize_easy_nodes
ModuleNotFoundError: No module named 'easy_nodes'

@StatusReport
Copy link
Member

This is probably because you installed the package not into Comfy's virtual environment.

Try the following (up to path mismatch):

C:\programs\ComfyUI_windows_portable\python_embedded\python -m pip install comfyui-easynodes

This should run pip from the virtual environment of the Python installation that your Comfy is using.

@krc1983
Copy link

krc1983 commented Nov 23, 2024

This is probably because you installed the package not into Comfy's virtual environment.

Try the following (up to path mismatch):

C:\programs\ComfyUI_windows_portable\python_embedded\python -m pip install comfyui-easynodes

This should run pip from the virtual environment of the Python installation that your Comfy is using.

I did exactly as you mentioned, still facing the problem...

@BoosterCore
Copy link

This is probably because you installed the package not into Comfy's virtual environment.
Try the following (up to path mismatch):

C:\programs\ComfyUI_windows_portable\python_embedded\python -m pip install comfyui-easynodes

This should run pip from the virtual environment of the Python installation that your Comfy is using.

I did exactly as you mentioned, still facing the problem...

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants