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

eh this package still does not work!

Open yosun opened this issue 7 months ago • 1 comments

Traceback (most recent call last): File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/nodes.py", line 2131, in load_custom_node module_spec.loader.exec_module(module) File "", line 999, in exec_module File "", line 488, in _call_with_frames_removed File "/Users/mbp16_2022_m1max/Documents/ComfyUI/custom_nodes/comfyui-3d-pack/init.py", line 53, in module = importlib.import_module(f".{nodes_filename}", package=name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/mbp16_2022_m1max/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 999, in exec_module File "", line 488, in _call_with_frames_removed File "/Users/mbp16_2022_m1max/Documents/ComfyUI/custom_nodes/comfyui-3d-pack/nodes.py", line 39, in from .mesh_processer.mesh import Mesh File "/Users/mbp16_2022_m1max/Documents/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'

yosun avatar May 12 '25 09:05 yosun

did you try installing kiui?

DenisKochetov avatar May 12 '25 10:05 DenisKochetov

any fixs? I intall Kiui still nothing

D:\StabilityMatrix\Data\Packages\ComfyUI\venv>pip install kiui Successfully installed kiui-0.2.16 objprint-0.3.0 varname-0.14.0

NicoMura avatar May 19 '25 06:05 NicoMura

hey! try running these manually from the ComfyUI-3D-Pack folder:

pip install -r requirements.txt  
python install.py

if anything breaks, feel free to share the full error here — we’ll do our best to help out! the install process can be a bit tricky sometimes because of all the different 3D libs and how they depend on your OS, CUDA, and PyTorch versions.

DenisKochetov avatar May 19 '25 09:05 DenisKochetov

D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack>python install.py Traceback (most recent call last): File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack\install.py", line 19, in from build_utils import ( File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 54, in CUDA_VERSION = get_cuda_version() File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 49, in get_cuda_version raise RuntimeError(f"Please install/reinstall CUDA tookit with any of the following supported version: {build_config.supported_cuda_versions}") RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.4', '12.1', '11.8'] Traceback (most recent call last): File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack\install.py", line 19, in from build_utils import ( File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 54, in CUDA_VERSION = get_cuda_version() File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 49, in get_cuda_version raise RuntimeError(f"Please install/reinstall CUDA tookit with any of the following supported version: {build_config.supported_cuda_versions}") RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.4', '12.1', '11.8']

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack\install.py", line 84, in cstr("Comfy3D install failed: Dependency installation has failed. Please install manually: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/main/_Pre_Builds/README.md.").error.print() NameError: name 'cstr' is not defined. Did you mean: 'str'?

NicoMura avatar May 19 '25 23:05 NicoMura

ComfyUI-3D-Pack

i think one issue is that if people use the one-click desktop app, it isn't clear which directory or which python is being used by the jailed python

yosun avatar May 20 '25 01:05 yosun

im on the stability matrix comfyui package

i have accec to the node, and the venv

NicoMura avatar May 20 '25 04:05 NicoMura

Please try installing the latest version:

  • Clone the latest version of 3D-Pack into your custom_nodes folder (or run git pull if you already have it).
  • Then run:
pip install -r requirements.txt  
python install.py  

If you run into any errors, please post them here.

DenisKochetov avatar Jun 20 '25 08:06 DenisKochetov