Dalladrain commited on
Commit
fdf79cb
·
verified ·
1 Parent(s): 559f8fe

Update Requirements.txt

Browse files
Files changed (1) hide show
  1. Requirements.txt +11 -5
Requirements.txt CHANGED
@@ -1,5 +1,12 @@
 
 
 
 
 
 
 
 
1
  albumentations==0.4.3
2
- opencv-python
3
  pudb==2019.2
4
  imageio==2.9.0
5
  imageio-ffmpeg==0.4.2
@@ -7,13 +14,12 @@ pytorch-lightning==1.4.2
7
  torchmetrics==0.6
8
  omegaconf==2.1.1
9
  test-tube>=0.7.5
10
- streamlit>=0.73.1
11
  einops==0.3.0
12
- transformers==4.19.2
13
  webdataset==0.2.5
14
  open-clip-torch==2.7.0
15
- gradio==3.13.2
16
  kornia==0.6
17
  invisible-watermark>=0.1.5
 
18
  streamlit-drawable-canvas==0.8.0
19
- -e .
 
1
+ torch>=2.0.0
2
+ diffusers[torch]==0.20.0
3
+ transformers>=4.35
4
+ accelerate
5
+ safetensors
6
+ Pillow
7
+ numpy
8
+ opencv-python-headless
9
  albumentations==0.4.3
 
10
  pudb==2019.2
11
  imageio==2.9.0
12
  imageio-ffmpeg==0.4.2
 
14
  torchmetrics==0.6
15
  omegaconf==2.1.1
16
  test-tube>=0.7.5
 
17
  einops==0.3.0
 
18
  webdataset==0.2.5
19
  open-clip-torch==2.7.0
20
+ gradio==5.48.0
21
  kornia==0.6
22
  invisible-watermark>=0.1.5
23
+ streamlit>=0.73.1
24
  streamlit-drawable-canvas==0.8.0
25
+ -e .