Graystone
Graystone
I think this will help you. @dellshan https://kaolin.readthedocs.io/en/latest/notes/installation.html Here you can find a table about supported version of CUDA and torch. Also it says they support python
Having same issue. Also I had to install more packages not listed in requirements.txt like trimesh, PyMCubes.
`diffusers==0.15.0` seems working. You cannot use `diffusers==0.15.1` because of some deprecation problem. Check below PR from diffusers repo. https://github.com/huggingface/diffusers/pull/3129 As @ManuelSerna suggested, I tried `diffusers==0.12.0` and it worked for `main.py`....