Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -0
- re.txt +22 -0
- requirements.txt +34 -240
- requirements_bk.txt +265 -0
Dockerfile
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
FROM docker.io/library/python:3.10.13@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
|
2 |
+
WORKDIR /home/user/app
|
re.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
torchaudio==2.1.0
|
4 |
+
pytorch-lightning==2.1.2
|
5 |
+
numpy
|
6 |
+
einops
|
7 |
+
omegaconf
|
8 |
+
torchmetrics
|
9 |
+
webdataset
|
10 |
+
accelerate
|
11 |
+
tensorboard
|
12 |
+
PyMCubes
|
13 |
+
trimesh
|
14 |
+
rembg
|
15 |
+
transformers==4.34.1
|
16 |
+
diffusers==0.19.3
|
17 |
+
imageio[ffmpeg]
|
18 |
+
xatlas
|
19 |
+
plyfile
|
20 |
+
xformers==0.0.22.post7
|
21 |
+
huggingface-hub
|
22 |
+
open3d
|
requirements.txt
CHANGED
@@ -1,265 +1,59 @@
|
|
1 |
-
absl-py==1.4.0
|
2 |
accelerate==0.23.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
aiosignal==1.3.1
|
7 |
-
albumentations==0.4.3
|
8 |
-
altair==4.2.2
|
9 |
-
annotated-types==0.5.0
|
10 |
-
ansi2html==1.8.0
|
11 |
-
antlr4-python3-runtime==4.9.3
|
12 |
-
anyio==3.7.1
|
13 |
-
appdirs==1.4.4
|
14 |
-
asttokens==2.2.1
|
15 |
-
async-timeout==4.0.2
|
16 |
-
asyncer==0.0.2
|
17 |
-
attrs==23.1.0
|
18 |
-
backcall==0.2.0
|
19 |
-
blinker==1.6.2
|
20 |
-
braceexpand==0.1.7
|
21 |
-
brotlipy==0.7.0
|
22 |
-
cachetools==5.3.1
|
23 |
carvekit_colab==4.1.2
|
24 |
-
|
25 |
-
colorama==0.4.6
|
26 |
-
coloredlogs==15.0.1
|
27 |
-
comm==0.1.4
|
28 |
-
ConfigArgParse==1.7
|
29 |
-
contourpy==1.1.0
|
30 |
-
cycler==0.11.0
|
31 |
-
dash==2.12.1
|
32 |
-
dash-core-components==2.0.0
|
33 |
-
dash-html-components==2.0.0
|
34 |
-
dash-table==5.0.0
|
35 |
-
dataclasses-json==0.6.1
|
36 |
-
datasets==2.4.0
|
37 |
-
dearpygui==1.10.1
|
38 |
-
decorator==4.4.2
|
39 |
-
Deprecated==1.2.14
|
40 |
-
diffusers==0.19.3
|
41 |
-
dill==0.3.5.1
|
42 |
-
docker-pycreds==0.4.0
|
43 |
-
easydict==1.10
|
44 |
einops==0.3.0
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
executing==2.0.0
|
49 |
-
fastapi==0.100.1
|
50 |
-
fastcore==1.5.29
|
51 |
-
fastjsonschema==2.18.0
|
52 |
-
ffmpy==0.3.1
|
53 |
-
filetype==1.2.0
|
54 |
-
fire==0.4.0
|
55 |
-
Flask==2.2.5
|
56 |
-
flatbuffers==23.5.26
|
57 |
-
fonttools==4.41.1
|
58 |
-
freetype-py==2.4.0
|
59 |
-
frozenlist==1.4.0
|
60 |
-
fsspec==2023.6.0
|
61 |
-
ftfy==6.1.1
|
62 |
-
future==0.18.3
|
63 |
-
gitdb==4.0.10
|
64 |
-
GitPython==3.1.32
|
65 |
-
glfw==2.6.2
|
66 |
-
google-auth==2.22.0
|
67 |
-
google-auth-oauthlib==1.0.0
|
68 |
-
gradio==4.19.2
|
69 |
-
gradio_client==0.10.1
|
70 |
-
grpcio==1.56.2
|
71 |
-
h11==0.14.0
|
72 |
h5py==3.10.0
|
73 |
-
|
74 |
-
httpcore==0.17.3
|
75 |
-
httpx==0.24.1
|
76 |
-
huggingface-hub==0.22.0
|
77 |
-
humanfriendly==10.0
|
78 |
imageio==2.32.0
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
importlib-resources==6.0.0
|
84 |
-
iniconfig==2.0.0
|
85 |
-
inquirerpy==0.3.4
|
86 |
-
ipywidgets==8.1.0
|
87 |
-
itsdangerous==2.1.2
|
88 |
-
jedi==0.18.2
|
89 |
-
joblib==1.3.2
|
90 |
-
jsonpatch==1.33
|
91 |
-
jsonpointer==2.4
|
92 |
-
jsonschema==4.18.4
|
93 |
-
jsonschema-specifications==2023.7.1
|
94 |
-
jupyter_core==5.3.1
|
95 |
-
jupyterlab-widgets==3.0.8
|
96 |
-
kiwisolver==1.4.4
|
97 |
kornia==0.6.0
|
98 |
-
|
99 |
-
libigl==2.4.1
|
100 |
-
lightning-utilities==0.9.0
|
101 |
-
linkify-it-py==2.0.2
|
102 |
-
llvmlite==0.41.1
|
103 |
-
loguru==0.7.0
|
104 |
-
lovely-numpy==0.2.9
|
105 |
-
lovely-tensors==0.1.15
|
106 |
lpips==0.1.4
|
107 |
-
|
108 |
-
markdown-it-py==2.2.0
|
109 |
-
marshmallow==3.20.1
|
110 |
matplotlib==3.7.2
|
111 |
-
matplotlib-inline==0.1.6
|
112 |
-
mdit-py-plugins==0.3.3
|
113 |
-
mdurl==0.1.2
|
114 |
mesh2sdf==1.1.0
|
115 |
-
|
116 |
-
|
117 |
-
modelcards==0.1.6
|
118 |
-
moviepy==1.0.3
|
119 |
-
mpmath==1.2.1
|
120 |
-
multidict==6.0.4
|
121 |
-
multiprocess==0.70.13
|
122 |
-
mypy-extensions==1.0.0
|
123 |
-
nbformat==5.5.0
|
124 |
-
nest-asyncio==1.5.7
|
125 |
-
ninja==1.11.1
|
126 |
-
numba==0.58.1
|
127 |
numpy==1.24.4
|
128 |
-
oauthlib==3.2.2
|
129 |
-
objprint==0.2.3
|
130 |
omegaconf==2.3.0
|
131 |
onnxruntime==1.16.1
|
132 |
-
|
133 |
open3d==0.16.0
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
packaging==23.1
|
138 |
-
pandas==2.0.3
|
139 |
-
parso==0.8.3
|
140 |
-
pathtools==0.1.2
|
141 |
-
pexpect==4.8.0
|
142 |
-
pfzy==0.3.4
|
143 |
-
pickleshare==0.7.5
|
144 |
Pillow==10.0.0
|
145 |
-
|
146 |
-
|
147 |
-
plotly==5.13.1
|
148 |
-
pluggy==1.3.0
|
149 |
-
plyfile==1.0.1
|
150 |
-
pooch==1.7.0
|
151 |
-
proglog==0.1.10
|
152 |
-
prompt-toolkit==3.0.39
|
153 |
-
protobuf==3.20.3
|
154 |
-
psutil==5.9.5
|
155 |
-
ptyprocess==0.7.0
|
156 |
-
pudb==2019.2
|
157 |
-
pure-eval==0.2.2
|
158 |
-
py-cpuinfo==9.0.0
|
159 |
-
pyarrow==12.0.1
|
160 |
-
pyasn1==0.5.0
|
161 |
-
pyasn1-modules==0.3.0
|
162 |
-
pybind11==2.11.1
|
163 |
-
pydeck==0.8.0
|
164 |
-
pyDeprecate==0.3.1
|
165 |
-
pydub==0.25.1
|
166 |
-
pyglet==1.5.0
|
167 |
-
pygltflib==1.16.1
|
168 |
-
Pygments==2.15.1
|
169 |
-
pyhocon==0.3.57
|
170 |
-
PyMatting==1.1.10
|
171 |
PyMCubes==0.1.2
|
172 |
-
pymeshlab==2022.2.post4
|
173 |
-
Pympler==1.0.1
|
174 |
-
PyOpenGL==3.1.0
|
175 |
-
pyparsing==3.0.9
|
176 |
-
pyquaternion==0.9.9
|
177 |
-
pyransac3d==0.6.0
|
178 |
-
pyrender==0.1.45
|
179 |
pytest==7.4.3
|
180 |
-
|
181 |
-
|
182 |
-
pytorch-ignite==0.4.12
|
183 |
-
pytorch-lightning==1.9.0
|
184 |
-
pytz==2023.3
|
185 |
-
pytz-deprecation-shim==0.1.0.post0
|
186 |
-
PyWavelets==1.4.1
|
187 |
-
PyYAML==6.0.1
|
188 |
-
referencing==0.30.0
|
189 |
-
regex==2023.6.3
|
190 |
rembg==2.0.50
|
191 |
-
|
192 |
-
responses==0.18.0
|
193 |
-
retrying==1.3.4
|
194 |
-
rich==13.4.2
|
195 |
roma==1.5.0
|
196 |
-
rpds-py==0.9.2
|
197 |
-
rsa==4.9
|
198 |
-
ruff==0.4.7
|
199 |
safetensors==0.3.1
|
200 |
-
|
201 |
-
scikit-learn==1.3.0
|
202 |
scipy==1.9.1
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
smmap==5.0.0
|
211 |
-
sniffio==1.3.0
|
212 |
-
stack-data==0.6.2
|
213 |
-
starlette==0.27.0
|
214 |
-
streamlit==1.22.0
|
215 |
-
style==1.1.0
|
216 |
-
tenacity==8.2.2
|
217 |
-
tensorboard==2.13.0
|
218 |
-
tensorboard-data-server==0.7.1
|
219 |
-
termcolor==2.3.0
|
220 |
-
threadpoolctl==3.2.0
|
221 |
-
tifffile==2023.7.18
|
222 |
-
timm==0.9.10
|
223 |
-
tokenizers==0.13.3
|
224 |
-
toml==0.10.2
|
225 |
-
tomli==2.0.1
|
226 |
-
tomlkit==0.12.0
|
227 |
-
toolz==0.12.0
|
228 |
-
torch==2.2.0
|
229 |
-
torch-efficient-distloss==0.1.3
|
230 |
-
torchaudio
|
231 |
-
torchmetrics==1.2.0
|
232 |
-
torchvision
|
233 |
-
tornado==6.3.2
|
234 |
tqdm==4.65.0
|
235 |
-
traitlets==5.9.0
|
236 |
transformers==4.30.2
|
237 |
trimesh==3.23.5
|
238 |
-
triton
|
239 |
-
typeguard==2.13.3
|
240 |
-
typer==0.12.3
|
241 |
-
typing-inspect==0.9.0
|
242 |
-
tzdata==2023.3
|
243 |
-
tzlocal==4.3.1
|
244 |
-
uc-micro-py==1.0.2
|
245 |
-
update==0.0.1
|
246 |
-
urwid==2.1.2
|
247 |
-
uvicorn==0.23.1
|
248 |
-
validators==0.20.0
|
249 |
-
varname==0.12.0
|
250 |
-
visdom==0.2.4
|
251 |
wandb==0.15.7
|
252 |
-
watchdog==3.0.0
|
253 |
-
wcwidth==0.2.6
|
254 |
webdataset==0.2.5
|
255 |
-
|
256 |
-
websockets==11.0.3
|
257 |
-
Werkzeug==2.2.3
|
258 |
-
widgetsnbextension==4.0.8
|
259 |
-
wrapt==1.15.0
|
260 |
-
xatlas==0.0.8
|
261 |
-
xformers==0.0.24
|
262 |
-
xxhash==3.2.0
|
263 |
-
yarl==1.9.2
|
264 |
-
zipp==3.16.2
|
265 |
-
spaces
|
|
|
|
|
1 |
accelerate==0.23.0
|
2 |
+
beautifulsoup4==4.12.3
|
3 |
+
bitsandbytes==0.43.1
|
4 |
+
bpy==4.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
carvekit_colab==4.1.2
|
6 |
+
deepspeed==0.14.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
einops==0.3.0
|
8 |
+
flax==0.8.4
|
9 |
+
ftfy==6.2.0
|
10 |
+
gradio==4.33.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
h5py==3.10.0
|
12 |
+
huggingface_hub==0.22.0
|
|
|
|
|
|
|
|
|
13 |
imageio==2.32.0
|
14 |
+
importlib_metadata==6.8.0
|
15 |
+
imwatermark==0.0.2
|
16 |
+
jax==0.4.28
|
17 |
+
k_diffusion==0.1.1.post1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
kornia==0.6.0
|
19 |
+
librosa==0.10.2.post1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
lpips==0.1.4
|
21 |
+
mathutils==3.3.0
|
|
|
|
|
22 |
matplotlib==3.7.2
|
|
|
|
|
|
|
23 |
mesh2sdf==1.1.0
|
24 |
+
msgpack_python==0.5.6
|
25 |
+
note_seq==0.0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
numpy==1.24.4
|
|
|
|
|
27 |
omegaconf==2.3.0
|
28 |
onnxruntime==1.16.1
|
29 |
+
onnxruntime_gpu==1.16.1
|
30 |
open3d==0.16.0
|
31 |
+
opencv_python==4.5.5.64
|
32 |
+
opencv_python_headless==4.8.0.74
|
33 |
+
packaging==24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
Pillow==10.0.0
|
35 |
+
Pillow==10.3.0
|
36 |
+
pillow_heif==0.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
PyMCubes==0.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
pytest==7.4.3
|
39 |
+
pytorch_lightning==1.9.0
|
40 |
+
quaternion==3.5.2.post4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
rembg==2.0.50
|
42 |
+
Requests==2.32.3
|
|
|
|
|
|
|
43 |
roma==1.5.0
|
|
|
|
|
|
|
44 |
safetensors==0.3.1
|
45 |
+
scikit_learn==1.3.0
|
|
|
46 |
scipy==1.9.1
|
47 |
+
segment_anything==1.0
|
48 |
+
setuptools==68.0.0
|
49 |
+
skimage==0.0
|
50 |
+
spaces==0.28.3
|
51 |
+
torch==2.0.0
|
52 |
+
torchsde==0.2.6
|
53 |
+
torchvision==0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
tqdm==4.65.0
|
|
|
55 |
transformers==4.30.2
|
56 |
trimesh==3.23.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
wandb==0.15.7
|
|
|
|
|
58 |
webdataset==0.2.5
|
59 |
+
xformers==0.0.19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements_bk.txt
ADDED
@@ -0,0 +1,265 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.4.0
|
2 |
+
accelerate==0.23.0
|
3 |
+
addict==2.4.0
|
4 |
+
aiofiles==23.1.0
|
5 |
+
aiohttp==3.8.5
|
6 |
+
aiosignal==1.3.1
|
7 |
+
albumentations==0.4.3
|
8 |
+
altair==4.2.2
|
9 |
+
annotated-types==0.5.0
|
10 |
+
ansi2html==1.8.0
|
11 |
+
antlr4-python3-runtime==4.9.3
|
12 |
+
anyio==3.7.1
|
13 |
+
appdirs==1.4.4
|
14 |
+
asttokens==2.2.1
|
15 |
+
async-timeout==4.0.2
|
16 |
+
asyncer==0.0.2
|
17 |
+
attrs==23.1.0
|
18 |
+
backcall==0.2.0
|
19 |
+
blinker==1.6.2
|
20 |
+
braceexpand==0.1.7
|
21 |
+
brotlipy==0.7.0
|
22 |
+
cachetools==5.3.1
|
23 |
+
carvekit_colab==4.1.2
|
24 |
+
click==8.1.6
|
25 |
+
colorama==0.4.6
|
26 |
+
coloredlogs==15.0.1
|
27 |
+
comm==0.1.4
|
28 |
+
ConfigArgParse==1.7
|
29 |
+
contourpy==1.1.0
|
30 |
+
cycler==0.11.0
|
31 |
+
dash==2.12.1
|
32 |
+
dash-core-components==2.0.0
|
33 |
+
dash-html-components==2.0.0
|
34 |
+
dash-table==5.0.0
|
35 |
+
dataclasses-json==0.6.1
|
36 |
+
datasets==2.4.0
|
37 |
+
dearpygui==1.10.1
|
38 |
+
decorator==4.4.2
|
39 |
+
Deprecated==1.2.14
|
40 |
+
diffusers==0.19.3
|
41 |
+
dill==0.3.5.1
|
42 |
+
docker-pycreds==0.4.0
|
43 |
+
easydict==1.10
|
44 |
+
einops==0.3.0
|
45 |
+
entrypoints==0.4
|
46 |
+
envlight==0.1.0
|
47 |
+
exceptiongroup==1.1.2
|
48 |
+
executing==2.0.0
|
49 |
+
fastapi==0.100.1
|
50 |
+
fastcore==1.5.29
|
51 |
+
fastjsonschema==2.18.0
|
52 |
+
ffmpy==0.3.1
|
53 |
+
filetype==1.2.0
|
54 |
+
fire==0.4.0
|
55 |
+
Flask==2.2.5
|
56 |
+
flatbuffers==23.5.26
|
57 |
+
fonttools==4.41.1
|
58 |
+
freetype-py==2.4.0
|
59 |
+
frozenlist==1.4.0
|
60 |
+
fsspec==2023.6.0
|
61 |
+
ftfy==6.1.1
|
62 |
+
future==0.18.3
|
63 |
+
gitdb==4.0.10
|
64 |
+
GitPython==3.1.32
|
65 |
+
glfw==2.6.2
|
66 |
+
google-auth==2.22.0
|
67 |
+
google-auth-oauthlib==1.0.0
|
68 |
+
gradio==4.19.2
|
69 |
+
gradio_client==0.10.1
|
70 |
+
grpcio==1.56.2
|
71 |
+
h11==0.14.0
|
72 |
+
h5py==3.10.0
|
73 |
+
hjson==3.1.0
|
74 |
+
httpcore==0.17.3
|
75 |
+
httpx==0.24.1
|
76 |
+
huggingface-hub==0.22.0
|
77 |
+
humanfriendly==10.0
|
78 |
+
imageio==2.32.0
|
79 |
+
imageio-ffmpeg==0.4.8
|
80 |
+
imgaug==0.2.6
|
81 |
+
imgviz==1.7.3
|
82 |
+
importlib-metadata==6.8.0
|
83 |
+
importlib-resources==6.0.0
|
84 |
+
iniconfig==2.0.0
|
85 |
+
inquirerpy==0.3.4
|
86 |
+
ipywidgets==8.1.0
|
87 |
+
itsdangerous==2.1.2
|
88 |
+
jedi==0.18.2
|
89 |
+
joblib==1.3.2
|
90 |
+
jsonpatch==1.33
|
91 |
+
jsonpointer==2.4
|
92 |
+
jsonschema==4.18.4
|
93 |
+
jsonschema-specifications==2023.7.1
|
94 |
+
jupyter_core==5.3.1
|
95 |
+
jupyterlab-widgets==3.0.8
|
96 |
+
kiwisolver==1.4.4
|
97 |
+
kornia==0.6.0
|
98 |
+
lazy_loader==0.3
|
99 |
+
libigl==2.4.1
|
100 |
+
lightning-utilities==0.9.0
|
101 |
+
linkify-it-py==2.0.2
|
102 |
+
llvmlite==0.41.1
|
103 |
+
loguru==0.7.0
|
104 |
+
lovely-numpy==0.2.9
|
105 |
+
lovely-tensors==0.1.15
|
106 |
+
lpips==0.1.4
|
107 |
+
Markdown==3.4.4
|
108 |
+
markdown-it-py==2.2.0
|
109 |
+
marshmallow==3.20.1
|
110 |
+
matplotlib==3.7.2
|
111 |
+
matplotlib-inline==0.1.6
|
112 |
+
mdit-py-plugins==0.3.3
|
113 |
+
mdurl==0.1.2
|
114 |
+
mesh2sdf==1.1.0
|
115 |
+
mkl-fft==1.3.6
|
116 |
+
mkl-service==2.4.0
|
117 |
+
modelcards==0.1.6
|
118 |
+
moviepy==1.0.3
|
119 |
+
mpmath==1.2.1
|
120 |
+
multidict==6.0.4
|
121 |
+
multiprocess==0.70.13
|
122 |
+
mypy-extensions==1.0.0
|
123 |
+
nbformat==5.5.0
|
124 |
+
nest-asyncio==1.5.7
|
125 |
+
ninja==1.11.1
|
126 |
+
numba==0.58.1
|
127 |
+
numpy==1.24.4
|
128 |
+
oauthlib==3.2.2
|
129 |
+
objprint==0.2.3
|
130 |
+
omegaconf==2.3.0
|
131 |
+
onnxruntime==1.16.1
|
132 |
+
onnxruntime-gpu==1.16.1
|
133 |
+
open3d==0.16.0
|
134 |
+
opencv-python==4.5.5.64
|
135 |
+
opencv-python-headless==4.8.0.74
|
136 |
+
orjson==3.9.2
|
137 |
+
packaging==23.1
|
138 |
+
pandas==2.0.3
|
139 |
+
parso==0.8.3
|
140 |
+
pathtools==0.1.2
|
141 |
+
pexpect==4.8.0
|
142 |
+
pfzy==0.3.4
|
143 |
+
pickleshare==0.7.5
|
144 |
+
Pillow==10.0.0
|
145 |
+
piq==0.8.0
|
146 |
+
platformdirs==3.10.0
|
147 |
+
plotly==5.13.1
|
148 |
+
pluggy==1.3.0
|
149 |
+
plyfile==1.0.1
|
150 |
+
pooch==1.7.0
|
151 |
+
proglog==0.1.10
|
152 |
+
prompt-toolkit==3.0.39
|
153 |
+
protobuf==3.20.3
|
154 |
+
psutil==5.9.5
|
155 |
+
ptyprocess==0.7.0
|
156 |
+
pudb==2019.2
|
157 |
+
pure-eval==0.2.2
|
158 |
+
py-cpuinfo==9.0.0
|
159 |
+
pyarrow==12.0.1
|
160 |
+
pyasn1==0.5.0
|
161 |
+
pyasn1-modules==0.3.0
|
162 |
+
pybind11==2.11.1
|
163 |
+
pydeck==0.8.0
|
164 |
+
pyDeprecate==0.3.1
|
165 |
+
pydub==0.25.1
|
166 |
+
pyglet==1.5.0
|
167 |
+
pygltflib==1.16.1
|
168 |
+
Pygments==2.15.1
|
169 |
+
pyhocon==0.3.57
|
170 |
+
PyMatting==1.1.10
|
171 |
+
PyMCubes==0.1.2
|
172 |
+
pymeshlab==2022.2.post4
|
173 |
+
Pympler==1.0.1
|
174 |
+
PyOpenGL==3.1.0
|
175 |
+
pyparsing==3.0.9
|
176 |
+
pyquaternion==0.9.9
|
177 |
+
pyransac3d==0.6.0
|
178 |
+
pyrender==0.1.45
|
179 |
+
pytest==7.4.3
|
180 |
+
python-dateutil==2.8.2
|
181 |
+
python-multipart==0.0.9
|
182 |
+
pytorch-ignite==0.4.12
|
183 |
+
pytorch-lightning==1.9.0
|
184 |
+
pytz==2023.3
|
185 |
+
pytz-deprecation-shim==0.1.0.post0
|
186 |
+
PyWavelets==1.4.1
|
187 |
+
PyYAML==6.0.1
|
188 |
+
referencing==0.30.0
|
189 |
+
regex==2023.6.3
|
190 |
+
rembg==2.0.50
|
191 |
+
requests-oauthlib==1.3.1
|
192 |
+
responses==0.18.0
|
193 |
+
retrying==1.3.4
|
194 |
+
rich==13.4.2
|
195 |
+
roma==1.5.0
|
196 |
+
rpds-py==0.9.2
|
197 |
+
rsa==4.9
|
198 |
+
ruff==0.4.7
|
199 |
+
safetensors==0.3.1
|
200 |
+
scikit-image==0.20.0
|
201 |
+
scikit-learn==1.3.0
|
202 |
+
scipy==1.9.1
|
203 |
+
segment-anything==1.0
|
204 |
+
semantic-version==2.10.0
|
205 |
+
sentencepiece==0.1.99
|
206 |
+
sentry-sdk==1.28.1
|
207 |
+
setproctitle==1.3.2
|
208 |
+
shellingham==1.5.4
|
209 |
+
six==1.16.0
|
210 |
+
smmap==5.0.0
|
211 |
+
sniffio==1.3.0
|
212 |
+
stack-data==0.6.2
|
213 |
+
starlette==0.27.0
|
214 |
+
streamlit==1.22.0
|
215 |
+
style==1.1.0
|
216 |
+
tenacity==8.2.2
|
217 |
+
tensorboard==2.13.0
|
218 |
+
tensorboard-data-server==0.7.1
|
219 |
+
termcolor==2.3.0
|
220 |
+
threadpoolctl==3.2.0
|
221 |
+
tifffile==2023.7.18
|
222 |
+
timm==0.9.10
|
223 |
+
tokenizers==0.13.3
|
224 |
+
toml==0.10.2
|
225 |
+
tomli==2.0.1
|
226 |
+
tomlkit==0.12.0
|
227 |
+
toolz==0.12.0
|
228 |
+
torch==2.2.0
|
229 |
+
torch-efficient-distloss==0.1.3
|
230 |
+
torchaudio
|
231 |
+
torchmetrics==1.2.0
|
232 |
+
torchvision
|
233 |
+
tornado==6.3.2
|
234 |
+
tqdm==4.65.0
|
235 |
+
traitlets==5.9.0
|
236 |
+
transformers==4.30.2
|
237 |
+
trimesh==3.23.5
|
238 |
+
triton
|
239 |
+
typeguard==2.13.3
|
240 |
+
typer==0.12.3
|
241 |
+
typing-inspect==0.9.0
|
242 |
+
tzdata==2023.3
|
243 |
+
tzlocal==4.3.1
|
244 |
+
uc-micro-py==1.0.2
|
245 |
+
update==0.0.1
|
246 |
+
urwid==2.1.2
|
247 |
+
uvicorn==0.23.1
|
248 |
+
validators==0.20.0
|
249 |
+
varname==0.12.0
|
250 |
+
visdom==0.2.4
|
251 |
+
wandb==0.15.7
|
252 |
+
watchdog==3.0.0
|
253 |
+
wcwidth==0.2.6
|
254 |
+
webdataset==0.2.5
|
255 |
+
websocket-client==1.6.4
|
256 |
+
websockets==11.0.3
|
257 |
+
Werkzeug==2.2.3
|
258 |
+
widgetsnbextension==4.0.8
|
259 |
+
wrapt==1.15.0
|
260 |
+
xatlas==0.0.8
|
261 |
+
xformers==0.0.24
|
262 |
+
xxhash==3.2.0
|
263 |
+
yarl==1.9.2
|
264 |
+
zipp==3.16.2
|
265 |
+
spaces
|