Zhibinhong commited on
Commit
32c8a45
1 Parent(s): b02dfde

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +170 -0
requirements.txt ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.18.0
3
+ addict==2.4.0
4
+ aiofiles==23.1.0
5
+ aiohttp==3.8.4
6
+ aiosignal==1.3.1
7
+ albumentations==1.3.0
8
+ altair==4.2.2
9
+ antlr4-python3-runtime==4.9.3
10
+ anyio==3.6.2
11
+ async-timeout==4.0.2
12
+ attrs==23.1.0
13
+ backports.zoneinfo==0.2.1
14
+ basicsr==1.4.2
15
+ blinker==1.6.2
16
+ braceexpand==0.1.7
17
+ cachetools==5.3.0
18
+ certifi==2022.12.7
19
+ charset-normalizer==3.1.0
20
+ click==8.1.3
21
+ coloredlogs==15.0.1
22
+ contourpy==1.0.7
23
+ controlnet-aux==0.0.3
24
+ cycler==0.11.0
25
+ dataclasses-json==0.5.7
26
+ decorator==5.1.1
27
+ diffusers==0.16.0
28
+ einops==0.6.1
29
+ entrypoints==0.4
30
+ fastapi==0.95.1
31
+ ffmpy==0.3.0
32
+ filelock==3.12.0
33
+ flatbuffers==23.3.3
34
+ fonttools==4.39.3
35
+ frozenlist==1.3.3
36
+ fsspec==2023.4.0
37
+ ftfy==6.1.1
38
+ future==0.18.3
39
+ gitdb==4.0.10
40
+ GitPython==3.1.31
41
+ google-auth==2.17.3
42
+ google-auth-oauthlib==1.0.0
43
+ gradio==3.27.0
44
+ gradio-client==0.1.3
45
+ greenlet==2.0.2
46
+ grpcio==1.54.0
47
+ h11==0.14.0
48
+ httpcore==0.17.0
49
+ httpx==0.24.0
50
+ huggingface-hub==0.14.1
51
+ humanfriendly==10.0
52
+ idna==3.4
53
+ imageio==2.28.0
54
+ imageio-ffmpeg==0.4.8
55
+ importlib-metadata==6.6.0
56
+ importlib-resources==5.12.0
57
+ invisible-watermark==0.1.5
58
+ Jinja2==3.1.2
59
+ joblib==1.2.0
60
+ jsonschema==4.17.3
61
+ kiwisolver==1.4.4
62
+ kornia==0.6.12
63
+ langchain==0.0.101
64
+ lazy-loader==0.2
65
+ linkify-it-py==2.0.0
66
+ lmdb==1.4.1
67
+ Markdown==3.4.3
68
+ markdown-it-py==2.2.0
69
+ MarkupSafe==2.1.2
70
+ marshmallow==3.19.0
71
+ marshmallow-enum==1.5.1
72
+ matplotlib==3.7.1
73
+ mdit-py-plugins==0.3.3
74
+ mdurl==0.1.2
75
+ mpmath==1.3.0
76
+ multidict==6.0.4
77
+ mypy-extensions==1.0.0
78
+ networkx==3.1
79
+ numpy==1.24.3
80
+ nvidia-cublas-cu11==11.10.3.66
81
+ nvidia-cuda-nvrtc-cu11==11.7.99
82
+ nvidia-cuda-runtime-cu11==11.7.99
83
+ nvidia-cudnn-cu11==8.5.0.96
84
+ oauthlib==3.2.2
85
+ omegaconf==2.3.0
86
+ onnx==1.13.1
87
+ onnxruntime==1.14.1
88
+ open-clip-torch==2.17.2
89
+ openai==0.27.4
90
+ opencv-python==4.7.0.72
91
+ opencv-python-headless==4.7.0.72
92
+ orjson==3.8.10
93
+ packaging==23.1
94
+ pandas==1.5.2
95
+ Pillow==9.5.0
96
+ pkgutil-resolve-name==1.3.10
97
+ prettytable==3.7.0
98
+ protobuf==3.20.3
99
+ psutil==5.9.5
100
+ pyarrow==11.0.0
101
+ pyasn1==0.5.0
102
+ pyasn1-modules==0.3.0
103
+ pydantic==1.10.7
104
+ pydeck==0.8.1b0
105
+ pydub==0.25.1
106
+ Pygments==2.15.1
107
+ Pympler==1.0.1
108
+ pyparsing==3.0.9
109
+ pyrsistent==0.19.3
110
+ python-dateutil==2.8.2
111
+ python-multipart==0.0.6
112
+ pytz==2023.3
113
+ pytz-deprecation-shim==0.1.0.post0
114
+ PyWavelets==1.4.1
115
+ PyYAML==6.0
116
+ qudida==0.0.4
117
+ regex==2023.3.23
118
+ requests==2.28.2
119
+ requests-oauthlib==1.3.1
120
+ rich==13.3.4
121
+ rsa==4.9
122
+ safetensors==0.3.1
123
+ scikit-image==0.20.0
124
+ scikit-learn==1.2.2
125
+ scipy==1.8.1
126
+ semantic-version==2.10.0
127
+ sentencepiece==0.1.98
128
+ six==1.16.0
129
+ smmap==5.0.0
130
+ sniffio==1.3.0
131
+ SQLAlchemy==1.4.47
132
+ starlette==0.26.1
133
+ streamlit==1.21.0
134
+ sympy==1.11.1
135
+ tb-nightly==2.13.0a20230426
136
+ tenacity==8.2.2
137
+ tensorboard==2.12.2
138
+ tensorboard-data-server==0.7.0
139
+ tensorboard-plugin-wit==1.8.1
140
+ test-tube==0.7.5
141
+ threadpoolctl==3.1.0
142
+ tifffile==2023.4.12
143
+ timm==0.6.13
144
+ tokenizers==0.13.3
145
+ toml==0.10.2
146
+ tomli==2.0.1
147
+ toolz==0.12.0
148
+ torch==1.13.1
149
+ torchmetrics==0.11.4
150
+ torchvision==0.14.1
151
+ tornado==6.3.1
152
+ tqdm==4.65.0
153
+ transformers==4.28.1
154
+ typing-extensions==4.5.0
155
+ typing-inspect==0.8.0
156
+ tzdata==2023.3
157
+ tzlocal==4.3
158
+ uc-micro-py==1.0.1
159
+ urllib3==1.26.15
160
+ uvicorn==0.21.1
161
+ validators==0.20.0
162
+ watchdog==3.0.0
163
+ wcwidth==0.2.6
164
+ webdataset==0.2.48
165
+ websockets==11.0.2
166
+ Werkzeug==2.3.0
167
+ wget==3.2
168
+ yapf==0.33.0
169
+ yarl==1.9.2
170
+ zipp==3.15.0