Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -8,8 +8,9 @@ scipy
|
|
| 8 |
rembg
|
| 9 |
trimesh
|
| 10 |
xformers
|
| 11 |
-
# Trellis 2
|
| 12 |
spconv-cu120
|
|
|
|
| 13 |
git+https://github.com/NVlabs/nvdiffrast.git
|
| 14 |
-
# The
|
| 15 |
git+https://github.com/microsoft/TRELLIS.2.git
|
|
|
|
| 8 |
rembg
|
| 9 |
trimesh
|
| 10 |
xformers
|
| 11 |
+
# Required for Trellis 2 sparse voxel ops (CUDA 12)
|
| 12 |
spconv-cu120
|
| 13 |
+
# Graphics rasterization
|
| 14 |
git+https://github.com/NVlabs/nvdiffrast.git
|
| 15 |
+
# The OFFICIAL Trellis 2 Repo (Note the .2 suffix)
|
| 16 |
git+https://github.com/microsoft/TRELLIS.2.git
|