mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 07:34:58 +00:00
Merge pull request #39 from CookieLau/patch-1
Fix incorrect path in compiling xformers
This commit is contained in:
commit
47b6b607fd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue