Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
CHANGED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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==0.6.12
|