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
I have updated the extension to the latest version
What happened?
I've been trying to get this node installed correctly for the past couple of hours, but I always seem to find a new issue.
I have installed the node then I got an ImportError: DLL load failed while importing mesh_core_cython: The specified module could not be found.
I have tried the Troubleshooting ----> I. by both installing build-tools and also installed from pre-compiled
I have build the cython using python setup.py install
In addition of that I have tried looking into both of these which yield no result #78#94
Traceback (most recent call last):
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1998, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in<module>
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in<module>
from insightface.app.common import Face
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\__init__.py", line 18, in<module>
from . import app
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\app\__init__.py", line 2, in<module>
from .mask_renderer import *
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\app\mask_renderer.py", line 6, in<module>
from ..thirdparty import face3d
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\thirdparty\face3d\__init__.py", line 5, in<module>
from . import mesh
File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\thirdparty\face3d\mesh\__init__.py", line 9, in<module>
from .cython import mesh_core_cython
ImportError: DLL load failed while importing mesh_core_cython: The specified module could not be found.
Additional information
Let me know if you would like any another info I'll be happy to provide!
The text was updated successfully, but these errors were encountered:
First, confirm
What happened?
I've been trying to get this node installed correctly for the past couple of hours, but I always seem to find a new issue.
I have installed the node then I got an
ImportError: DLL load failed while importing mesh_core_cython: The specified module could not be found.
I have tried the Troubleshooting ----> I. by both installing build-tools and also installed from pre-compiled
I have build the cython using python setup.py install
In addition of that I have tried looking into both of these which yield no result #78 #94
Steps to reproduce the problem
Your workflow
Installed everything.
Sysinfo
Relevant console log
Additional information
Let me know if you would like any another info I'll be happy to provide!
The text was updated successfully, but these errors were encountered: