JiantaoLin
commited on
Commit
·
917e93d
1
Parent(s):
889e1c2
new
Browse files- requirements.txt +43 -42
requirements.txt
CHANGED
@@ -1,43 +1,44 @@
|
|
1 |
-
torch==2.1.0
|
2 |
-
torchvision==0.16.0
|
3 |
-
-f https://download.pytorch.org/whl/cu121
|
4 |
|
5 |
-
comfy==0.0.1
|
6 |
-
einops==0.8.0
|
7 |
-
imageio==2.34.1
|
8 |
-
Imath==0.0.2
|
9 |
-
jaxtyping==0.2.36
|
10 |
-
kiui==0.2.10
|
11 |
-
mathutils==3.3.0
|
12 |
-
matplotlib==3.9.2
|
13 |
-
git+https://github.com/NVlabs/nvdiffrast
|
14 |
-
omegaconf==2.3.0
|
15 |
-
onnxruntime==1.18.0
|
16 |
-
open3d==0.18.0
|
17 |
-
opencv_python==4.10.0.84
|
18 |
-
opencv_python_headless==4.9.0.80
|
19 |
-
OpenEXR==3.3.2
|
20 |
-
Pillow==11.0.0
|
21 |
-
plyfile==1.1
|
22 |
-
PyGLM==2.7.1
|
23 |
-
pygltflib==1.16.3
|
24 |
-
PyMCubes==0.1.4
|
25 |
-
pymeshlab==2023.12.post1
|
26 |
-
PyOpenGL==3.1.0
|
27 |
-
pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt210/pytorch3d-0.7.4-cp310-cp310-linux_x86_64.whl
|
28 |
-
pytorch_lightning==2.2.0
|
29 |
-
PyYAML==6.0.1
|
30 |
-
rembg==2.0.57
|
31 |
-
scipy==1.14.1
|
32 |
-
torch-scatter
|
33 |
-
-f https://data.pyg.org/whl/torch-2.1.0+cu121.html
|
34 |
-
tqdm==4.66.4
|
35 |
-
transformers==4.39.3
|
36 |
-
trimesh==4.4.0
|
37 |
-
webdataset==0.2.86
|
38 |
-
xatlas==0.0.9
|
39 |
-
ninja
|
40 |
-
sentencepiece
|
41 |
-
# 添加本地依赖(可编辑模式)
|
42 |
-
-e /tmp/env/diffusers
|
43 |
-
accelerate
|
|
|
|
1 |
+
# torch==2.1.0
|
2 |
+
# torchvision==0.16.0
|
3 |
+
# -f https://download.pytorch.org/whl/cu121
|
4 |
|
5 |
+
# comfy==0.0.1
|
6 |
+
# einops==0.8.0
|
7 |
+
# imageio==2.34.1
|
8 |
+
# Imath==0.0.2
|
9 |
+
# jaxtyping==0.2.36
|
10 |
+
# kiui==0.2.10
|
11 |
+
# mathutils==3.3.0
|
12 |
+
# matplotlib==3.9.2
|
13 |
+
# git+https://github.com/NVlabs/nvdiffrast
|
14 |
+
# omegaconf==2.3.0
|
15 |
+
# onnxruntime==1.18.0
|
16 |
+
# open3d==0.18.0
|
17 |
+
# opencv_python==4.10.0.84
|
18 |
+
# opencv_python_headless==4.9.0.80
|
19 |
+
# OpenEXR==3.3.2
|
20 |
+
# Pillow==11.0.0
|
21 |
+
# plyfile==1.1
|
22 |
+
# PyGLM==2.7.1
|
23 |
+
# pygltflib==1.16.3
|
24 |
+
# PyMCubes==0.1.4
|
25 |
+
# pymeshlab==2023.12.post1
|
26 |
+
# PyOpenGL==3.1.0
|
27 |
+
# pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt210/pytorch3d-0.7.4-cp310-cp310-linux_x86_64.whl
|
28 |
+
# pytorch_lightning==2.2.0
|
29 |
+
# PyYAML==6.0.1
|
30 |
+
# rembg==2.0.57
|
31 |
+
# scipy==1.14.1
|
32 |
+
# torch-scatter
|
33 |
+
# -f https://data.pyg.org/whl/torch-2.1.0+cu121.html
|
34 |
+
# tqdm==4.66.4
|
35 |
+
# transformers==4.39.3
|
36 |
+
# trimesh==4.4.0
|
37 |
+
# webdataset==0.2.86
|
38 |
+
# xatlas==0.0.9
|
39 |
+
# ninja
|
40 |
+
# sentencepiece
|
41 |
+
# # 添加本地依赖(可编辑模式)
|
42 |
+
# -e /tmp/env/diffusers
|
43 |
+
# accelerate
|
44 |
+
git+https://github.com/huggingface/diffusers
|