Ming Li commited on
Commit
9085ad2
1 Parent(s): 554ac76

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -17
requirements.txt CHANGED
@@ -1,17 +1,118 @@
1
- accelerate
2
- controlnet_aux==0.0.7
3
- diffusers
4
- einops
5
- gradio
6
- gradio_client
7
- huggingface-hub
8
- mediapipe
9
- opencv-python-headless
10
- safetensors
11
- torch
12
- torchvision
13
- transformers
14
- kornia
15
- timm
16
- spaces
17
- git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ accelerate==0.21.0
3
+ aiofiles==23.2.1
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ attrs==23.2.0
8
+ certifi==2024.2.2
9
+ cffi==1.16.0
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ cmake==3.29.2
13
+ contourpy==1.2.1
14
+ controlnet-aux==0.0.6
15
+ cycler==0.12.1
16
+ diffusers==0.26.3
17
+ einops==0.6.1
18
+ exceptiongroup==1.2.0
19
+ fastapi==0.110.1
20
+ ffmpy==0.3.2
21
+ filelock==3.13.4
22
+ flatbuffers==24.3.25
23
+ fonttools==4.51.0
24
+ fsspec==2024.3.1
25
+ gradio==4.26.0
26
+ gradio_client==0.15.1
27
+ h11==0.14.0
28
+ httpcore==1.0.5
29
+ httpx==0.27.0
30
+ huggingface-hub==0.21.2
31
+ idna==3.7
32
+ imageio==2.34.0
33
+ importlib_metadata==7.1.0
34
+ importlib_resources==6.4.0
35
+ Jinja2==3.1.3
36
+ jsonschema==4.21.1
37
+ jsonschema-specifications==2023.12.1
38
+ kiwisolver==1.4.5
39
+ kornia==0.7.0
40
+ lazy_loader==0.4
41
+ lit==18.1.3
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.5
44
+ matplotlib==3.8.4
45
+ mdurl==0.1.2
46
+ mediapipe==0.10.1
47
+ mpmath==1.3.0
48
+ mypy-extensions==1.0.0
49
+ networkx==3.3
50
+ numpy==1.26.4
51
+ nvidia-cublas-cu11==11.10.3.66
52
+ nvidia-cuda-cupti-cu11==11.7.101
53
+ nvidia-cuda-nvrtc-cu11==11.7.99
54
+ nvidia-cuda-runtime-cu11==11.7.99
55
+ nvidia-cudnn-cu11==8.5.0.96
56
+ nvidia-cufft-cu11==10.9.0.58
57
+ nvidia-curand-cu11==10.2.10.91
58
+ nvidia-cusolver-cu11==11.4.0.1
59
+ nvidia-cusparse-cu11==11.7.4.91
60
+ nvidia-nccl-cu11==2.14.3
61
+ nvidia-nvtx-cu11==11.7.91
62
+ opencv-contrib-python==4.9.0.80
63
+ opencv-python==4.9.0.80
64
+ opencv-python-headless==4.8.0.74
65
+ orjson==3.10.0
66
+ packaging==24.0
67
+ pandas==2.2.2
68
+ pillow==10.3.0
69
+ protobuf==3.20.3
70
+ psutil==5.9.8
71
+ pycparser==2.22
72
+ pydantic==2.7.0
73
+ pydantic_core==2.18.1
74
+ pydub==0.25.1
75
+ Pygments==2.17.2
76
+ pyparsing==3.1.2
77
+ pyre-extensions==0.0.29
78
+ python-dateutil==2.9.0.post0
79
+ python-multipart==0.0.9
80
+ pytz==2024.1
81
+ PyYAML==6.0.1
82
+ referencing==0.34.0
83
+ regex==2023.12.25
84
+ requests==2.31.0
85
+ rich==13.7.1
86
+ rpds-py==0.18.0
87
+ ruff==0.3.7
88
+ safetensors==0.4.1
89
+ scikit-image==0.23.1
90
+ scipy==1.13.0
91
+ semantic-version==2.10.0
92
+ shellingham==1.5.4
93
+ six==1.16.0
94
+ sniffio==1.3.1
95
+ sounddevice==0.4.6
96
+ spaces==0.26.0
97
+ starlette==0.37.2
98
+ sympy==1.12
99
+ tifffile==2024.2.12
100
+ timm==0.9.16
101
+ tokenizers==0.15.2
102
+ tomlkit==0.12.0
103
+ toolz==0.12.1
104
+ torch==2.0.1
105
+ torchaudio==2.2.2+cu118
106
+ torchvision==0.15.2
107
+ tqdm==4.66.2
108
+ transformers==4.38.1
109
+ triton==2.0.0
110
+ typer==0.12.3
111
+ typing-inspect==0.9.0
112
+ typing_extensions==4.11.0
113
+ tzdata==2024.1
114
+ urllib3==2.2.1
115
+ uvicorn==0.29.0
116
+ websockets==11.0.3
117
+ xformers==0.0.20
118
+ zipp==3.18.1