Merge pull request #39 from CookieLau/patch-1

Fix incorrect path in compiling xformers
This commit is contained in:
Robin Rombach
2022-11-25 16:17:26 +01:00
committed by GitHub

View File

@@ -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.