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

diff_gaussian_rasterization error #93

Closed filliptm closed 3 months ago

filliptm commented 3 months ago

Traceback (most recent call last): File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\nodes.py", line 1887, 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:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\custom_nodes\ComfyUI-3D-Pack__init.py", line 28, in module = importlib.import_module(f".{nodes_filename}", package=name) File "C:\Users\Filli\AppData\Local\Programs\Python\Python310\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 "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 28, in from .algorithms.main_3DGS import GaussianSplatting, GaussianSplattingCameraController, GSParams File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\custom_nodes\ComfyUI-3D-Pack\algorithms\main_3DGS.py", line 12, in from .main_3DGS_renderer import GaussianSplattingRenderer File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\custom_nodes\ComfyUI-3D-Pack\algorithms\main_3DGS_renderer.py", line 24, in from diff_gaussian_rasterization import ( ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

Cannot import C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\custom_nodes\ComfyUI-3D-Pack module for custom nodes: No module named 'diff_gaussian_rasterization'

im running the non local version of comfy, installed the requirements.txt, running into this error

MrForExample commented 3 months ago

Hi @filliptm

If you installed it manually, then you'll also need to install requirements_post.txt Please check Install Guide for details