Skip to content

Commit

Permalink
Fix incorrect path in compiling xformers
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieLau authored Nov 25, 2022
1 parent a436738 commit ef2b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cd xformers
git submodule update --init --recursive
pip install -r requirements.txt
pip install -e .
cd ../stable-diffusion
cd ../stablediffusion
```
Upon successful installation, the code will automatically default to [memory efficient attention](https://github.com/facebookresearch/xformers)
for the self- and cross-attention layers in the U-Net and autoencoder.
Expand Down

0 comments on commit ef2b0ce

Please sign in to comment.