Commit
·
57c8b05
1
Parent(s):
2f443c4
update
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
omegaconf==2.3.0
|
| 2 |
Pillow==10.1.0
|
| 3 |
einops==0.7.0
|
| 4 |
-
git+https://github.com/tatsy/torchmcubes.git
|
|
|
|
| 5 |
transformers==4.35.0
|
| 6 |
trimesh==4.0.5
|
| 7 |
rembg
|
| 8 |
huggingface-hub
|
| 9 |
-
gradio
|
|
|
|
| 1 |
omegaconf==2.3.0
|
| 2 |
Pillow==10.1.0
|
| 3 |
einops==0.7.0
|
| 4 |
+
#git+https://github.com/tatsy/torchmcubes.git
|
| 5 |
+
git+https://github.com/cocktailpeanut/torchmcubes.git
|
| 6 |
transformers==4.35.0
|
| 7 |
trimesh==4.0.5
|
| 8 |
rembg
|
| 9 |
huggingface-hub
|
| 10 |
+
gradio
|