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
2.22k stars 224 forks source link

Import fall due to unknown reason #246

Open irrikrlla opened 2 months ago

irrikrlla commented 2 months ago

Today I want to try the 3D-pack nodes, my env is win11, rtx 4060, torch 2.3.0+cu121, python 3.11.9 image image so far so good till the installation is finished, and all the wheels are built. However, as the comfyui restarts, a weird error report pops up, as the following screenshot shows: image

Is there any idea to solve this?

Duodecimus commented 2 months ago

In my Lib\site-packages\pytorch3d folder I have a file named _C.cp311-win_amd64.pyd. Your error is it failing to find or open that file. Language shouldn't matter, but if the pyd file is missing, or if the above error doesn't match the name of the file you find, you may need to reinstall pytorch3d. IIRC it has specific install settings you need to tailor for your environment.

botchi09 commented 2 months ago

Me too. I did a fresh install from the manager and it just doesn't install the custom nodes