Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
# Core dependencies
|
2 |
-
numpy
|
3 |
-
scipy
|
4 |
-
pillow
|
5 |
tqdm
|
|
|
6 |
|
7 |
-
#
|
8 |
-
torch
|
9 |
torchvision
|
10 |
accelerate
|
11 |
diffusers
|
12 |
transformers
|
13 |
xformers
|
14 |
|
15 |
-
#
|
16 |
future
|
17 |
fvcore>=0.1.5
|
18 |
iopath>=0.1.7
|
@@ -23,8 +24,7 @@ yacs>=0.1.8
|
|
23 |
tabulate
|
24 |
pycocotools>=2.0.2
|
25 |
termcolor>=1.1
|
26 |
-
git+https://github.com/facebookresearch/[email protected]
|
27 |
-
git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
|
28 |
|
29 |
# Image Processing
|
30 |
opencv-python
|
@@ -49,6 +49,4 @@ fal-client
|
|
49 |
|
50 |
# Additional utilities
|
51 |
PyYAML
|
52 |
-
|
53 |
-
# Custom nodes extra dependencies
|
54 |
blend_modes
|
|
|
1 |
# Core dependencies
|
2 |
+
numpy==1.25.0
|
3 |
+
scipy>=1.11.0
|
4 |
+
pillow>=9.5.0
|
5 |
tqdm
|
6 |
+
psutil
|
7 |
|
8 |
+
# PyTorch ecosystem
|
9 |
+
torch==2.4.0 # Match your current installation
|
10 |
torchvision
|
11 |
accelerate
|
12 |
diffusers
|
13 |
transformers
|
14 |
xformers
|
15 |
|
16 |
+
# detectron2 and densepose (single installation)
|
17 |
future
|
18 |
fvcore>=0.1.5
|
19 |
iopath>=0.1.7
|
|
|
24 |
tabulate
|
25 |
pycocotools>=2.0.2
|
26 |
termcolor>=1.1
|
27 |
+
git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose # Only keep this one
|
|
|
28 |
|
29 |
# Image Processing
|
30 |
opencv-python
|
|
|
49 |
|
50 |
# Additional utilities
|
51 |
PyYAML
|
|
|
|
|
52 |
blend_modes
|