You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Upon executing main.py with python main.py --listen 0.0.0.0, this error occurs:
The text was updated successfully, but these errors were encountered: