Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
tqdm
|
6 |
mediapipe
|
7 |
Pillow
|
8 |
diffusers==0.18.2
|
9 |
-
xformers==0.0.
|
10 |
transformers==4.30.2
|
11 |
fire==0.5.0
|
12 |
huggingface_hub==0.16.4
|
@@ -18,4 +18,7 @@ wandb
|
|
18 |
accelerate
|
19 |
triton
|
20 |
gradio
|
21 |
-
|
|
|
|
|
|
|
|
1 |
+
pip==23.3.1
|
2 |
+
torchvision==0.14.1
|
3 |
+
torchaudio==0.13.1
|
4 |
+
torch==1.13.1
|
5 |
tqdm
|
6 |
mediapipe
|
7 |
Pillow
|
8 |
diffusers==0.18.2
|
9 |
+
xformers==0.0.16
|
10 |
transformers==4.30.2
|
11 |
fire==0.5.0
|
12 |
huggingface_hub==0.16.4
|
|
|
18 |
accelerate
|
19 |
triton
|
20 |
gradio
|
21 |
+
plyfile==0.8.1
|
22 |
+
git+https://github.com/openai/point-e.git
|
23 |
+
git+https://github.com/YixunLiang/simple-knn.git
|
24 |
+
git+https://github.com/YixunLiang/diff-gaussian-rasterization.git
|