andre-2112 commited on
Commit
a2f3c19
·
verified ·
1 Parent(s): ef8d7fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -8,8 +8,9 @@ scipy
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
 
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