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

Error Retrieving Information for 'Simple Eval Examples' Node: FileNotFoundError #16

Open
vreabernardo opened this issue Mar 22, 2024 · 2 comments

Comments

@vreabernardo
Copy link

Upon executing main.py with python main.py --listen 0.0.0.0, this error occurs:

[ERROR] An error occurred while retrieving information for the 'Simple Eval Examples' node.
Traceback (most recent call last):
  File "/src/ComfyUI/server.py", line 420, in get_object_info
    out[x] = node_info(x)
  File "/src/ComfyUI/server.py", line 398, in node_info
    info['input'] = obj_class.INPUT_TYPES()
  File "/src/ComfyUI/custom_nodes/efficiency-nodes-comfyui/efficiency_nodes.py", line 4357, in INPUT_TYPES
    with open(filepath, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: '/src/ComfyUI/custom_nodes/efficiency-nodes-comfyui/workflows/SimpleEval_Node_Examples.txt'
@fofr
Copy link
Owner

fofr commented Mar 22, 2024

Have you install the custom nodes by running scripts/clone_plugins.sh?

@vreabernardo
Copy link
Author

yes I did.
Screenshot 2024-03-22 at 19 54 43

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

2 participants