Skip to content

Commit

Permalink
Update readme for torch requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaretburkett committed Nov 28, 2023
1 parent be815f9 commit 0d5943a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ prodigyopt
controlnet_aux==0.0.7
python-dotenv
bitsandbytes
xformers

0 comments on commit 0d5943a

Please sign in to comment.