Replies: 1 comment
-
I have reinstalled Comfy UI on Rocky linux, but sadly it still does not work. But the error has changed. ` File "/home/admin/anaconda3/envs/automatic/lib/python3.10/site-packages/insightface/model_zoo/inswapper.py", line 6, in Cannot import /home/admin/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: cannot import name 'numpy_helper' from 'onnx' (unknown location) Import times for custom nodes: |
Beta Was this translation helpful? Give feedback.
-
Hello
When I try to activate reactor node in the comfyUI manager in Rocky Linux I get the error below
` File "/home/admin/anaconda3/envs/automatic/lib/python3.10/site-packages/onnx/defs/init.py", line 7, in
import onnx.onnx_cpp2py_export.defs as C # noqa: N812
ModuleNotFoundError: No module named 'onnx.onnx_cpp2py_export.defs'; 'onnx.onnx_cpp2py_export' is not a package
Cannot import /home/admin/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: No module named 'onnx.onnx_cpp2py_export.defs'; 'onnx.onnx_cpp2py_export' is not a package
Import times for custom nodes:
0.0 seconds: /home/admin/ComfyUI/custom_nodes/rgthree-comfy
0.0 seconds: /home/admin/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
0.0 seconds (IMPORT FAILED): /home/admin/ComfyUI/custom_nodes/comfyui-reactor-node
`
I cannot find much about how to install 'onnx.onnx_cpp2py_export.defs'; 'onnx.onnx_cpp2py_export' on the web
I read that this node is only for windows ... but maybe there is hope for comfyui in linux. Many thanks
Beta Was this translation helpful? Give feedback.
All reactions