Spaces:
Running
on
L40S
Running
on
L40S
Update requirements.txt
Browse files- requirements.txt +196 -3
requirements.txt
CHANGED
@@ -1,26 +1,219 @@
|
|
1 |
torch==2.1.0
|
2 |
torchvision==0.16.0
|
3 |
torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
|
4 |
-
diffusers==0.27.2
|
5 |
-
einops==0.8.0
|
6 |
gradio==5.7.1
|
7 |
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
imageio==2.36.0
|
9 |
imageio-ffmpeg==0.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
kornia==0.7.4
|
11 |
kornia_rs==0.1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
mediapipe==0.10.18
|
|
|
13 |
moviepy==1.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
omegaconf==2.3.0
|
|
|
|
|
15 |
open3d==0.18.0
|
16 |
opencv-contrib-python==4.10.0.84
|
17 |
opencv-python==4.10.0.84
|
18 |
opencv-python-headless==4.10.0.84
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
peft==0.13.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
rembg==2.0.59
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
transformers==4.46.2
|
22 |
trimesh==4.5.2
|
23 |
triton==2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
xformers==0.0.22.post7
|
|
|
25 |
yacs==0.1.8
|
26 |
-
|
|
|
|
1 |
torch==2.1.0
|
2 |
torchvision==0.16.0
|
3 |
torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
|
4 |
gradio==5.7.1
|
5 |
huggingface_hub==0.25.2
|
6 |
+
absl-py==2.1.0
|
7 |
+
accelerate==1.1.1
|
8 |
+
addict==2.4.0
|
9 |
+
aiofiles==23.2.1
|
10 |
+
aiohappyeyeballs==2.4.3
|
11 |
+
aiohttp==3.11.2
|
12 |
+
aiosignal==1.3.1
|
13 |
+
annotated-types==0.7.0
|
14 |
+
antlr4-python3-runtime==4.9.3
|
15 |
+
anyio==4.6.2.post1
|
16 |
+
asttokens==2.4.1
|
17 |
+
async-timeout==5.0.1
|
18 |
+
attrs==24.2.0
|
19 |
+
blinker==1.9.0
|
20 |
+
certifi==2022.12.7
|
21 |
+
cffi==1.17.1
|
22 |
+
charset-normalizer==2.1.1
|
23 |
+
click==8.1.7
|
24 |
+
colorama==0.4.6
|
25 |
+
coloredlogs==15.0.1
|
26 |
+
comm==0.2.2
|
27 |
+
ConfigArgParse==1.7
|
28 |
+
contourpy==1.3.1
|
29 |
+
cycler==0.12.1
|
30 |
+
dash==2.18.2
|
31 |
+
dash-core-components==2.0.0
|
32 |
+
dash-html-components==2.0.0
|
33 |
+
dash-table==5.0.0
|
34 |
+
dataclasses-json==0.6.7
|
35 |
+
datasets==3.1.0
|
36 |
+
decorator==4.4.2
|
37 |
+
Deprecated==1.2.15
|
38 |
+
diffusers==0.27.2
|
39 |
+
dill==0.3.8
|
40 |
+
docker-pycreds==0.4.0
|
41 |
+
einops==0.8.0
|
42 |
+
entrypoints==0.4
|
43 |
+
exceptiongroup==1.2.2
|
44 |
+
executing==2.1.0
|
45 |
+
fastapi==0.115.5
|
46 |
+
fastjsonschema==2.21.0
|
47 |
+
ffmpy==0.4.0
|
48 |
+
filelock==3.13.1
|
49 |
+
fire==0.7.0
|
50 |
+
Flask==3.0.3
|
51 |
+
flatbuffers==24.3.25
|
52 |
+
fonttools==4.55.0
|
53 |
+
frozenlist==1.5.0
|
54 |
+
fsspec==2024.2.0
|
55 |
+
gitdb==4.0.11
|
56 |
+
GitPython==3.1.43
|
57 |
+
h11==0.14.0
|
58 |
+
httpcore==1.0.7
|
59 |
+
httpx==0.27.2
|
60 |
+
humanfriendly==10.0
|
61 |
+
icecream==2.1.3
|
62 |
+
idna==3.4
|
63 |
imageio==2.36.0
|
64 |
imageio-ffmpeg==0.5.1
|
65 |
+
importlib_metadata==8.5.0
|
66 |
+
iopath==0.1.10
|
67 |
+
ipycanvas==0.13.3
|
68 |
+
ipyevents==2.0.2
|
69 |
+
ipython==8.30.0
|
70 |
+
ipywidgets==8.1.5
|
71 |
+
itsdangerous==2.2.0
|
72 |
+
jax==0.4.35
|
73 |
+
jaxlib==0.4.35
|
74 |
+
jaxtyping==0.2.34
|
75 |
+
jedi==0.19.2
|
76 |
+
Jinja2==3.1.3
|
77 |
+
joblib==1.4.2
|
78 |
+
jsonschema==4.23.0
|
79 |
+
jsonschema-specifications==2024.10.1
|
80 |
+
jupyter_client==7.4.9
|
81 |
+
jupyter_core==5.7.2
|
82 |
+
jupyterlab_widgets==3.0.13
|
83 |
+
kaolin==0.17.0
|
84 |
+
kiwisolver==1.4.7
|
85 |
kornia==0.7.4
|
86 |
kornia_rs==0.1.7
|
87 |
+
lazy_loader==0.4
|
88 |
+
llvmlite==0.43.0
|
89 |
+
markdown-it-py==3.0.0
|
90 |
+
MarkupSafe==2.1.5
|
91 |
+
marshmallow==3.23.1
|
92 |
+
matplotlib==3.9.2
|
93 |
+
matplotlib-inline==0.1.7
|
94 |
+
mdurl==0.1.2
|
95 |
mediapipe==0.10.18
|
96 |
+
ml_dtypes==0.5.0
|
97 |
moviepy==1.0.3
|
98 |
+
mpmath==1.3.0
|
99 |
+
multidict==6.1.0
|
100 |
+
multiprocess==0.70.16
|
101 |
+
mypy-extensions==1.0.0
|
102 |
+
nbformat==5.10.4
|
103 |
+
nest-asyncio==1.6.0
|
104 |
+
networkx==3.2.1
|
105 |
+
numba==0.60.0
|
106 |
+
numpy==1.26.3
|
107 |
+
git+https://github.com/NVlabs/nvdiffrast.git@729261dc64c4241ea36efda84fbf532cc8b425b8
|
108 |
+
nvidia-cuda-runtime-cu12==12.6.77
|
109 |
+
nvidia-pyindex==1.0.9
|
110 |
+
nvidia-tensorrt==99.0.0
|
111 |
omegaconf==2.3.0
|
112 |
+
onnxruntime==1.20.0
|
113 |
+
onnxruntime-gpu==1.20.0
|
114 |
open3d==0.18.0
|
115 |
opencv-contrib-python==4.10.0.84
|
116 |
opencv-python==4.10.0.84
|
117 |
opencv-python-headless==4.10.0.84
|
118 |
+
opt_einsum==3.4.0
|
119 |
+
orjson==3.10.11
|
120 |
+
ort-nightly-gpu==1.15.0.dev20230502003
|
121 |
+
packaging==24.2
|
122 |
+
pandas==2.2.3
|
123 |
+
parso==0.8.4
|
124 |
peft==0.13.2
|
125 |
+
pexpect==4.9.0
|
126 |
+
pillow==10.2.0
|
127 |
+
platformdirs==4.3.6
|
128 |
+
plotly==5.24.1
|
129 |
+
pooch==1.8.2
|
130 |
+
portalocker==2.10.1
|
131 |
+
proglog==0.1.10
|
132 |
+
prompt_toolkit==3.0.48
|
133 |
+
propcache==0.2.0
|
134 |
+
protobuf==4.25.5
|
135 |
+
psutil==5.9.8
|
136 |
+
ptyprocess==0.7.0
|
137 |
+
pure_eval==0.2.3
|
138 |
+
pyarrow==18.0.0
|
139 |
+
pybind11==2.13.6
|
140 |
+
pycparser==2.22
|
141 |
+
pydantic==2.9.2
|
142 |
+
pydantic_core==2.23.4
|
143 |
+
pydub==0.25.1
|
144 |
+
pygltflib==1.16.2
|
145 |
+
Pygments==2.18.0
|
146 |
+
PyMatting==1.1.13
|
147 |
+
pymeshlab==2023.12.post2
|
148 |
+
pyparsing==3.2.0
|
149 |
+
pyquaternion==0.9.9
|
150 |
+
python-dateutil==2.9.0.post0
|
151 |
+
python-dotenv==1.0.1
|
152 |
+
python-multipart==0.0.12
|
153 |
+
# pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@75ebeeaea0908c5527e7b1e305fbc7681382db47
|
154 |
+
pytz==2024.2
|
155 |
+
PyYAML==6.0.2
|
156 |
+
pyzmq==26.2.0
|
157 |
+
referencing==0.35.1
|
158 |
+
regex==2024.11.6
|
159 |
rembg==2.0.59
|
160 |
+
requests==2.32.3
|
161 |
+
retrying==1.3.4
|
162 |
+
rich==13.9.4
|
163 |
+
rpds-py==0.21.0
|
164 |
+
ruff==0.7.4
|
165 |
+
safehttpx==0.1.1
|
166 |
+
safetensors==0.4.5
|
167 |
+
scikit-image==0.24.0
|
168 |
+
scikit-learn==1.5.2
|
169 |
+
scipy==1.14.1
|
170 |
+
semantic-version==2.10.0
|
171 |
+
sentencepiece==0.2.0
|
172 |
+
sentry-sdk==2.18.0
|
173 |
+
setproctitle==1.3.4
|
174 |
+
shellingham==1.5.4
|
175 |
+
six==1.16.0
|
176 |
+
smmap==5.0.1
|
177 |
+
sniffio==1.3.1
|
178 |
+
sounddevice==0.5.1
|
179 |
+
spaces==0.30.4
|
180 |
+
stack-data==0.6.3
|
181 |
+
starlette==0.41.2
|
182 |
+
sympy==1.13.1
|
183 |
+
tenacity==9.0.0
|
184 |
+
tensorrt==10.6.0
|
185 |
+
tensorrt-cu12==10.6.0
|
186 |
+
tensorrt-cu12-bindings==10.6.0
|
187 |
+
tensorrt-cu12-libs==10.6.0
|
188 |
+
termcolor==2.5.0
|
189 |
+
threadpoolctl==3.5.0
|
190 |
+
tifffile==2024.9.20
|
191 |
+
tokenizers==0.20.3
|
192 |
+
tomlkit==0.12.0
|
193 |
+
torch_scatter==2.1.2
|
194 |
+
tornado==6.4.2
|
195 |
+
tqdm==4.67.0
|
196 |
+
traitlets==5.14.3
|
197 |
transformers==4.46.2
|
198 |
trimesh==4.5.2
|
199 |
triton==2.1.0
|
200 |
+
typeguard==2.13.3
|
201 |
+
typer==0.13.0
|
202 |
+
typing-inspect==0.9.0
|
203 |
+
typing_extensions==4.9.0
|
204 |
+
tzdata==2024.2
|
205 |
+
urllib3==1.26.13
|
206 |
+
usd-core==24.11
|
207 |
+
uvicorn==0.32.0
|
208 |
+
wandb==0.18.7
|
209 |
+
warp-lang==1.4.2
|
210 |
+
wcwidth==0.2.13
|
211 |
+
websockets==12.0
|
212 |
+
Werkzeug==3.0.6
|
213 |
+
widgetsnbextension==4.0.13
|
214 |
+
wrapt==1.16.0
|
215 |
xformers==0.0.22.post7
|
216 |
+
xxhash==3.5.0
|
217 |
yacs==0.1.8
|
218 |
+
yarl==1.17.1
|
219 |
+
zipp==3.21.0
|