Fix incorrect path in compiling xformers

This commit is contained in:
cookielau 2022-11-25 12:06:10 +08:00 committed by GitHub
parent a436738fc3
commit ef2b0ce8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ cd xformers
git submodule update --init --recursive git submodule update --init --recursive
pip install -r requirements.txt pip install -r requirements.txt
pip install -e . 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) 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. for the self- and cross-attention layers in the U-Net and autoencoder.