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
22:57:04.599 [Warning] [ComfyUI-0/STDERR] Traceback (most recent call last):
22:57:04.600 [Warning] [ComfyUI-0/STDERR] File "D:\BILD-AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node
22:57:04.601 [Warning] [ComfyUI-0/STDERR] module_spec.loader.exec_module(module)
22:57:04.602 [Warning] [ComfyUI-0/STDERR] File "", line 940, in exec_module
22:57:04.603 [Warning] [ComfyUI-0/STDERR] File "", line 241, in call_with_frames_removed
22:57:04.604 [Warning] [ComfyUI-0/STDERR] File "D:\BILD-AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init.py", line 23, in
22:57:04.605 [Warning] [ComfyUI-0/STDERR] from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
22:57:04.605 [Warning] [ComfyUI-0/STDERR] File "D:\BILD-AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in
22:57:04.606 [Warning] [ComfyUI-0/STDERR] from insightface.app.common import Face
22:57:04.607 [Warning] [ComfyUI-0/STDERR] ModuleNotFoundError: No module named 'insightface'
22:57:04.608 [Warning] [ComfyUI-0/STDERR]
I had not done it correctly. After doing it like it was described in full detail, I faced another error, but was able to fix it with the info at the end of this thread: Gourieff/comfyui-reactor-node#384 ("DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed.")
The text was updated successfully, but these errors were encountered:
I've got this error after installation:
22:57:04.599 [Warning] [ComfyUI-0/STDERR] Traceback (most recent call last):
22:57:04.600 [Warning] [ComfyUI-0/STDERR] File "D:\BILD-AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node
22:57:04.601 [Warning] [ComfyUI-0/STDERR] module_spec.loader.exec_module(module)
22:57:04.602 [Warning] [ComfyUI-0/STDERR] File "", line 940, in exec_module
22:57:04.603 [Warning] [ComfyUI-0/STDERR] File "", line 241, in call_with_frames_removed
22:57:04.604 [Warning] [ComfyUI-0/STDERR] File "D:\BILD-AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init.py", line 23, in
22:57:04.605 [Warning] [ComfyUI-0/STDERR] from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
22:57:04.605 [Warning] [ComfyUI-0/STDERR] File "D:\BILD-AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in
22:57:04.606 [Warning] [ComfyUI-0/STDERR] from insightface.app.common import Face
22:57:04.607 [Warning] [ComfyUI-0/STDERR] ModuleNotFoundError: No module named 'insightface'
22:57:04.608 [Warning] [ComfyUI-0/STDERR]
I had not done it correctly. After doing it like it was described in full detail, I faced another error, but was able to fix it with the info at the end of this thread: Gourieff/comfyui-reactor-node#384 ("DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed.")
The text was updated successfully, but these errors were encountered: