Replies: 1 comment
-
https://github.com/Gourieff/comfyui-reactor-node#insightfacebuild |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried a lot but i still have problems with insightface. Manual installation tells me that all requirements are met. but somehow it is not found:
Start of ComfyUI:
traceback (most recent call last):
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1864, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in
from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'
Running Install.bat also always tries to build:
Installing...
CUDA 11.8
Status: The 'insightface==0.7.3' distribution was not found and is required by the application
Collecting insightface==0.7.3
Using cached insightface-0.7.3.tar.gz (439 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [15 lines of output]
Traceback (most recent call last):
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\python_embeded\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\python_embeded\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\python_embeded\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\python_embeded\lib\site-packages\setuptools\build_meta.py", line 355, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\python_embeded\lib\site-packages\setuptools\build_meta.py", line 325, in _get_build_requires
self.run_setup()
File "C:\Users\vasco\Documents\ComfyUi\ComfyUI_windows_portable\python_embeded\lib\site-packages\setuptools\build_meta.py", line 341, in run_setup
exec(code, locals())
File "", line 11, in
ModuleNotFoundError: No module named 'Cython'
[end of output]
Maybe something not in the correct path?
Beta Was this translation helpful? Give feedback.
All reactions