AP123 commited on
Commit
2aeaaf2
1 Parent(s): 16a9079

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ diffusers==0.20.0
2
+ torch==2.0.1
3
+ torchvision
4
+ transformers
5
+ accelerate
6
+ einops
7
+ opencv-python
8
+ wandb
9
+ omegaconf
10
+ imageio
11
+ decord
12
+ xformers
13
+ lpips
14
+ bitsandbytes
15
+ pytorch-lightning
16
+ tensorboard
17
+ imageio[ffmpeg]