Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -5
requirements.txt
CHANGED
@@ -1,17 +1,28 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
|
3 |
-
|
4 |
-
torchvision==0.11.1+cpu
|
5 |
diffusers
|
6 |
transformers
|
7 |
ftfy
|
8 |
numpy
|
9 |
matplotlib
|
10 |
uuid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
git+https://github.com/huggingface/diffusers
|
12 |
imageio
|
13 |
opencv-python
|
14 |
-
huggingface_hub
|
15 |
git+https://github.com/openai/CLIP.git
|
16 |
onnxruntime-gpu
|
17 |
#zipfile -e clipseg-master.zip clipseg/
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchvision
|
|
|
4 |
diffusers
|
5 |
transformers
|
6 |
ftfy
|
7 |
numpy
|
8 |
matplotlib
|
9 |
uuid
|
10 |
+
opencv-python
|
11 |
+
git+https://github.com/openai/CLIP.git
|
12 |
+
#--extra-index-url https://download.pytorch.org/whl/cu113
|
13 |
+
#--find-links https://download.pytorch.org/whl/torch_stable.html
|
14 |
+
#torch==1.10.0+cpu
|
15 |
+
#torchvision==0.11.1+cpu
|
16 |
+
#diffusers
|
17 |
+
#transformers
|
18 |
+
#ftfy
|
19 |
+
#numpy
|
20 |
+
#matplotlib
|
21 |
+
#uuid
|
22 |
git+https://github.com/huggingface/diffusers
|
23 |
imageio
|
24 |
opencv-python
|
25 |
+
#huggingface_hub
|
26 |
git+https://github.com/openai/CLIP.git
|
27 |
onnxruntime-gpu
|
28 |
#zipfile -e clipseg-master.zip clipseg/
|