Cacau commited on
Commit
063b5ab
·
1 Parent(s): 03c1b19

Upload requirements.txt

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