Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torchvision
|
2 |
+
torchaudio
|
3 |
+
aiohttp>=3.11.8
|
4 |
+
alembic
|
5 |
+
av>=14.2.0
|
6 |
+
black
|
7 |
+
chardet
|
8 |
+
color-matcher
|
9 |
+
comfyui-embedded-docs==0.2.6
|
10 |
+
comfyui-frontend-package==1.25.11
|
11 |
+
comfyui-workflow-templates==0.1.70
|
12 |
+
einops
|
13 |
+
gguf>=0.13.0
|
14 |
+
GitPython
|
15 |
+
matplotlib
|
16 |
+
matrix-nio
|
17 |
+
mss
|
18 |
+
numpy>=1.25.0
|
19 |
+
opencv-python
|
20 |
+
pillow>=10.3.0
|
21 |
+
protobuf
|
22 |
+
psutil
|
23 |
+
PyGithub
|
24 |
+
pyyaml
|
25 |
+
rich
|
26 |
+
safetensors>=0.4.2
|
27 |
+
scipy
|
28 |
+
sentencepiece
|
29 |
+
SQLAlchemy
|
30 |
+
tokenizers>=0.13.3
|
31 |
+
toml
|
32 |
+
torchsde
|
33 |
+
tqdm
|
34 |
+
transformers>=4.37.2
|
35 |
+
typer
|
36 |
+
typing-extensions
|
37 |
+
uv
|
38 |
+
yarl>=1.18.0
|