lucidrains/deep-daze

HOW TO RUN DEEP DAZE ON WINDOWS

GYKgamer opened this issue · 6 comments

I figured out a way to run deep daze as many of us people are having problems.

First step is to install ubuntu from windows store.
Next is to install wsl2 (search google how to do that)
open ubuntu and set it up
next delete and re install python (using the installer not using ubuntu)
use pip install deep_daze
then use the imagine command
AND BOOM.

(btw idk if this works but it worked for me)

what pip version?

I did latest

...
You can run deep-daze without using WSL

  1. Just install Anaconda
  2. Launch Anaconda from the windows start menu
  3. Create a new env conda create --name deep-haze
  4. Activate your new conda env conda activate deep-haze
  5. If you plan on using a CUDA capable GPU (Must be CUDA 11.3 or previous), install pytorch using conda conda install -c pytorch torchvision cudatoolkit=11.3 pytorch
  6. Install deep-daze pip install deep-daze
  7. Run deep-daze imagine "a deer drinking from a river"

NOTES:

  • You must use deep-daze inside your conda env
  • To deactivate your conda env, use conda deactivate

lmao he only needs to just do pip install torch==1.7.1

also need gpu made by the people who made gforce now