Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.3
|
2 |
+
torchvision==0.18.0
|
3 |
+
pytorch-lightning==2.2
|
4 |
+
datasets==2.18
|
5 |
+
transformers==4.38.2
|
6 |
+
diffusers==0.28
|
7 |
+
hpsv2==1.2
|
8 |
+
hpsv2x==1.2.0
|
9 |
+
image-reward==1.5
|
10 |
+
open-clip-torch==2.24
|
11 |
+
blobfile
|
12 |
+
openai-clip
|
13 |
+
setuptools==60.2
|
14 |
+
optimum
|
15 |
+
xformers
|