Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
comfyui-frontend-package==1.20.5
|
2 |
+
comfyui-workflow-templates==0.1.18
|
3 |
+
torch
|
4 |
+
torchsde
|
5 |
+
torchvision
|
6 |
+
torchaudio
|
7 |
+
numpy>=1.25.0
|
8 |
+
einops
|
9 |
+
transformers>=4.28.1
|
10 |
+
tokenizers>=0.13.3
|
11 |
+
sentencepiece
|
12 |
+
safetensors>=0.4.2
|
13 |
+
aiohttp>=3.11.8
|
14 |
+
yarl>=1.18.0
|
15 |
+
pyyaml
|
16 |
+
Pillow
|
17 |
+
scipy
|
18 |
+
tqdm
|
19 |
+
psutil
|
20 |
+
|
21 |
+
#non essential dependencies:
|
22 |
+
kornia>=0.7.1
|
23 |
+
spandrel
|
24 |
+
soundfile
|
25 |
+
av>=14.2.0
|
26 |
+
pydantic~=2.0
|
27 |
+
opencv-python>=4.8.0
|
28 |
+
scikit-image==0.25.2
|
29 |
+
gradio>=5.0.0
|
30 |
+
gradio[mcp]
|
31 |
+
matplotlib>=3.7.0
|