Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -5,5 +5,7 @@ torchvision
|
|
5 |
tqdm
|
6 |
diffusers
|
7 |
Pillow
|
|
|
|
|
8 |
git+https://github.com/openai/CLIP.git
|
9 |
git+https://github.com/apapiu/transformer_latent_diffusion.git
|
|
|
5 |
tqdm
|
6 |
diffusers
|
7 |
Pillow
|
8 |
+
accelerate
|
9 |
+
transformers
|
10 |
git+https://github.com/openai/CLIP.git
|
11 |
git+https://github.com/apapiu/transformer_latent_diffusion.git
|