Spaces:
Runtime error
Runtime error
Commit
·
bcf7e35
1
Parent(s):
4be7ef1
Update requirements.txt
Browse files- requirements.txt +4 -15
requirements.txt
CHANGED
@@ -1,19 +1,8 @@
|
|
1 |
-
torchvision==0.13.1
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
-
opencv-contrib-python==4.3.0.36
|
4 |
-
pytorch-lightning==1.5.0
|
5 |
-
einops==0.3.0
|
6 |
-
open_clip_torch==2.0.2
|
7 |
-
omegaconf==2.1.1
|
8 |
-
transformers==4.19.2
|
9 |
-
timm==0.6.12
|
10 |
-
addict==2.4.0
|
11 |
-
yapf==0.32.0
|
12 |
-
xformers
|
13 |
-
triton
|
14 |
-
scipy
|
15 |
-
scikit-image
|
16 |
git+https://github.com/huggingface/diffusers.git
|
|
|
17 |
git+https://github.com/huggingface/accelerate
|
|
|
18 |
numpy
|
19 |
-
controlnet_aux
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
+
transformers
|
4 |
git+https://github.com/huggingface/accelerate
|
5 |
+
torch==1.13.1
|
6 |
numpy
|
7 |
+
controlnet_aux
|
8 |
+
xformers==0.0.16
|