Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
comfyui-frontend-package==1.
|
| 2 |
-
comfyui-workflow-templates==0.
|
| 3 |
-
comfyui-embedded-docs==0.4.
|
| 4 |
-
torch
|
| 5 |
torchsde
|
| 6 |
torchvision
|
| 7 |
torchaudio
|
|
@@ -20,21 +20,25 @@ tqdm
|
|
| 20 |
psutil
|
| 21 |
alembic
|
| 22 |
SQLAlchemy
|
|
|
|
| 23 |
av>=14.2.0
|
| 24 |
-
comfy-kitchen>=0.2.
|
| 25 |
-
comfy-aimdo>=0.
|
| 26 |
requests
|
|
|
|
|
|
|
| 27 |
|
| 28 |
#non essential dependencies:
|
| 29 |
kornia>=0.7.1
|
| 30 |
spandrel
|
| 31 |
pydantic~=2.0
|
| 32 |
pydantic-settings~=2.0
|
|
|
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
addict
|
| 36 |
albumentations
|
| 37 |
-
filelock
|
| 38 |
ftfy
|
| 39 |
fvcore
|
| 40 |
huggingface-hub
|
|
@@ -46,13 +50,11 @@ ninja
|
|
| 46 |
omegaconf
|
| 47 |
opencv-python>=4.7.0.72
|
| 48 |
python-dateutil
|
| 49 |
-
requests
|
| 50 |
scikit-image
|
| 51 |
scikit-learn
|
| 52 |
soundfile
|
| 53 |
spaces
|
| 54 |
svglib
|
| 55 |
-
torchsde
|
| 56 |
trimesh[easy]
|
| 57 |
yacs
|
| 58 |
yapf
|
|
|
|
| 1 |
+
comfyui-frontend-package==1.41.20
|
| 2 |
+
comfyui-workflow-templates==0.9.21
|
| 3 |
+
comfyui-embedded-docs==0.4.3
|
| 4 |
+
torch
|
| 5 |
torchsde
|
| 6 |
torchvision
|
| 7 |
torchaudio
|
|
|
|
| 20 |
psutil
|
| 21 |
alembic
|
| 22 |
SQLAlchemy
|
| 23 |
+
filelock
|
| 24 |
av>=14.2.0
|
| 25 |
+
comfy-kitchen>=0.2.8
|
| 26 |
+
comfy-aimdo>=0.2.12
|
| 27 |
requests
|
| 28 |
+
simpleeval>=1.0.0
|
| 29 |
+
blake3
|
| 30 |
|
| 31 |
#non essential dependencies:
|
| 32 |
kornia>=0.7.1
|
| 33 |
spandrel
|
| 34 |
pydantic~=2.0
|
| 35 |
pydantic-settings~=2.0
|
| 36 |
+
PyOpenGL
|
| 37 |
+
glfw
|
| 38 |
|
| 39 |
|
| 40 |
addict
|
| 41 |
albumentations
|
|
|
|
| 42 |
ftfy
|
| 43 |
fvcore
|
| 44 |
huggingface-hub
|
|
|
|
| 50 |
omegaconf
|
| 51 |
opencv-python>=4.7.0.72
|
| 52 |
python-dateutil
|
|
|
|
| 53 |
scikit-image
|
| 54 |
scikit-learn
|
| 55 |
soundfile
|
| 56 |
spaces
|
| 57 |
svglib
|
|
|
|
| 58 |
trimesh[easy]
|
| 59 |
yacs
|
| 60 |
yapf
|