Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +23 -11
requirements.txt
CHANGED
@@ -1,16 +1,28 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
-
accelerate
|
3 |
-
|
4 |
-
|
5 |
-
transformers==4.47.1
|
6 |
-
sentencepiece==0.1.96
|
7 |
-
huggingface-hub==0.25.2
|
8 |
einops
|
9 |
-
|
10 |
-
|
11 |
-
opencv-python-headless
|
12 |
imageio
|
13 |
imageio-ffmpeg
|
14 |
-
|
|
|
|
|
|
|
15 |
spaces
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
git+https://github.com/huggingface/accelerate.git@main#egg=accelerate
|
3 |
+
av>=14.0.1
|
4 |
+
git+https://github.com/huggingface/diffusers.git@main#egg=diffusers
|
|
|
|
|
|
|
5 |
einops
|
6 |
+
gradio
|
7 |
+
huggingface-hub>=0.26.5
|
|
|
8 |
imageio
|
9 |
imageio-ffmpeg
|
10 |
+
opencv-python
|
11 |
+
opencv-python-headless
|
12 |
+
pillow==10.2.0
|
13 |
+
safetensors>=0.4.5
|
14 |
spaces
|
15 |
+
torch
|
16 |
+
torchsde
|
17 |
+
torchvision
|
18 |
+
git+https://github.com/huggingface/transformers.git@main#egg=transformers
|
19 |
+
tokenizers>=0.13.3
|
20 |
+
triton
|
21 |
+
tqdm
|
22 |
+
matplotlib
|
23 |
+
numpy
|
24 |
+
packaging
|
25 |
+
psutil
|
26 |
+
sentencepiece
|
27 |
+
setuptools
|
28 |
+
wheel
|