vittore commited on
Commit
05c5272
·
1 Parent(s): e19ec84

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +130 -9
requirements.txt CHANGED
@@ -1,9 +1,130 @@
1
- diffusers
2
- transformers
3
- accelerate
4
- xformers
5
- Pillow
6
- qrcode
7
- filelock
8
- --extra-index-url https://download.pytorch.org/whl/cu118
9
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.30.1
2
+ aiofiles==23.2.1
3
+ altair==5.3.0
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ appnope==0.1.4
7
+ asttokens==2.4.1
8
+ attrs==23.2.0
9
+ Authlib==1.3.0
10
+ backcall==0.2.0
11
+ beautifulsoup4==4.12.3
12
+ bleach==6.1.0
13
+ certifi==2024.2.2
14
+ cffi==1.16.0
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ contourpy==1.2.1
18
+ cryptography==42.0.7
19
+ cycler==0.12.1
20
+ decorator==5.1.1
21
+ defusedxml==0.7.1
22
+ diffusers==0.27.2
23
+ dnspython==2.6.1
24
+ docopt==0.6.2
25
+ email_validator==2.1.1
26
+ executing==2.0.1
27
+ fastapi==0.111.0
28
+ fastapi-cli==0.0.3
29
+ fastjsonschema==2.19.1
30
+ ffmpy==0.3.2
31
+ filelock==3.14.0
32
+ fonttools==4.51.0
33
+ fsspec==2024.3.1
34
+ gradio==4.31.0
35
+ gradio_client==0.16.2
36
+ h11==0.14.0
37
+ httpcore==1.0.5
38
+ httptools==0.6.1
39
+ httpx==0.27.0
40
+ huggingface-hub==0.23.0
41
+ idna==3.7
42
+ importlib_metadata==7.1.0
43
+ importlib_resources==6.4.0
44
+ ipython==8.12.3
45
+ itsdangerous==2.2.0
46
+ jedi==0.19.1
47
+ Jinja2==3.1.4
48
+ jsonschema==4.22.0
49
+ jsonschema-specifications==2023.12.1
50
+ jupyter_client==8.6.1
51
+ jupyter_core==5.7.2
52
+ jupyterlab_pygments==0.3.0
53
+ kiwisolver==1.4.5
54
+ markdown-it-py==3.0.0
55
+ MarkupSafe==2.1.5
56
+ matplotlib==3.8.4
57
+ matplotlib-inline==0.1.7
58
+ mdurl==0.1.2
59
+ mistune==3.0.2
60
+ mpmath==1.3.0
61
+ nbclient==0.10.0
62
+ nbconvert==7.16.4
63
+ nbformat==5.10.4
64
+ networkx==3.3
65
+ numpy==1.26.4
66
+ orjson==3.10.3
67
+ packaging==24.0
68
+ pandas==2.2.2
69
+ pandocfilters==1.5.1
70
+ parso==0.8.4
71
+ pexpect==4.9.0
72
+ pickleshare==0.7.5
73
+ pillow==10.3.0
74
+ platformdirs==4.2.1
75
+ prompt-toolkit==3.0.43
76
+ psutil==5.9.8
77
+ ptyprocess==0.7.0
78
+ pure-eval==0.2.2
79
+ pycparser==2.22
80
+ pydantic==2.7.1
81
+ pydantic_core==2.18.2
82
+ pydub==0.25.1
83
+ Pygments==2.18.0
84
+ pyparsing==3.1.2
85
+ pypng==0.20220715.0
86
+ python-dateutil==2.9.0.post0
87
+ python-dotenv==1.0.1
88
+ python-multipart==0.0.9
89
+ pytz==2024.1
90
+ PyYAML==6.0.1
91
+ pyzmq==26.0.3
92
+ qrcode==7.4.2
93
+ referencing==0.35.1
94
+ regex==2024.5.10
95
+ requests==2.31.0
96
+ rich==13.7.1
97
+ rpds-py==0.18.1
98
+ ruff==0.4.4
99
+ safetensors==0.4.3
100
+ semantic-version==2.10.0
101
+ shellingham==1.5.4
102
+ six==1.16.0
103
+ sniffio==1.3.1
104
+ soupsieve==2.5
105
+ spaces==0.28.3
106
+ stack-data==0.6.3
107
+ starlette==0.37.2
108
+ sympy==1.12
109
+ tinycss2==1.3.0
110
+ tokenizers==0.19.1
111
+ tomlkit==0.12.0
112
+ toolz==0.12.1
113
+ torch==2.3.0
114
+ tornado==6.4
115
+ tqdm==4.66.4
116
+ traitlets==5.14.3
117
+ transformers==4.40.2
118
+ typer==0.12.3
119
+ typing_extensions==4.11.0
120
+ tzdata==2024.1
121
+ ujson==5.9.0
122
+ urllib3==2.2.1
123
+ uvicorn==0.29.0
124
+ uvloop==0.19.0
125
+ watchfiles==0.21.0
126
+ wcwidth==0.2.13
127
+ webencodings==0.5.1
128
+ websockets==11.0.3
129
+ yarg==0.1.9
130
+ zipp==3.18.1