-
Notifications
You must be signed in to change notification settings - Fork 6
Description
When i tried to install this project and found its on old version of Cuda 11 i would need to downgrade from version 12. Since this project is about texturing i use other projects to generate the 3d model which is on version 12. You can only have one version of Cuda installed. Its not practical to unistall 12 and install 11 just to texture. It will break my pc for using on other programs where i need to use it for other tasks like model generation and use in comfyui.
The offending code from env.sh:
conda install cudatoolkit=11.8 --yes # check nvcc -V, it should be 11.8
pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu118
wget https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.1_cu118/kaolin-0.17.0-cp310-cp310-linux_x86_64.whl
pip install kaolin-0.17.0-cp310-cp310-linux_x86_64.whl