reedmayhew commited on
Commit
79f1dff
·
verified ·
1 Parent(s): 4d9f292

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub>=0.19.0
2
+ transformers>=4.35.0
3
+ diffusers>=0.24.0
4
+ accelerate>=0.23.0
5
+ torch>=2.0.0
6
+ gradio>=4.0.0
7
+ opencv-python>=4.8.0
8
+ scipy>=1.11.0
9
+ einops>=0.7.0
10
+ onnxruntime>=1.16.0
11
+ timm>=0.9.0
12
+ safetensors>=0.4.0
13
+ pillow>=10.0.0
14
+ moviepy>=1.0.3
15
+ imageio>=2.30.0
16
+ torchvision>=0.15.0
17
+ decord>=0.6.0
18
+ omegaconf>=2.3.0
19
+ openai>=1.5.0
20
+ psutil>=5.9.0
21
+ numpy>=1.24.0
22
+ tqdm>=4.64.0