fofr / cog-face-to-many

Turn any face into a video game character, pixel art, claymation, 3D or toy
https://replicate.com/fofr/face-to-many
Other
1.19k stars 192 forks source link

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

Open vreabernardo opened 3 months ago

vreabernardo commented 3 months ago

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 commented 3 months ago

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

vreabernardo commented 3 months ago

yes I did.

Screenshot 2024-03-22 at 19 54 43