Spaces:
Configuration error
Configuration error
Create requirements.txt
Browse files- requirements.txt +32 -0
requirements.txt
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.21.0
|
2 |
+
av==11.0.0
|
3 |
+
clip @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a
|
4 |
+
decord==0.6.0
|
5 |
+
diffusers==0.24.0
|
6 |
+
einops==0.4.1
|
7 |
+
gradio==4.24.0
|
8 |
+
gradio_client==0.14.0
|
9 |
+
imageio==2.33.0
|
10 |
+
imageio-ffmpeg==0.4.9
|
11 |
+
numpy==1.24.4
|
12 |
+
omegaconf==2.2.3
|
13 |
+
onnxruntime-gpu==1.16.3
|
14 |
+
open-clip-torch==2.20.0
|
15 |
+
opencv-contrib-python==4.8.1.78
|
16 |
+
opencv-python==4.8.1.78
|
17 |
+
Pillow==9.5.0
|
18 |
+
scikit-image==0.21.0
|
19 |
+
scikit-learn==1.3.2
|
20 |
+
scipy==1.11.4
|
21 |
+
torch==2.0.1
|
22 |
+
torchdiffeq==0.2.3
|
23 |
+
torchmetrics==1.2.1
|
24 |
+
torchsde==0.2.5
|
25 |
+
torchvision==0.15.2
|
26 |
+
tqdm==4.66.1
|
27 |
+
transformers==4.30.2
|
28 |
+
xformers==0.0.22
|
29 |
+
controlnet-aux==0.0.7
|
30 |
+
mediapipe==0.10.11
|
31 |
+
librosa==0.9.2
|
32 |
+
ffmpeg-python==0.2.0
|