Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
av==13.1.0
|
2 |
+
certifi==2024.8.30
|
3 |
+
charset-normalizer==3.4.0
|
4 |
+
diffusers==0.31.0
|
5 |
+
einops==0.8.0
|
6 |
+
filelock==3.13.1
|
7 |
+
fsspec==2024.2.0
|
8 |
+
huggingface-hub==0.26.2
|
9 |
+
idna==3.10
|
10 |
+
importlib_metadata==8.5.0
|
11 |
+
Jinja2==3.1.3
|
12 |
+
MarkupSafe==2.1.5
|
13 |
+
mpmath==1.3.0
|
14 |
+
networkx==3.2.1
|
15 |
+
numpy==1.26.3
|
16 |
+
packaging==24.1
|
17 |
+
pillow==10.2.0
|
18 |
+
PyYAML==6.0.2
|
19 |
+
regex==2024.9.11
|
20 |
+
requests==2.32.3
|
21 |
+
safetensors==0.4.5
|
22 |
+
sympy==1.13.1
|
23 |
+
timm==1.0.11
|
24 |
+
torch==2.5.1
|
25 |
+
torchaudio==2.5.1
|
26 |
+
torchvision==0.20.1
|
27 |
+
tqdm==4.66.6
|
28 |
+
triton==3.1.0
|
29 |
+
typing_extensions==4.9.0
|
30 |
+
urllib3==2.2.3
|
31 |
+
zipp==3.20.2
|