Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
|
| 3 |
+
torch==2.4.1
|
| 4 |
+
torchvision==0.19.1
|
| 5 |
+
torchaudio==2.4.1
|
| 6 |
+
|
| 7 |
+
gradio==4.44.1
|
| 8 |
+
huggingface_hub==0.35.1
|
| 9 |
+
|
| 10 |
+
diffusers
|
| 11 |
+
transformers
|
| 12 |
+
accelerate
|
| 13 |
+
omegaconf
|
| 14 |
+
einops
|
| 15 |
+
opencv-python-headless
|
| 16 |
+
librosa
|
| 17 |
+
soundfile
|
| 18 |
+
pillow
|
| 19 |
+
imageio
|
| 20 |
+
imageio-ffmpeg
|
| 21 |
+
av
|
| 22 |
+
kornia
|
| 23 |
+
insightface
|
| 24 |
+
onnxruntime-gpu
|