Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +28 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,29 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
spaces
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML frameworks
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision
|
| 4 |
+
transformers>=4.35.0
|
| 5 |
+
diffusers>=0.24.0
|
| 6 |
+
accelerate>=0.24.0
|
| 7 |
+
safetensors
|
| 8 |
+
|
| 9 |
+
# Image and video processing
|
| 10 |
+
Pillow>=9.0.0
|
| 11 |
+
opencv-python
|
| 12 |
+
numpy
|
| 13 |
+
imageio
|
| 14 |
+
imageio-ffmpeg
|
| 15 |
+
|
| 16 |
+
# Audio processing (open source)
|
| 17 |
+
TTS>=0.20.0
|
| 18 |
+
soundfile
|
| 19 |
+
librosa
|
| 20 |
+
|
| 21 |
+
# Gradio for interface
|
| 22 |
+
gradio>=4.0.0
|
| 23 |
spaces
|
| 24 |
+
|
| 25 |
+
# Utilities
|
| 26 |
+
requests
|
| 27 |
+
tqdm
|
| 28 |
+
huggingface-hub
|
| 29 |
+
xformers # For memory optimization
|