Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -1
requirements.txt
CHANGED
@@ -5,4 +5,20 @@ torch==1.13.1
|
|
5 |
tqdm
|
6 |
mediapipe
|
7 |
Pillow
|
8 |
-
diffusers==0.18.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
13 |
+
imageio==2.31.1
|
14 |
+
imageio-ffmpeg
|
15 |
+
PyYAML
|
16 |
+
safetensors
|
17 |
+
wandb
|
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
|