Spaces:
Running
on
Zero
Running
on
Zero
?req
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
torch==2.4.0
|
2 |
torchvision
|
3 |
opencv-python
|
4 |
-
gradio==4.42.0
|
5 |
-
pydantic==2.7.3
|
6 |
decord==0.6.0
|
7 |
diffusers==0.30.2
|
8 |
transformers==4.44.2
|
@@ -11,10 +9,10 @@ accelerate==0.30.1
|
|
11 |
hydra-core==1.3.2
|
12 |
iopath==0.1.10
|
13 |
pillow==9.4.0
|
14 |
-
lisa @ git+https://github.com/huzeyann/LISA.git@d56f146
|
15 |
SAM-2 @ git+https://github.com/huzeyann/segment-anything-2.git@16fb41c
|
16 |
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@6fdee8f
|
17 |
mobile-sam @ git+https://github.com/ChaoningZhang/MobileSAM.git@c12dd83
|
|
|
18 |
timm==0.9.2
|
19 |
open-clip-torch==2.20.0
|
20 |
ncut-pytorch>=1.3.13
|
|
|
1 |
torch==2.4.0
|
2 |
torchvision
|
3 |
opencv-python
|
|
|
|
|
4 |
decord==0.6.0
|
5 |
diffusers==0.30.2
|
6 |
transformers==4.44.2
|
|
|
9 |
hydra-core==1.3.2
|
10 |
iopath==0.1.10
|
11 |
pillow==9.4.0
|
|
|
12 |
SAM-2 @ git+https://github.com/huzeyann/segment-anything-2.git@16fb41c
|
13 |
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@6fdee8f
|
14 |
mobile-sam @ git+https://github.com/ChaoningZhang/MobileSAM.git@c12dd83
|
15 |
+
lisa @ git+https://github.com/huzeyann/LISA.git@d56f146
|
16 |
timm==0.9.2
|
17 |
open-clip-torch==2.20.0
|
18 |
ncut-pytorch>=1.3.13
|