Update README.md

pull/16/head
deforum 2022-10-11 16:57:02 -07:00 committed by GitHub
parent 9becac885e
commit b342da4e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ conda install xformers -c xformers/label/dev -y
```
```
mv src/ldm/models/attention.py src/ldm/modules/attention_backup.py
mv src/ldm/modules/attention_xformers.py src/ldm/models/attention.py
mv src/ldm/modules/attention.py src/ldm/modules/attention_backup.py
mv src/ldm/modules/attention_xformers.py src/ldm/modules/attention.py
```