Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
|
3 |
+
accelerate==0.28.0
|
4 |
+
audio-separator==0.17.2
|
5 |
+
av==12.1.0
|
6 |
+
bitsandbytes==0.43.1
|
7 |
+
decord==0.6.0
|
8 |
+
einops==0.8.0
|
9 |
+
insightface==0.7.3
|
10 |
+
librosa==0.10.2.post1
|
11 |
+
mediapipe[vision]==0.10.14
|
12 |
+
mlflow==2.13.1
|
13 |
+
moviepy==1.0.3
|
14 |
+
numpy==1.26.4
|
15 |
+
omegaconf==2.3.0
|
16 |
+
onnx2torch==1.5.14
|
17 |
+
onnx==1.16.1
|
18 |
+
onnxruntime-gpu==1.18.0
|
19 |
+
opencv-contrib-python==4.9.0.80
|
20 |
+
opencv-python-headless==4.9.0.80
|
21 |
+
opencv-python==4.9.0.80
|
22 |
+
pillow==10.3.0
|
23 |
+
setuptools==70.0.0
|
24 |
+
torch==2.2.2+cu121
|
25 |
+
torchvision==0.17.2+cu121
|
26 |
+
tqdm==4.66.4
|
27 |
+
transformers==4.39.2
|
28 |
+
xformers==0.0.25.post1
|
29 |
+
isort==5.13.2
|
30 |
+
pylint==3.2.2
|
31 |
+
pre-commit==3.7.1
|
32 |
+
gradio==4.36.1
|
33 |
+
# diffusers==0.27.2
|
34 |
+
diffusers @ git+https://github.com/initml/diffusers.git@clement/feature/flash
|
35 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
36 |
+
# torch==2.2.2+cu121
|
37 |
+
torchaudio
|