Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- requirements.txt +16 -89
requirements.txt
CHANGED
@@ -1,89 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
einops
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
flask-cors==6.0.1
|
18 |
-
fsspec==2025.7.0
|
19 |
-
gradio==5.43.1
|
20 |
-
gradio_client==1.12.1
|
21 |
-
groovy==0.1.2
|
22 |
-
h11==0.16.0
|
23 |
-
hf-xet==1.1.8
|
24 |
-
httpcore==1.0.9
|
25 |
-
httpx==0.28.1
|
26 |
-
httpx-ws==0.7.2
|
27 |
-
huggingface-hub==0.34.4
|
28 |
-
idna==3.10
|
29 |
-
imageio==2.37.0
|
30 |
-
imageio-ffmpeg==0.6.0
|
31 |
-
importlib_metadata==8.7.0
|
32 |
-
itsdangerous==2.2.0
|
33 |
-
Jinja2==3.1.6
|
34 |
-
lmstudio==1.4.1
|
35 |
-
ltx-video==0.1.2
|
36 |
-
markdown-it-py==4.0.0
|
37 |
-
MarkupSafe==3.0.2
|
38 |
-
mdurl==0.1.2
|
39 |
-
moviepy==2.2.1
|
40 |
-
mpmath==1.3.0
|
41 |
-
msgspec==0.19.0
|
42 |
-
networkx==3.5
|
43 |
-
numpy==2.3.2
|
44 |
-
orjson==3.11.2
|
45 |
-
packaging==25.0
|
46 |
-
pandas==2.3.1
|
47 |
-
pillow==11.3.0
|
48 |
-
proglog==0.1.12
|
49 |
-
pydantic==2.11.7
|
50 |
-
pydantic_core==2.33.2
|
51 |
-
pydub==0.25.1
|
52 |
-
Pygments==2.19.2
|
53 |
-
python-dateutil==2.9.0.post0
|
54 |
-
python-dotenv==1.1.1
|
55 |
-
python-multipart==0.0.20
|
56 |
-
pytz==2025.2
|
57 |
-
PyYAML==6.0.2
|
58 |
-
regex==2025.7.34
|
59 |
-
requests==2.32.5
|
60 |
-
rich==14.1.0
|
61 |
-
ruff==0.12.9
|
62 |
-
safehttpx==0.1.6
|
63 |
-
safetensors==0.6.2
|
64 |
-
scipy==1.16.1
|
65 |
-
semantic-version==2.10.0
|
66 |
-
sentencepiece==0.2.1
|
67 |
-
setuptools==80.9.0
|
68 |
-
shellingham==1.5.4
|
69 |
-
six==1.17.0
|
70 |
-
sniffio==1.3.1
|
71 |
-
starlette==0.47.2
|
72 |
-
sympy==1.14.0
|
73 |
-
timm==1.0.19
|
74 |
-
tokenizers==0.21.4
|
75 |
-
tomlkit==0.13.3
|
76 |
-
torch==2.8.0
|
77 |
-
torchvision==0.23.0
|
78 |
-
tqdm==4.67.1
|
79 |
-
transformers==4.51.3
|
80 |
-
typer==0.16.1
|
81 |
-
typing-inspection==0.4.1
|
82 |
-
typing_extensions==4.14.1
|
83 |
-
tzdata==2025.2
|
84 |
-
urllib3==2.5.0
|
85 |
-
uvicorn==0.35.0
|
86 |
-
websockets==15.0.1
|
87 |
-
Werkzeug==3.1.3
|
88 |
-
wsproto==1.2.0
|
89 |
-
zipp==3.23.0
|
|
|
1 |
+
accelerate
|
2 |
+
transformers
|
3 |
+
sentencepiece
|
4 |
+
pillow
|
5 |
+
numpy
|
6 |
+
torchvision
|
7 |
+
huggingface_hub
|
8 |
+
spaces
|
9 |
+
opencv-python
|
10 |
+
imageio
|
11 |
+
imageio-ffmpeg
|
12 |
+
einops
|
13 |
+
timm
|
14 |
+
av
|
15 |
+
ltx-video
|
16 |
+
git+https://github.com/huggingface/diffusers.git@main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|