Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,29 +1,27 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
accelerate
|
6 |
datasets
|
7 |
diffusers>=0.26.3
|
8 |
fire
|
9 |
-
gradio
|
10 |
jaxtyping
|
11 |
numba
|
12 |
numpy
|
13 |
omegaconf>=2.3.0
|
14 |
-
|
15 |
-
|
16 |
peft
|
17 |
Pillow
|
18 |
pygltflib
|
19 |
pymeshlab>=2023.12
|
20 |
rembg[gpu]
|
21 |
-
torch
|
22 |
-
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
23 |
tqdm
|
24 |
transformers
|
25 |
trimesh
|
26 |
typeguard
|
27 |
wandb
|
28 |
xformers
|
29 |
-
ninja
|
|
|
1 |
+
gradio>=4.24.0
|
2 |
+
torch>=2.0.0
|
3 |
+
pytorch3d
|
4 |
+
onnxruntime-gpu
|
5 |
accelerate
|
6 |
datasets
|
7 |
diffusers>=0.26.3
|
8 |
fire
|
|
|
9 |
jaxtyping
|
10 |
numba
|
11 |
numpy
|
12 |
omegaconf>=2.3.0
|
13 |
+
opencv-python
|
14 |
+
opencv-python-headless
|
15 |
peft
|
16 |
Pillow
|
17 |
pygltflib
|
18 |
pymeshlab>=2023.12
|
19 |
rembg[gpu]
|
20 |
+
torch-scatter
|
|
|
21 |
tqdm
|
22 |
transformers
|
23 |
trimesh
|
24 |
typeguard
|
25 |
wandb
|
26 |
xformers
|
27 |
+
ninja
|