Ketengan-Diffusion-Lab
commited on
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pillow>=10.3.0
|
2 |
+
onnxruntime>=1.12.0
|
3 |
+
gradio
|
4 |
+
wheel
|
5 |
+
ninja
|
6 |
+
git+https://github.com/Dao-AILab/flash-attention.git
|
7 |
+
transformers
|
8 |
+
spaces
|
9 |
+
decord
|
10 |
+
einops
|
11 |
+
bitsandbytes
|
12 |
+
sentencepiece
|
13 |
+
accelerate
|