Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- pre-requirements.txt +8 -0
- requirements.txt +1 -9
pre-requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
requirements.txt
CHANGED
@@ -1,11 +1,3 @@
|
|
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
|
@@ -21,4 +13,4 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
xformers==0.0.16
|
2 |
transformers==4.30.2
|
3 |
fire==0.5.0
|
|
|
13 |
plyfile==0.8.1
|
14 |
git+https://github.com/openai/point-e.git
|
15 |
git+https://github.com/YixunLiang/simple-knn.git
|
16 |
+
git+https://github.com/YixunLiang/diff-gaussian-rasterization.git
|