feishen29 commited on
Commit
9c90ac7
1 Parent(s): 9857901

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +168 -26
requirements.txt CHANGED
@@ -1,29 +1,171 @@
1
- transformers==4.36.2
2
- torch==2.2.0
3
- torchvision
4
- torchaudio
5
- numpy
6
- scipy
7
- scikit-image
8
- opencv-python
9
- pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  diffusers==0.25.1
11
- accelerate==0.26.1
12
- matplotlib
13
- tqdm
14
- config
15
- einops
16
- onnxruntime==1.18.0
17
- basicsr
18
- av
19
- fvcore
20
- cloudpickle
21
- omegaconf
22
- pycocotools
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  modelscope==1.15.0
24
- oss2
25
- datasets==2.18.0
26
- controlnet_aux==0.0.9
27
- insightface
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  timm==0.6.7
29
- mediapipe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.30.1
2
+ addict==2.4.0
3
+ aiofiles==23.2.1
4
+ aiohttp==3.9.5
5
+ aiosignal==1.3.1
6
+ albucore==0.0.9
7
+ albumentations==1.4.8
8
+ aliyun-python-sdk-core==2.15.1
9
+ aliyun-python-sdk-kms==2.16.3
10
+ altair==5.3.0
11
+ annotated-types==0.7.0
12
+ anyio==4.4.0
13
+ async-timeout==4.0.3
14
+ attrs==23.2.0
15
+ bitsandbytes==0.43.1
16
+ certifi==2024.6.2
17
+ cffi==1.16.0
18
+ charset-normalizer==3.3.2
19
+ click==8.1.7
20
+ colorama==0.4.6
21
+ coloredlogs==15.0.1
22
+ contourpy==1.2.1
23
+ controlnet-aux==0.0.9
24
+ crcmod==1.7
25
+ cryptography==42.0.8
26
+ cycler==0.12.1
27
+ Cython==3.0.10
28
+ datasets==2.18.0
29
  diffusers==0.25.1
30
+ dill==0.3.8
31
+ dnspython==2.6.1
32
+ easydict==1.13
33
+ einops==0.8.0
34
+ email_validator==2.1.1
35
+ exceptiongroup==1.2.1
36
+ fastapi==0.111.0
37
+ fastapi-cli==0.0.4
38
+ ffmpy==0.3.2
39
+ filelock==3.14.0
40
+ flatbuffers==24.3.25
41
+ fonttools==4.53.0
42
+ frozenlist==1.4.1
43
+ fsspec==2024.2.0
44
+ gast==0.5.4
45
+ gradio==4.26.0
46
+ gradio_client==0.15.1
47
+ h11==0.14.0
48
+ httpcore==1.0.5
49
+ httptools==0.6.1
50
+ httpx==0.27.0
51
+ huggingface-hub==0.23.3
52
+ humanfriendly==10.0
53
+ idna==3.7
54
+ imageio==2.34.1
55
+ importlib_metadata==7.1.0
56
+ importlib_resources==6.4.0
57
+ insightface==0.7.3
58
+ Jinja2==3.1.4
59
+ jmespath==0.10.0
60
+ joblib==1.4.2
61
+ jsonschema==4.22.0
62
+ jsonschema-specifications==2023.12.1
63
+ kiwisolver==1.4.5
64
+ lazy_loader==0.4
65
+ Markdown==3.6
66
+ markdown-it-py==3.0.0
67
+ MarkupSafe==2.1.5
68
+ matplotlib==3.9.0
69
+ mdurl==0.1.2
70
+ mmcv-full==1.7.2
71
+ mmdet==2.26.0
72
+ mmengine==0.10.4
73
+ model-index==0.1.11
74
  modelscope==1.15.0
75
+ mpmath==1.3.0
76
+ multidict==6.0.5
77
+ multiprocess==0.70.16
78
+ networkx==3.2.1
79
+ numpy==1.26.4
80
+ nvidia-cublas-cu12==12.1.3.1
81
+ nvidia-cuda-cupti-cu12==12.1.105
82
+ nvidia-cuda-nvrtc-cu12==12.1.105
83
+ nvidia-cuda-runtime-cu12==12.1.105
84
+ nvidia-cudnn-cu12==8.9.2.26
85
+ nvidia-cufft-cu12==11.0.2.54
86
+ nvidia-curand-cu12==10.3.2.106
87
+ nvidia-cusolver-cu12==11.4.5.107
88
+ nvidia-cusparse-cu12==12.1.0.106
89
+ nvidia-nccl-cu12==2.19.3
90
+ nvidia-nvjitlink-cu12==12.5.40
91
+ nvidia-nvtx-cu12==12.1.105
92
+ onnx==1.16.1
93
+ onnxruntime-gpu==1.18.0
94
+ opencv-python==4.10.0.82
95
+ opencv-python-headless==4.9.0.80
96
+ opendatalab==0.0.10
97
+ openmim==0.3.9
98
+ openxlab==0.1.0
99
+ ordered-set==4.1.0
100
+ orjson==3.10.3
101
+ oss2==2.17.0
102
+ packaging==24.0
103
+ pandas==2.2.2
104
+ pillow==10.3.0
105
+ platformdirs==4.2.2
106
+ prettytable==3.10.0
107
+ protobuf==5.27.1
108
+ psutil==5.9.8
109
+ pyarrow==16.1.0
110
+ pyarrow-hotfix==0.6
111
+ pycocotools==2.0.7
112
+ pycparser==2.22
113
+ pycryptodome==3.20.0
114
+ pydantic==2.7.2
115
+ pydantic_core==2.18.3
116
+ pydub==0.25.1
117
+ Pygments==2.18.0
118
+ pyparsing==3.1.2
119
+ python-dateutil==2.9.0.post0
120
+ python-dotenv==1.0.1
121
+ python-multipart==0.0.9
122
+ pytz==2023.4
123
+ PyYAML==6.0.1
124
+ referencing==0.35.1
125
+ regex==2024.5.15
126
+ requests==2.28.2
127
+ rich==13.4.2
128
+ rpds-py==0.18.1
129
+ ruff==0.4.7
130
+ safetensors==0.4.3
131
+ scikit-image==0.22.0
132
+ scikit-learn==1.5.0
133
+ scipy==1.13.1
134
+ semantic-version==2.10.0
135
+ shapely==2.0.4
136
+ shellingham==1.5.4
137
+ simplejson==3.19.2
138
+ six==1.16.0
139
+ sniffio==1.3.1
140
+ sortedcontainers==2.4.0
141
+ starlette==0.37.2
142
+ sympy==1.12.1
143
+ tabulate==0.9.0
144
+ termcolor==2.4.0
145
+ terminaltables==3.1.10
146
+ threadpoolctl==3.5.0
147
+ tifffile==2024.5.22
148
  timm==0.6.7
149
+ tokenizers==0.19.1
150
+ tomli==2.0.1
151
+ tomlkit==0.12.0
152
+ toolz==0.12.1
153
+ torch==2.2.0
154
+ torchvision==0.17.0
155
+ tqdm==4.65.2
156
+ transformers==4.41.2
157
+ triton==2.2.0
158
+ typer==0.12.3
159
+ typing_extensions==4.12.1
160
+ tzdata==2024.1
161
+ ujson==5.10.0
162
+ urllib3==1.26.18
163
+ uvicorn==0.30.1
164
+ uvloop==0.19.0
165
+ watchfiles==0.22.0
166
+ wcwidth==0.2.13
167
+ websockets==11.0.3
168
+ xxhash==3.4.1
169
+ yapf==0.40.2
170
+ yarl==1.9.4
171
+ zipp==3.19.1