Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
diffusers==0.28.2
|
| 3 |
+
transformers==4.44.2
|
| 4 |
+
sentencepiece>=0.1.96
|
| 5 |
+
accelerate
|
| 6 |
+
einops
|
| 7 |
+
matplotlib
|
| 8 |
+
opencv-python
|
| 9 |
+
beautifulsoup4
|
| 10 |
+
ftfy
|