Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
1743227
1
Parent(s):
6e5ee65
Update requirements.txt
Browse files- requirements.txt +11 -7
requirements.txt
CHANGED
@@ -1,16 +1,20 @@
|
|
1 |
torch
|
2 |
-
diffusers==0.30.3
|
3 |
spaces
|
4 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
peft
|
6 |
-
|
7 |
-
huggingface_hub
|
8 |
-
accelerate
|
9 |
numpy
|
10 |
timm
|
11 |
deepspeed
|
12 |
mediapipe
|
13 |
opencv-python
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
1 |
torch
|
|
|
2 |
spaces
|
3 |
transformers
|
4 |
+
torchvision
|
5 |
+
diffusers==0.30.3
|
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
|