Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +34 -0
requirements.txt
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
numpy
|
3 |
+
scipy
|
4 |
+
pillow=10.0.1
|
5 |
+
pytorch=1.12.1
|
6 |
+
torchvision=0.13.1
|
7 |
+
accelerate==0.23.0
|
8 |
+
accelerator==2023.7.18.dev1
|
9 |
+
av==10.0.0
|
10 |
+
beautifulsoup4==4.12.2
|
11 |
+
bottle==0.12.25
|
12 |
+
diffusers==0.21.4
|
13 |
+
filelock==3.12.4
|
14 |
+
fsspec==2023.9.2
|
15 |
+
gdown==4.7.1
|
16 |
+
huggingface-hub==0.17.3
|
17 |
+
imageio==2.31.5
|
18 |
+
importlib-metadata==6.8.0
|
19 |
+
opencv-python==4.8.1.78
|
20 |
+
packaging==23.2
|
21 |
+
psutil==5.9.6
|
22 |
+
pyyaml==6.0.1
|
23 |
+
regex==2023.10.3
|
24 |
+
safetensors==0.4.0
|
25 |
+
setproctitle==1.3.3
|
26 |
+
six==1.16.0
|
27 |
+
soupsieve==2.5
|
28 |
+
tokenizers==0.14.1
|
29 |
+
tqdm==4.66.1
|
30 |
+
transformers==4.34.1
|
31 |
+
waitress==2.1.2
|
32 |
+
zipp==3.17.0
|
33 |
+
moviepy
|
34 |
+
gradio
|