Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
@@ -1,11 +1,22 @@
|
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
torchvision
|
4 |
opencv-python
|
5 |
numpy
|
6 |
Pillow
|
7 |
-
|
8 |
-
|
9 |
transformers
|
|
|
|
|
|
|
10 |
segment-anything
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core
|
2 |
gradio
|
3 |
torch
|
4 |
torchvision
|
5 |
opencv-python
|
6 |
numpy
|
7 |
Pillow
|
8 |
+
|
9 |
+
# Hugging Face / Diffusion
|
10 |
transformers
|
11 |
+
diffusers
|
12 |
+
|
13 |
+
# SAM & GroundingDINO dependencies
|
14 |
segment-anything
|
15 |
+
supervision
|
16 |
+
addict
|
17 |
+
yapf
|
18 |
+
timm
|
19 |
+
pycocotools
|
20 |
+
yacs
|
21 |
+
matplotlib
|
22 |
+
scipy
|