Spaces:
Build error
Build error
update requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
accelerate
|
| 2 |
datasets
|
| 3 |
diffusers>=0.26.3
|
|
@@ -16,7 +18,6 @@ peft
|
|
| 16 |
Pillow
|
| 17 |
pygltflib
|
| 18 |
pymeshlab>=2023.12
|
| 19 |
-
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
| 20 |
rembg
|
| 21 |
torch>=2.0.1
|
| 22 |
torch_scatter
|
|
@@ -25,5 +26,4 @@ transformers
|
|
| 25 |
trimesh
|
| 26 |
typeguard
|
| 27 |
wandb
|
| 28 |
-
xformers
|
| 29 |
-
ninja
|
|
|
|
| 1 |
+
--find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/download.html
|
| 2 |
+
pytorch3d
|
| 3 |
accelerate
|
| 4 |
datasets
|
| 5 |
diffusers>=0.26.3
|
|
|
|
| 18 |
Pillow
|
| 19 |
pygltflib
|
| 20 |
pymeshlab>=2023.12
|
|
|
|
| 21 |
rembg
|
| 22 |
torch>=2.0.1
|
| 23 |
torch_scatter
|
|
|
|
| 26 |
trimesh
|
| 27 |
typeguard
|
| 28 |
wandb
|
| 29 |
+
xformers
|
|
|