Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
|
@@ -1,20 +1,17 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
torch==2.0.1
|
| 3 |
-
torchvision
|
| 4 |
transformers==4.36.2
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
peft==0.8.2
|
| 9 |
opencv-python==4.7.0.68
|
| 10 |
-
controlnet-aux
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
| 19 |
timm==0.6.12
|
| 20 |
-
controlnet-aux==0.0.7
|
|
|
|
|
|
| 1 |
+
numpy==1.26.3
|
| 2 |
+
pillow==10.2.0
|
| 3 |
torch==2.0.1
|
|
|
|
| 4 |
transformers==4.36.2
|
| 5 |
+
diffusers==0.25.0
|
| 6 |
+
torchvision==0.15.2
|
| 7 |
+
einops==0.6.1
|
|
|
|
| 8 |
opencv-python==4.7.0.68
|
|
|
|
| 9 |
xformers==0.0.21
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
gradio==3.36.1
|
| 11 |
+
insightface==0.7.3
|
| 12 |
+
accelerate==0.25.0
|
| 13 |
+
peft==0.8.2
|
| 14 |
+
onnxruntime-gpu==1.16.0
|
| 15 |
timm==0.6.12
|
| 16 |
+
controlnet-aux==0.0.7
|
| 17 |
+
segment-anything
|