Update requirements.txt
Browse files- requirements.txt +15 -5
requirements.txt
CHANGED
@@ -1,10 +1,20 @@
|
|
1 |
-
accelerate
|
2 |
-
git+https://github.com/huggingface/diffusers.git
|
3 |
-
invisible_watermark
|
4 |
torch
|
|
|
5 |
transformers==4.42.4
|
|
|
|
|
|
|
|
|
|
|
6 |
xformers
|
7 |
-
sentencepiece
|
8 |
peft
|
|
|
|
|
9 |
timm
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
spaces
|
3 |
transformers==4.42.4
|
4 |
+
torchvision
|
5 |
+
git+https://github.com/huggingface/diffusers.git
|
6 |
+
einops
|
7 |
+
optimum-quanto
|
8 |
+
protobuf
|
9 |
xformers
|
|
|
10 |
peft
|
11 |
+
kornia
|
12 |
+
numpy
|
13 |
timm
|
14 |
+
deepspeed
|
15 |
+
mediapipe
|
16 |
+
opencv-python
|
17 |
+
sentencepiece
|
18 |
+
huggingface_hub
|
19 |
+
translatepy
|
20 |
+
accelerate
|