Update requirements.txt
Browse files- requirements.txt +24 -7
requirements.txt
CHANGED
@@ -1,10 +1,27 @@
|
|
1 |
-
|
2 |
-
huggingface-hub
|
3 |
diffusers
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
segment-anything
|
8 |
-
torch
|
9 |
numpy
|
|
|
|
|
10 |
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
addict
|
|
|
2 |
diffusers
|
3 |
+
gradio
|
4 |
+
huggingface_hub
|
5 |
+
matplotlib
|
|
|
|
|
6 |
numpy
|
7 |
+
onnxruntime
|
8 |
+
opencv_python
|
9 |
Pillow
|
10 |
+
pycocotools
|
11 |
+
PyYAML
|
12 |
+
requests
|
13 |
+
setuptools
|
14 |
+
supervision
|
15 |
+
termcolor
|
16 |
+
timm
|
17 |
+
torch
|
18 |
+
torchvision
|
19 |
+
transformers
|
20 |
+
yapf
|
21 |
+
nltk
|
22 |
+
fairscale
|
23 |
+
litellm
|
24 |
+
# kolors-
|
25 |
+
accelerate==0.27.2
|
26 |
+
invisible_watermark==0.2.0
|
27 |
+
sentencepiece==0.1.99
|