Spaces:
Runtime error
Runtime error
piralocoplasticone
commited on
Commit
Β·
d6e0179
1
Parent(s):
9778c43
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torchsde==0.2.5
|
2 |
+
einops==0.4.1
|
3 |
+
transformers==4.30.2
|
4 |
+
safetensors==0.3.1
|
5 |
+
accelerate==0.21.0
|
6 |
+
pyyaml==6.0
|
7 |
+
Pillow==9.2.0
|
8 |
+
scipy==1.9.3
|
9 |
+
tqdm==4.64.1
|
10 |
+
psutil==5.9.5
|
11 |
+
numpy==1.23.5
|
12 |
+
pytorch_lightning==1.9.4
|
13 |
+
omegaconf==2.2.3
|
14 |
+
gradio==3.41.2
|
15 |
+
pygit2==1.12.2
|
16 |
+
opencv-contrib-python==4.8.0.74
|
17 |
+
httpx==0.24.1
|