Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -32
requirements.txt
CHANGED
@@ -1,34 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
peft
|
7 |
ftfy
|
8 |
-
|
9 |
-
|
10 |
-
huggingface-hub==0.32.2
|
11 |
-
imageio==2.27.0
|
12 |
-
decord==0.6.0
|
13 |
-
accelerate==1.6.0
|
14 |
-
einops==0.7.0
|
15 |
-
omegaconf==2.3.0
|
16 |
-
safetensors>=0.4.3
|
17 |
-
opencv-python==4.9.0.80
|
18 |
-
mediapipe==0.10.11
|
19 |
-
av==11.0.0
|
20 |
-
torch-fidelity==0.3.0
|
21 |
-
torchmetrics==1.3.1
|
22 |
-
python_speech_features==0.6
|
23 |
-
librosa==0.10.1
|
24 |
-
scenedetect==0.6.1
|
25 |
-
ffmpeg-python==0.2.0
|
26 |
-
lpips==0.1.4
|
27 |
-
face-alignment==1.4.1
|
28 |
-
ninja==1.11.1.1
|
29 |
-
pandas==2.0.3
|
30 |
-
numpy==1.24.4
|
31 |
-
pydub==0.25.1
|
32 |
-
moviepy==1.0.3
|
33 |
-
spaces
|
34 |
-
gradio[mcp]
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
transformers
|
3 |
+
accelerate
|
4 |
+
safetensors
|
5 |
+
sentencepiece
|
6 |
peft
|
7 |
ftfy
|
8 |
+
imageio-ffmpeg
|
9 |
+
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|