Commit
•
872df64
1
Parent(s):
2df6ae7
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
18 |
+
|
19 |
+
moviepy==1.0.3
|