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

error running it latest version of cuda

Open gbyoda opened this issue 11 months ago • 1 comments

Error message occurred while importing the 'ComfyUI-3D-Pack' module.

Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\nodes.py", line 2147, in load_custom_node module_spec.loader.exec_module(module) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "", line 1026, in exec_module File "", line 488, in call_with_frames_removed File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-3d-pack_init.py", line 53, in module = importlib.import_module(f".{nodes_filename}", package=name) File "importlib_init_.py", line 88, in import_module File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 1026, in exec_module File "", line 488, in _call_with_frames_removed File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-3d-pack\nodes.py", line 39, in from .mesh_processer.mesh import Mesh File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-3d-pack\mesh_processer\mesh.py", line 8, in from kiui.op import safe_normalize, dot ModuleNotFoundError: No module named 'kiui'

gbyoda avatar Mar 20 '25 15:03 gbyoda

try to install the new version please

DenisKochetov avatar May 09 '25 15:05 DenisKochetov