Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +20 -2
requirements.txt
CHANGED
@@ -1,5 +1,23 @@
|
|
1 |
torch
|
2 |
gradio
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
Pillow
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
gradio
|
3 |
+
spaces
|
4 |
+
torchsde
|
5 |
+
torchvision
|
6 |
+
torchaudio
|
7 |
+
numpy>=1.25.0
|
8 |
+
einops
|
9 |
+
transformers>=4.28.1
|
10 |
+
tokenizers>=0.13.3
|
11 |
+
sentencepiece
|
12 |
+
safetensors>=0.4.2
|
13 |
+
aiohttp
|
14 |
+
pyyaml
|
15 |
Pillow
|
16 |
+
scipy
|
17 |
+
tqdm
|
18 |
+
psutil
|
19 |
+
|
20 |
+
#non essential dependencies:
|
21 |
+
kornia>=0.7.1
|
22 |
+
spandrel
|
23 |
+
soundfile
|