Spaces:
Runtime error
Runtime error
update
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.11.1
|
2 |
+
numpy==1.23.5
|
3 |
+
opencv_python==3.4.17.63
|
4 |
+
Pillow==9.4.0
|
5 |
+
torch==1.13.1
|
6 |
+
xformers
|