Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YanjieZe authored Dec 28, 2023
1 parent ec3fcaf commit bc9cbdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ pip install packaging==21.3 dotmap pyhocon wandb chardet opencv-python-headless
# 10 install odise
Install xformers (this version is a must to avoid errors from detectron2)
```
pip install xformers==0.0.18
pip install xformers==0.0.18
```
Install Stable Diffusion
```
pip install stable-diffusion-sdkit==2.1.3
```
Install detectron2:
```
Expand Down

0 comments on commit bc9cbdd

Please sign in to comment.