mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
Update commandline example filename
This commit is contained in:
parent
05096d4c51
commit
b46852b3c7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Dependencies for the runtime apps are kept in a separate `requirements-app.txt`
|
||||||
# Pip
|
# Pip
|
||||||
pip install -r requirements-app.txt
|
pip install -r requirements-app.txt
|
||||||
# or Conda
|
# or Conda
|
||||||
conda install --file requirements.txt
|
conda install --file requirements-app.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
#### xformers efficient attention
|
#### xformers efficient attention
|
||||||
|
|
Loading…
Reference in a new issue