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 https://zenn.dev/shinya7y/articles/wsl2-conda-mmdet3 To get conda: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh rm Miniconda3-latest-Linux-x86_64.sh git clone https://github.com/threestudio-project/threestudio.git cd threestudio/ conda create -n threestudio python=3.11 -y conda activate threestudio conda …

Trying again: Installing threestudio on Ubuntu 22.04 WSL on Windows Read More »

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 https://download.pytorch.org/whl/cu113 Instead also include torchaudio, from pytorch.org https://pytorch.org/get-started/previous-versions/ I got an error from pip install -r requirements.txt: ERROR: Could not find a version that satisfies …

Installing threestudio on Ubuntu 20.04 using Windows Read More »

Installing Google DreamFusion on Windows 11

Follow these instructions to install windows subsystem for linux to get an ubuntu command line in Windows: Install Stable Dreamfusion on Windows – Matt’s Homepage (mattfife.com) I couldn’t get stable-dreamfusion to install without using windows subsystem for linux. Here’s what I tried: Installing Google DreamFusion on Windows 11: Using Cygwin and installing OpenBLAS separately. I …

Installing Google DreamFusion on Windows 11 Read More »

Scroll to Top