Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
torchaudio==2.0.2
|
4 |
+
numpy==1.26.3
|
5 |
+
pillow==10.2.0
|
6 |
+
torch==2.0.1
|
7 |
+
transformers==4.36.2
|
8 |
+
diffusers==0.25.0
|
9 |
+
torchvision==0.15.2
|
10 |
+
einops==0.6.1
|
11 |
+
opencv-python==4.7.0.68
|
12 |
+
xformers==0.0.21
|
13 |
+
gradio==3.36.1
|
14 |
+
insightface==0.7.3
|
15 |
+
accelerate==0.25.0
|
16 |
+
peft==0.8.2
|
17 |
+
onnxruntime-gpu==1.16.0
|
18 |
+
timm==0.6.12
|
19 |
+
controlnet-aux==0.0.7
|
20 |
+
inference[yolo-world]==0.9.13
|
21 |
+
onnxsim==0.4.35
|