Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
565c7be
1
Parent(s):
0a88b62
Update requirements.txt
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
--find-links https://download.pytorch.org/whl/cu118
|
2 |
-
torch==2.2.0
|
3 |
-
torchvision==0.17.0
|
4 |
-
diffusers
|
5 |
-
transformers
|
6 |
-
rembg
|
7 |
-
tqdm
|
8 |
-
omegaconf
|
9 |
-
matplotlib
|
10 |
-
opencv-python
|
11 |
-
imageio
|
12 |
-
jaxtyping
|
13 |
-
einops
|
14 |
-
SentencePiece
|
15 |
-
accelerate
|
16 |
-
trimesh
|
17 |
-
PyMCubes
|
18 |
-
xatlas
|
19 |
-
libigl
|
20 |
-
git+https://github.com/facebookresearch/pytorch3d
|
21 |
-
git+https://github.com/NVlabs/nvdiffrast
|
22 |
open3d
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.2.0
|
3 |
+
torchvision==0.17.0
|
4 |
+
diffusers
|
5 |
+
transformers
|
6 |
+
rembg
|
7 |
+
tqdm
|
8 |
+
omegaconf
|
9 |
+
matplotlib
|
10 |
+
opencv-python
|
11 |
+
imageio
|
12 |
+
jaxtyping
|
13 |
+
einops
|
14 |
+
SentencePiece
|
15 |
+
accelerate
|
16 |
+
trimesh
|
17 |
+
PyMCubes
|
18 |
+
xatlas
|
19 |
+
libigl
|
20 |
+
git+https://github.com/facebookresearch/pytorch3d@stable
|
21 |
+
git+https://github.com/NVlabs/nvdiffrast
|
22 |
open3d
|