Zhouyan248 commited on
Commit
b135a7d
1 Parent(s): ef573ad

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +52 -0
requirements.txt ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.19.0
2
+ av==10.0.0
3
+ decord==0.6.0
4
+ diffusers[torch]==0.16.0
5
+ ffmpeg==1.4
6
+ imageio==2.31.1
7
+ imageio-ffmpeg==0.4.9
8
+ pandas==2.0.1
9
+ timm==0.6.13
10
+ tqdm==4.65.0
11
+ transformers==4.28.1
12
+ xformers==0.0.20
13
+ omegaconf==2.3.0
14
+ natsort==8.4.0
15
+ rotary_embedding_torch
16
+ gradio==4.3.0
17
+
18
+ black==23.7.0
19
+ chardet==5.1.0
20
+ clip @ git+https://github.com/openai/CLIP.git
21
+ einops>=0.6.1
22
+ fairscale>=0.4.13
23
+ fire>=0.5.0
24
+ fsspec>=2023.6.0
25
+ invisible-watermark>=0.2.0
26
+ kornia==0.6.9
27
+ matplotlib>=3.7.2
28
+ natsort>=8.4.0
29
+ ninja>=1.11.1
30
+ numpy>=1.24.4
31
+ open-clip-torch>=2.20.0
32
+ opencv-python==4.6.0.66
33
+ pillow>=9.5.0
34
+ pudb>=2022.1.3
35
+ pytorch-lightning==2.0.1
36
+ pyyaml>=6.0.1
37
+ scipy>=1.10.1
38
+ streamlit>=0.73.1
39
+ tensorboardx==2.6
40
+ tokenizers==0.12.1
41
+ torch>=2.0.1
42
+ torchaudio>=2.0.2
43
+ torchdata==0.6.1
44
+ torchmetrics>=1.0.1
45
+ torchvision>=0.15.2
46
+ triton==2.0.0
47
+ urllib3<1.27,>=1.25.4
48
+ wandb>=0.15.6
49
+ webdataset>=0.2.33
50
+ wheel>=0.41.0
51
+ fire
52
+ uuid