ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

ImportError: DLL load failed while importing _C

Open Scharwunzel opened this issue 2 months ago • 2 comments

Hi, when I start ConfyUI I get the following error in the (German) CMD: Traceback (most recent call last): File "C:\ComfyUI\ComfyUI\nodes.py", line 1879, 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:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-3D-Pack_init.py", line 28, in module = importlib.import_module(f".{nodes_filename}", package=name) File "importlib_init_.py", line 126, in import_module 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 "C:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 33, in from .algorithms.main_3DGS import GaussianSplatting, GaussianSplattingCameraController, GSParams File "C:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-3D-Pack\algorithms\main_3DGS.py", line 12, in from .main_3DGS_renderer import GaussianSplattingRenderer File "C:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-3D-Pack\algorithms\main_3DGS_renderer.py", line 24, in from diff_gaussian_rasterization import ( File "C:\ComfyUI\python_embeded\lib\site-packages\diff_gaussian_rasterization_init.py", line 15, in from . import _C ImportError: DLL load failed while importing _C: Das angegebene Modul wurde nicht gefunden.

I already found out from the threat https://github.com/MrForExample/ComfyUI-3D-Pack/issues/77 that the error for others was due to the fact that they didn't install Visual Studio with C++, but I had this before installing Confyui and can't find a missing build either. Can someone maybe help me with what else could be the problem or where else I could look? Thank you in advance for any help!

Scharwunzel avatar May 18 '24 02:05 Scharwunzel