Spaces:
Build error
Build error
flatcherlee
commited on
Commit
•
5481cc6
1
Parent(s):
63de209
Create requirements.txt
Browse files- requirements.txt +51 -0
requirements.txt
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchaudio
|
3 |
+
torchsde
|
4 |
+
torchvision
|
5 |
+
einops
|
6 |
+
transformers
|
7 |
+
tokenizers>=0.13.3
|
8 |
+
sentencepiece
|
9 |
+
safetensors>=0.4.2
|
10 |
+
aiohttp
|
11 |
+
Pillow
|
12 |
+
|
13 |
+
tqdm
|
14 |
+
psutil
|
15 |
+
|
16 |
+
#non essential dependencies:
|
17 |
+
kornia>=0.7.1
|
18 |
+
spandrel
|
19 |
+
soundfile
|
20 |
+
|
21 |
+
huggingface-hub
|
22 |
+
accelerate
|
23 |
+
color-matcher
|
24 |
+
matplotlib
|
25 |
+
cachetools
|
26 |
+
colorama
|
27 |
+
importlib_metadata
|
28 |
+
scipy
|
29 |
+
opencv-python==4.7.0.72
|
30 |
+
scikit-image
|
31 |
+
pyyaml
|
32 |
+
python-dateutil
|
33 |
+
mediapipe
|
34 |
+
svglib
|
35 |
+
fvcore
|
36 |
+
yapf
|
37 |
+
omegaconf
|
38 |
+
ftfy
|
39 |
+
addict
|
40 |
+
yacs
|
41 |
+
trimesh[easy]
|
42 |
+
albumentations
|
43 |
+
scikit-learn
|
44 |
+
git+https://github.com/WASasquatch/img2texture.git
|
45 |
+
git+https://github.com/WASasquatch/cstr
|
46 |
+
imageio
|
47 |
+
joblib
|
48 |
+
numba
|
49 |
+
pilgram
|
50 |
+
timm>=0.4.12
|
51 |
+
piexif
|