imb101 / ComfyUI-FaceSwap

Custom node to enable face swapping in ComfyUI
GNU Affero General Public License v3.0
29 stars 2 forks source link

Import failed #2

Closed nyukers closed 1 year ago

nyukers commented 1 year ago

Traceback (most recent call last): File "C:\SDComfyUI\ComfyUI\nodes.py", line 1693, 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:\SDComfyUI\ComfyUI\custom_nodes\ComfyUI-FaceSwap__init.py", line 4, in from .FaceSwapNode import FaceSwapNode File "C:\SDComfyUI\ComfyUI\custom_nodes\ComfyUI-FaceSwap\FaceSwapNode.py", line 1, in import insightface File "C:\SDComfyUI\python_embeded\lib\site-packages\insightface__init__.py", line 18, in from . import app File "C:\SDComfyUI\python_embeded\lib\site-packages\insightface\app__init.py", line 2, in from .mask_renderer import * File "C:\SDComfyUI\python_embeded\lib\site-packages\insightface\app\mask_renderer.py", line 8, in from ..thirdparty import face3d File "C:\SDComfyUI\python_embeded\lib\site-packages\insightface\thirdparty\face3d\init__.py", line 3, in from . import mesh File "C:\SDComfyUI\python_embeded\lib\site-packages\insightface\thirdparty\face3d\mesh\init__.py", line 9, in from .cython import mesh_core_cython ImportError: DLL load failed while importing mesh_core_cython: The specified module could not be found.

Windows 10 Pro, ComfyUI Portable.

nyukers commented 1 year ago

Solved, thank you all.

nyukers commented 1 year ago

Done