Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -8,6 +8,8 @@ scipy
|
|
| 8 |
rembg
|
| 9 |
trimesh
|
| 10 |
xformers
|
|
|
|
| 11 |
spconv-cu120
|
| 12 |
git+https://github.com/NVlabs/nvdiffrast.git
|
| 13 |
-
|
|
|
|
|
|
| 8 |
rembg
|
| 9 |
trimesh
|
| 10 |
xformers
|
| 11 |
+
# Trellis 2 specific dependencies
|
| 12 |
spconv-cu120
|
| 13 |
git+https://github.com/NVlabs/nvdiffrast.git
|
| 14 |
+
# The CORRECT Trellis 2 Repo
|
| 15 |
+
git+https://github.com/microsoft/TRELLIS.2.git
|