Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -4,9 +4,10 @@ torch
|
|
4 |
torchvision
|
5 |
pathlib
|
6 |
matplotlib
|
7 |
-
opencv-python
|
8 |
scipy
|
9 |
imageio
|
10 |
-
|
11 |
transformers
|
12 |
-
|
|
|
|
4 |
torchvision
|
5 |
pathlib
|
6 |
matplotlib
|
7 |
+
opencv-contrib-python
|
8 |
scipy
|
9 |
imageio
|
10 |
+
git+https://github.com/huggingface/diffusers.git
|
11 |
transformers
|
12 |
+
git+https://github.com/huggingface/accelerate
|
13 |
+
xformers==0.0.16
|