Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +46 -0
requirements.txt
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.28.0
|
2 |
+
bitsandbytes==0.43.0
|
3 |
+
transformers==4.39.3
|
4 |
+
diffusers==0.27.2
|
5 |
+
transformers==4.39.3
|
6 |
+
diffusers==0.27.2
|
7 |
+
albumentations==1.3.0
|
8 |
+
av==10.0.0
|
9 |
+
boto3==1.26.115
|
10 |
+
clip @ git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33
|
11 |
+
decord==0.6.0
|
12 |
+
einops==0.7.0
|
13 |
+
fastapi==0.103.2
|
14 |
+
Flask==2.3.2
|
15 |
+
gdown==4.7.1
|
16 |
+
gradio==4.25.0
|
17 |
+
gradio_client==0.15.0
|
18 |
+
huggingface-hub==0.21.4
|
19 |
+
jupyterlab==3.6.3
|
20 |
+
omegaconf==2.3.0
|
21 |
+
pandas==2.0.0
|
22 |
+
pytorch-lightning==2.0.9
|
23 |
+
scikit-image==0.20.0
|
24 |
+
scikit-learn==1.2.2
|
25 |
+
scipy==1.9.1
|
26 |
+
seaborn==0.12.2
|
27 |
+
-e .
|
28 |
+
torch==2.0.0
|
29 |
+
torchdata==0.6.0
|
30 |
+
torchvision==0.15.1
|
31 |
+
tqdm==4.65.0
|
32 |
+
xformers==0.0.19
|
33 |
+
open-clip-torch==2.24.0
|
34 |
+
jsonargparse==4.20.1
|
35 |
+
fairscale==0.4.13
|
36 |
+
rotary-embedding-torch==0.5.3
|
37 |
+
easydict==1.13
|
38 |
+
torchsde==0.2.6
|
39 |
+
imageio[ffmpeg]==2.25.0
|
40 |
+
addict==2.4.0
|
41 |
+
yapf==0.40.2
|
42 |
+
gast==0.5.4
|
43 |
+
simplejson==3.19.2
|
44 |
+
sortedcontainers==2.4.0
|
45 |
+
oss2==2.18.4
|
46 |
+
raft==1.5
|