Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
transformers
|
3 |
+
git+https://github.com/huggingface/accelerate
|
4 |
+
torch==1.13.1
|
5 |
+
numpy
|
6 |
+
controlnet_aux
|