Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
numpy<2
|
2 |
-
controlnet_aux
|
3 |
-
diffusers==0.32.2
|
4 |
torch
|
5 |
torchvision
|
6 |
transformers
|
|
|
|
|
7 |
einops
|
8 |
onnxruntime-gpu
|
9 |
spaces
|
|
|
1 |
numpy<2
|
|
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
transformers
|
5 |
+
controlnet_aux
|
6 |
+
diffusers==0.32.2
|
7 |
einops
|
8 |
onnxruntime-gpu
|
9 |
spaces
|