Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ 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
|
@@ -24,7 +25,7 @@ yacs>=0.1.8
|
|
24 |
tabulate
|
25 |
pycocotools>=2.0.2
|
26 |
termcolor>=1.1
|
27 |
-
git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
|
28 |
|
29 |
# Image Processing
|
30 |
opencv-python
|
@@ -50,3 +51,4 @@ fal-client
|
|
50 |
# Additional utilities
|
51 |
PyYAML
|
52 |
blend_modes
|
|
|
|
4 |
pillow>=9.5.0
|
5 |
tqdm
|
6 |
psutil
|
7 |
+
einops # Added this - required by ComfyUI
|
8 |
|
9 |
# PyTorch ecosystem
|
10 |
torch==2.4.0 # Match your current installation
|
|
|
25 |
tabulate
|
26 |
pycocotools>=2.0.2
|
27 |
termcolor>=1.1
|
28 |
+
git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
|
29 |
|
30 |
# Image Processing
|
31 |
opencv-python
|
|
|
51 |
# Additional utilities
|
52 |
PyYAML
|
53 |
blend_modes
|
54 |
+
|