Spaces:
Running
on
T4
Running
on
T4
Create requirements
Browse files- requirements +21 -0
requirements
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.3.0
|
2 |
+
torchvision==0.18.0
|
3 |
+
torchaudio==2.3.0
|
4 |
+
moviepy==1.0.3
|
5 |
+
imageio[ffmpeg]
|
6 |
+
pillow==10.4.0
|
7 |
+
tyro==0.8.5
|
8 |
+
onnxruntime-gpu==1.18.1
|
9 |
+
onnx==1.16.1
|
10 |
+
pydantic==1.10.12
|
11 |
+
gradio==3.23.0
|
12 |
+
colorama
|
13 |
+
ffmpeg-python==0.2.0
|
14 |
+
mediapipe
|
15 |
+
rembg
|
16 |
+
huggingface_hub[cli]
|
17 |
+
opencv-python
|
18 |
+
matplotlib
|
19 |
+
diffusers
|
20 |
+
transformers
|
21 |
+
accelerate
|