Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
pytorch_lightning==1.9.4
|
12 |
+
omegaconf==2.2.3
|
13 |
+
gradio==3.41.2
|
14 |
+
pygit2==1.12.2
|
15 |
+
opencv-contrib-python==4.8.0.74
|
16 |
+
httpx==0.24.1
|
17 |
+
onnxruntime==1.16.3
|
18 |
+
timm==0.9.2
|