Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
torchdata
|
3 |
+
torchvision
|
4 |
+
accelerate==0.28.0
|
5 |
+
bitsandbytes==0.43.0
|
6 |
+
transformers==4.39.3
|
7 |
+
diffusers==0.27.2
|
8 |
+
albumentations==1.3.0
|
9 |
+
av==10.0.0
|
10 |
+
boto3==1.26.115
|
11 |
+
clip @ git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33
|
12 |
+
decord==0.6.0
|
13 |
+
einops==0.7.0
|
14 |
+
fastapi==0.103.2
|
15 |
+
Flask==2.3.2
|
16 |
+
gdown==4.7.1
|
17 |
+
gradio==4.25.0
|
18 |
+
gradio_client==0.15.0
|
19 |
+
huggingface-hub==0.21.4
|
20 |
+
jupyterlab==3.6.3
|
21 |
+
omegaconf==2.3.0
|
22 |
+
pandas==2.0.0
|
23 |
+
pytorch-lightning==2.0.9
|
24 |
+
scikit-image==0.20.0
|
25 |
+
scikit-learn==1.2.2
|
26 |
+
scipy==1.9.1
|
27 |
+
seaborn==0.12.2
|
28 |
+
modelscope==1.13.3
|
29 |
+
tqdm==4.65.0
|
30 |
+
xformers==0.0.19
|
31 |
+
open-clip-torch==2.24.0
|
32 |
+
jsonargparse[signatures]==4.27.7
|
33 |
+
fairscale==0.4.13
|
34 |
+
rotary-embedding-torch==0.5.3
|
35 |
+
easydict==1.13
|
36 |
+
torchsde==0.2.6
|
37 |
+
imageio[ffmpeg]==2.25.0
|
38 |
+
kornia==0.7.2
|