Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
-
torch
|
| 2 |
torchvision
|
| 3 |
-
|
| 4 |
-
transformers
|
| 5 |
-
diffusers
|
| 6 |
trimesh
|
|
|
|
| 7 |
scipy
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
spconv
|
| 11 |
-
|
| 12 |
-
ninja
|
|
|
|
| 1 |
+
torch
|
| 2 |
torchvision
|
| 3 |
+
torchaudio
|
|
|
|
|
|
|
| 4 |
trimesh
|
| 5 |
+
rembg
|
| 6 |
scipy
|
| 7 |
+
tqdm
|
| 8 |
+
pillow
|
| 9 |
+
# Note: Complex dependencies like spconv and nvdiffrast
|
| 10 |
+
# might require a custom Dockerfile for stability.
|
|
|