teticio commited on
Commit
b03d24b
1 Parent(s): 01c4a98

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```