Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
gradio
|
4 |
+
einops
|
5 |
+
omegaconf
|
6 |
+
rembg
|
7 |
+
trimesh
|
8 |
+
xatlas
|
9 |
+
open-clip-torch
|
10 |
+
pymeshlab
|
11 |
+
onnxruntime
|
12 |
+
diffusers
|
13 |
+
huggingface_hub
|