Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,11 +1,3 @@
|
|
1 |
-
git+https://github.com/huggingface/diffusers.git
|
2 |
-
transformers
|
3 |
-
accelerate
|
4 |
-
ftfy
|
5 |
-
numpy
|
6 |
-
matplotlib
|
7 |
-
uuid
|
8 |
-
opencv-python
|
9 |
dashscope
|
10 |
sympy
|
11 |
Pillow==9.5.0
|
@@ -15,9 +7,16 @@ omegaconf
|
|
15 |
sentencepiece
|
16 |
easydict
|
17 |
scikit-image
|
18 |
-
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
|
19 |
-
torch==2.1.1
|
20 |
-
torchaudio==2.1.1+cu118
|
21 |
-
torchvision==0.16.1+cu118
|
22 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
|
|
23 |
oss2==2.17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
dashscope
|
2 |
sympy
|
3 |
Pillow==9.5.0
|
|
|
7 |
sentencepiece
|
8 |
easydict
|
9 |
scikit-image
|
|
|
|
|
|
|
|
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
11 |
+
torch
|
12 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
13 |
+
torchvision
|
14 |
oss2==2.17.0
|
15 |
+
git+https://github.com/huggingface/diffusers.git
|
16 |
+
transformers
|
17 |
+
accelerate
|
18 |
+
ftfy
|
19 |
+
numpy
|
20 |
+
matplotlib
|
21 |
+
uuid
|
22 |
+
opencv-python
|