You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been following the instructions to install on windows with anaconda, but I feel there is a missing step or something because once have the conda activated, and go to run python disco.py, I get a variety of module not found errors-- I realized I had to run pip install -r requirements.txt in the conda before it would work... also step 4: execute the test run has another conda activate discodiffusion line which is already activated at that point--- perhaps that line was supposed to be pip install -r requirements.txt , sorry Python is new to me.
I also had to run this command because I was getting CUDA errors: conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
The text was updated successfully, but these errors were encountered:
seandearnaley
changed the title
Windows Anaconda Installation Docs issue
Windows Anaconda Installation Docs missing modules
May 19, 2022
I've been following the instructions to install on windows with anaconda, but I feel there is a missing step or something because once have the conda activated, and go to run
python disco.py
, I get a variety of module not found errors-- I realized I had to runpip install -r requirements.txt
in the conda before it would work... also step 4: execute the test run has anotherconda activate discodiffusion
line which is already activated at that point--- perhaps that line was supposed to bepip install -r requirements.txt
, sorry Python is new to me.I also had to run this command because I was getting CUDA errors:
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
The text was updated successfully, but these errors were encountered: