add diff-gaussian-rasterizer
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
torch
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 4 |
xformers
|
|
|
|
| 5 |
numpy
|
| 6 |
tyro
|
| 7 |
diffusers
|
|
|
|
| 2 |
torch
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 4 |
xformers
|
| 5 |
+
git+https://github.com/ashawkey/diff-gaussian-rasterization
|
| 6 |
numpy
|
| 7 |
tyro
|
| 8 |
diffusers
|