Spaces:
Configuration error
Configuration error
Commit
·
f9037b0
1
Parent(s):
45ea4b0
new
Browse files- requirements.txt +69 -0
requirements.txt
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
accelerate==0.24.1
|
3 |
+
antlr4-python3-runtime==4.9.3
|
4 |
+
asttokens==2.4.1
|
5 |
+
bitsandbytes==0.35.4
|
6 |
+
click==8.1.7
|
7 |
+
coloredlogs==15.0.1
|
8 |
+
contourpy==1.2.1
|
9 |
+
cycler==0.12.1
|
10 |
+
decorator==5.1.1
|
11 |
+
decord==0.6.0
|
12 |
+
diffusers==0.19.0
|
13 |
+
einops==0.8.0
|
14 |
+
exceptiongroup==1.2.1
|
15 |
+
executing==2.0.1
|
16 |
+
flatbuffers==24.3.25
|
17 |
+
fonttools==4.53.1
|
18 |
+
fsspec==2024.6.1
|
19 |
+
ftfy==6.2.0
|
20 |
+
grpcio==1.65.0
|
21 |
+
humanfriendly==10.0
|
22 |
+
imageio==2.34.2
|
23 |
+
imageio-ffmpeg==0.5.1
|
24 |
+
importlib-metadata==8.0.0
|
25 |
+
ipython==8.26.0
|
26 |
+
jedi==0.19.1
|
27 |
+
kiwisolver==1.4.5
|
28 |
+
markdown==3.6
|
29 |
+
matplotlib==3.9.1
|
30 |
+
matplotlib-inline==0.1.7
|
31 |
+
modelcards==0.1.6
|
32 |
+
omegaconf==2.3.0
|
33 |
+
onnxruntime==1.18.1
|
34 |
+
onnxruntime-gpu==1.18.1
|
35 |
+
opencv-python==4.10.0.84
|
36 |
+
packaging==24.1
|
37 |
+
parso==0.8.4
|
38 |
+
pexpect==4.9.0
|
39 |
+
prompt-toolkit==3.0.47
|
40 |
+
protobuf==4.25.3
|
41 |
+
psutil==6.0.0
|
42 |
+
ptyprocess==0.7.0
|
43 |
+
pure-eval==0.2.2
|
44 |
+
pyav==12.2.0
|
45 |
+
pygments==2.18.0
|
46 |
+
pyparsing==3.1.2
|
47 |
+
python-dateutil==2.9.0.post0
|
48 |
+
regex==2024.5.15
|
49 |
+
safetensors==0.4.3
|
50 |
+
six==1.16.0
|
51 |
+
stack-data==0.6.3
|
52 |
+
tensorboard==2.17.0
|
53 |
+
tensorboard-data-server==0.7.2
|
54 |
+
tokenizers==0.14.1
|
55 |
+
tqdm==4.66.4
|
56 |
+
traitlets==5.14.3
|
57 |
+
transformers==4.35.0
|
58 |
+
triton==2.3.1
|
59 |
+
wcwidth==0.2.13
|
60 |
+
werkzeug==3.0.3
|
61 |
+
zipp==3.19.2
|
62 |
+
scipy==1.14.0
|
63 |
+
scikit-learn==1.2.2
|
64 |
+
nltk==3.8.1
|
65 |
+
timm==0.6.7
|
66 |
+
scikit-image==0.24.0
|
67 |
+
gdown==5.1.0
|
68 |
+
basicsr-fixed
|
69 |
+
huggingface-hub==0.17.3
|