Aore commited on
Commit
930565a
·
1 Parent(s): 74fe6a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -11
requirements.txt CHANGED
@@ -1,11 +1,29 @@
1
- share
2
- einops
3
- gradio
4
- pytorch_lightning
5
- opencv-python
6
- basicsr
7
- numpy
8
- torch
9
- timm
10
- prettytable
11
- omegaconf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python=3.8.5
2
+ pip=20.3
3
+ cudatoolkit=11.3
4
+ pytorch=1.12.1
5
+ torchvision=0.13.1
6
+ numpy=1.23.1
7
+ gradio==3.16.2
8
+ albumentations==1.3.0
9
+ opencv-contrib-python==4.3.0.36
10
+ imageio==2.9.0
11
+ imageio-ffmpeg==0.4.2
12
+ pytorch-lightning==1.5.0
13
+ omegaconf==2.1.1
14
+ test-tube>=0.7.5
15
+ streamlit==1.12.1
16
+ einops==0.3.0
17
+ transformers==4.19.2
18
+ webdataset==0.2.5
19
+ kornia==0.6
20
+ open_clip_torch==2.0.2
21
+ invisible-watermark>=0.1.5
22
+ streamlit-drawable-canvas==0.8.0
23
+ torchmetrics==0.6.0
24
+ timm==0.6.12
25
+ addict==2.4.0
26
+ yapf==0.32.0
27
+ prettytable==3.6.0
28
+ safetensors==0.2.7
29
+ basicsr==1.4.2