Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# For StableNormal
|
2 |
+
diffusers>=0.28.0
|
3 |
+
gradio>=4.32.1
|
4 |
+
accelerate
|
5 |
+
triton
|
6 |
+
# For BirefNet
|
7 |
+
kornia==0.8.0
|
8 |
+
timm==0.6.7
|
9 |
+
transformers==4.46.3
|
10 |
+
# For Demo
|
11 |
+
pillow
|
12 |
+
tqdm
|
13 |
+
scipy
|
14 |
+
trimesh
|
15 |
+
numpy==1.26.4
|
16 |
+
scikit-image
|
17 |
+
opencv-python
|
18 |
+
einops
|
19 |
+
hi3dgen @ git+https://github.com/Stable-X/Hi3DGen.git
|