Zhouyan248 commited on
Commit
29a6729
1 Parent(s): 3680466

Update requirements.txt

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