Trying again: Installing threestudio on Ubuntu 22.04 WSL on Windows

I found this https://zenn.dev/shinya7y/articles/threestudio-prolificdreamer from the discord chat for threestudio sudo apt-key del 7fa2af80 Install Cuda-11-8. At the last step it should be apt-get install cuda-11-8, not cuda: https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=WSL-Ubuntu&target_version=2.0&target_type=deb_local From…

Continue ReadingTrying again: Installing threestudio on Ubuntu 22.04 WSL on Windows

Installing threestudio on Ubuntu 20.04 using Windows

https://github.com/threestudio-project/threestudio I found this link for installing Cuda 11.3: Step by step instruction how to install CUDA 11 Ubuntu 20.04: https://gist.github.com/ksopyla/bf74e8ce2683460d8de6e0dc389fc7f5 From the threestudio page: pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url…

Continue ReadingInstalling threestudio on Ubuntu 20.04 using Windows