Update readme for torch requirements

This commit is contained in:
Jaret Burkett
2023-11-28 12:52:55 -07:00
parent be815f9c47
commit 0d5943af91
2 changed files with 3 additions and 2 deletions

View File

@@ -35,8 +35,8 @@ git submodule update --init --recursive
python3 -m venv venv
source venv/bin/activate
# .\venv\Scripts\activate on windows
# windows install pytorch first with
# pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu117
# install torch first
pip3 install torch
pip3 install -r requirements.txt
```

View File

@@ -23,3 +23,4 @@ prodigyopt
controlnet_aux==0.0.7
python-dotenv
bitsandbytes
xformers