jbilcke-hf HF staff commited on
Commit
6cf9e6f
1 Parent(s): 5401faf

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ diffusers @ git+https://github.com/huggingface/diffusers.git@main
2
+ varnish @ git+https://github.com/jbilcke-hf/varnish.git@main
3
+
4
+ opencv-python>=4.10.0.84
5
+
6
+ transformers==4.46.1
7
+
8
+ tokenizers>=0.20.3
9
+ accelerate>=1.1.1
10
+ pandas>=2.0.3
11
+ numpy
12
+ einops==0.7.0
13
+ tqdm>=4.66.5
14
+ loguru>=0.7.2
15
+ imageio>=2.34.2
16
+ imageio-ffmpeg>=0.5.1
17
+ safetensors>=0.4.5