Spaces:
Paused
Paused
Create requirements_HF.txt
Browse files- requirements_HF.txt +21 -0
requirements_HF.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
addict
|
2 |
+
future
|
3 |
+
lmdb
|
4 |
+
numpy
|
5 |
+
opencv-python
|
6 |
+
Pillow
|
7 |
+
pyyaml
|
8 |
+
requests
|
9 |
+
scikit-image
|
10 |
+
scipy
|
11 |
+
tb-nightly
|
12 |
+
torch>=1.7.1
|
13 |
+
torchvision
|
14 |
+
tqdm
|
15 |
+
yapf
|
16 |
+
lpips
|
17 |
+
gdown # supports downloading the large file from Google Drive
|
18 |
+
diffusers==0.11.0
|
19 |
+
einops
|
20 |
+
ffmpeg-python
|
21 |
+
av
|