Spaces:
Runtime error
Runtime error
update readme
Browse files
README.md
CHANGED
@@ -129,7 +129,7 @@ At the time of writing, the Hugging Face `diffusers` library is geared towards i
|
|
129 |
|
130 |
#### Install dependencies to train with Stable Diffusion
|
131 |
```
|
132 |
-
pip install omegaconf
|
133 |
pip install -e git+https://github.com/CompVis/stable-diffusion.git@main#egg=latent-diffusion
|
134 |
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
135 |
```
|
|
|
129 |
|
130 |
#### Install dependencies to train with Stable Diffusion
|
131 |
```
|
132 |
+
pip install omegaconf pytorch_lightning
|
133 |
pip install -e git+https://github.com/CompVis/stable-diffusion.git@main#egg=latent-diffusion
|
134 |
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
135 |
```
|