Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
|
3 |
transformers
|
4 |
-
|
5 |
-
torch
|
6 |
numpy
|
7 |
controlnet_aux
|
8 |
xformers==0.0.16
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
diffusers
|
3 |
transformers
|
4 |
+
accelerate
|
5 |
+
torch
|
6 |
numpy
|
7 |
controlnet_aux
|
8 |
xformers==0.0.16
|