Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.25.0
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision
|
4 |
+
transformers==4.36.2
|
5 |
+
accelerate
|
6 |
+
einops
|
7 |
+
onnxruntime-gpu
|
8 |
+
peft==0.8.2
|
9 |
+
opencv-python==4.7.0.68
|
10 |
+
controlnet-aux==0.0.7
|
11 |
+
xformers==0.0.21
|
12 |
+
insightface
|
13 |
+
spaces==0.19.4
|
14 |
+
segment-anything
|
15 |
+
numpy
|
16 |
+
pillow
|
17 |
+
gradio==3.36.1
|
18 |
+
onnxsim==0.4.35
|
19 |
+
timm
|
20 |
+
controlnet-aux==0.0.7
|
21 |
+
segment-anything
|
22 |
+
python-dotenv==1.0.1
|
23 |
+
supervision==0.18.0
|
24 |
+
requests-toolbelt==1.0.0
|
25 |
+
redis==5.0.3
|
26 |
+
pybase64==1.3.2
|
27 |
+
apscheduler
|
28 |
+
ultralytics==8.1.27
|