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