Cacau commited on
Commit
6292ce0
·
1 Parent(s): bfb4afc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,19 +1,19 @@
1
  numpy
2
  huggingface_hub
3
  subprocess
4
- pytorch-lightning==1.7.6
5
  csv-logger
6
- torchmetrics==0.11.1
7
- torch-fidelity==0.3.0
8
- albumentations==1.1.0
9
- opencv-python==4.7.0.72
10
- omegaconf==2.1.1
11
- pillow==9.4.0
12
- einops==0.4.1
13
- transformers==4.25.1
14
- kornia==0.6.7
 
15
  diffusers[training]==0.3.0
16
- captionizer==1.0.1
17
  -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
18
  -e git+https://github.com/openai/CLIP.git@main#egg=clip
19
  -e .
 
1
  numpy
2
  huggingface_hub
3
  subprocess
4
+ pytorch-lightning
5
  csv-logger
6
+ torchmetrics
7
+ torch-fidelity
8
+ albumentations
9
+ opencv-python
10
+ omegaconf
11
+ pillow
12
+ einops
13
+ transformers
14
+ kornia
15
+ diffusers
16
  diffusers[training]==0.3.0
 
17
  -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
18
  -e git+https://github.com/openai/CLIP.git@main#egg=clip
19
  -e .