Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -16,22 +16,22 @@ requests>=2.31.0
|
|
| 16 |
# =============================================================================
|
| 17 |
# Uncomment these if you have NVIDIA GPU with CUDA:
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
# For MV-Adapter (Multi-View Generation):
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
|
| 31 |
# For VGGT (3D Gaussian Splatting):
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
|
| 36 |
# =============================================================================
|
| 37 |
# CURRENT SETUP: CPU-only, lightweight version
|
|
|
|
| 16 |
# =============================================================================
|
| 17 |
# Uncomment these if you have NVIDIA GPU with CUDA:
|
| 18 |
|
| 19 |
+
torch>=2.0.0
|
| 20 |
+
torchvision>=0.15.0
|
| 21 |
+
transformers>=4.35.0
|
| 22 |
+
diffusers>=0.24.0
|
| 23 |
+
accelerate>=0.25.0
|
| 24 |
+
spaces
|
| 25 |
|
| 26 |
# For MV-Adapter (Multi-View Generation):
|
| 27 |
+
timm
|
| 28 |
+
einops
|
| 29 |
+
omegaconf
|
| 30 |
|
| 31 |
# For VGGT (3D Gaussian Splatting):
|
| 32 |
+
plyfile
|
| 33 |
+
trimesh
|
| 34 |
+
pygltflib
|
| 35 |
|
| 36 |
# =============================================================================
|
| 37 |
# CURRENT SETUP: CPU-only, lightweight version
|