Spaces:
Runtime error
Runtime error
Update pre-requirements.txt
Browse files- pre-requirements.txt +16 -16
pre-requirements.txt
CHANGED
@@ -2,19 +2,19 @@ pip==23.3.1
|
|
2 |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
4 |
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
2 |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
4 |
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
5 |
+
tqdm
|
6 |
+
mediapipe
|
7 |
+
Pillow
|
8 |
+
diffusers==0.18.2
|
9 |
+
transformers==4.30.2
|
10 |
+
fire==0.5.0
|
11 |
+
huggingface_hub==0.16.4
|
12 |
+
imageio==2.31.1
|
13 |
+
imageio-ffmpeg
|
14 |
+
PyYAML
|
15 |
+
safetensors
|
16 |
+
wandb
|
17 |
+
accelerate
|
18 |
+
triton
|
19 |
+
gradio
|
20 |
+
plyfile==0.8.1
|