Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.1.0
|
2 |
+
torchvision>=0.16.0
|
3 |
+
pillow>=10.0.0
|
4 |
+
opencv-python
|
5 |
+
fastapi
|
6 |
+
uvicorn
|
7 |
+
transformers>=4.30.0
|
8 |
+
diffusers>=0.20.0
|
9 |
+
accelerate>=0.20.0
|
10 |
+
controlnet_aux>=0.0.6
|
11 |
+
gradio>=4.0.0
|
12 |
+
numpy>=1.24.0
|
13 |
+
xformers>=0.0.20
|
14 |
+
safetensors>=0.3.1
|
15 |
+
rembg>=2.0.50
|
16 |
+
insightface>=0.7.0
|
17 |
+
facexlib
|
18 |
+
timm
|
19 |
+
huggingface_hub
|
20 |
+
spaces
|