MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
1.73k stars 167 forks source link

ImportError: DLL load failed while importing _C #124

Open Leehorywei opened 3 months ago

Leehorywei commented 3 months ago

Traceback (most recent call last): File "E:\ComfyUI\nodes.py", line 1888, 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 "E:\ComfyUI\custom_nodes\ComfyUI-3D-Pack__init.py", line 28, in module = importlib.import_module(f".{nodes_filename}", package=name) File "D:\anaconda3\envs\comfyui\lib\importlib\init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "E:\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 30, in from .algorithms.main_3DGS import GaussianSplatting, GaussianSplattingCameraController, GSParams File "E:\ComfyUI\custom_nodes\ComfyUI-3D-Pack\algorithms\main_3DGS.py", line 12, in from .main_3DGS_renderer import GaussianSplattingRenderer File "E:\ComfyUI\custom_nodes\ComfyUI-3D-Pack\algorithms\main_3DGS_renderer.py", line 24, in from diff_gaussian_rasterization import ( File "D:\anaconda3\envs\comfyui\lib\site-packages\diff_gaussian_rasterization\init__.py", line 15, in from . import _C ImportError: DLL load failed while importing _C: 找不到指定的模块。