Michael Ramos
commited on
Commit
•
496b05b
1
Parent(s):
9522910
try different reqs
Browse files- requirements.txt +14 -80
requirements.txt
CHANGED
@@ -1,80 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
ffmpy==0.3.1
|
16 |
-
filelock==3.13.1
|
17 |
-
fonttools==4.47.2
|
18 |
-
fsspec==2023.12.2
|
19 |
-
gradio==4.15.0
|
20 |
-
gradio_client==0.8.1
|
21 |
-
h11==0.14.0
|
22 |
-
httpcore==1.0.2
|
23 |
-
httpx==0.26.0
|
24 |
-
huggingface-hub==0.20.3
|
25 |
-
idna==3.6
|
26 |
-
importlib-metadata==7.0.1
|
27 |
-
importlib-resources==6.1.1
|
28 |
-
Jinja2==3.1.3
|
29 |
-
jsonschema==4.21.1
|
30 |
-
jsonschema-specifications==2023.12.1
|
31 |
-
kiwisolver==1.4.5
|
32 |
-
markdown-it-py==3.0.0
|
33 |
-
MarkupSafe==2.1.4
|
34 |
-
matplotlib==3.8.2
|
35 |
-
mdurl==0.1.2
|
36 |
-
mpmath==1.3.0
|
37 |
-
networkx==3.0
|
38 |
-
numpy==1.26.3
|
39 |
-
orjson==3.9.12
|
40 |
-
packaging==23.2
|
41 |
-
pandas==2.2.0
|
42 |
-
pillow==10.2.0
|
43 |
-
psutil==5.9.8
|
44 |
-
pydantic==2.5.3
|
45 |
-
pydantic_core==2.14.6
|
46 |
-
pydub==0.25.1
|
47 |
-
Pygments==2.17.2
|
48 |
-
pyparsing==3.1.1
|
49 |
-
python-dateutil==2.8.2
|
50 |
-
python-multipart==0.0.6
|
51 |
-
pytz==2023.3.post1
|
52 |
-
PyYAML==6.0.1
|
53 |
-
referencing==0.32.1
|
54 |
-
regex==2023.12.25
|
55 |
-
requests==2.31.0
|
56 |
-
rich==13.7.0
|
57 |
-
rpds-py==0.17.1
|
58 |
-
ruff==0.1.14
|
59 |
-
safetensors==0.4.2
|
60 |
-
semantic-version==2.10.0
|
61 |
-
shellingham==1.5.4
|
62 |
-
six==1.16.0
|
63 |
-
sniffio==1.3.0
|
64 |
-
starlette==0.35.1
|
65 |
-
sympy==1.12
|
66 |
-
tokenizers==0.15.1
|
67 |
-
tomlkit==0.12.0
|
68 |
-
toolz==0.12.1
|
69 |
-
torch==2.1.2+cu118
|
70 |
-
torchaudio==2.1.2+cu118
|
71 |
-
torchvision==0.16.2+cu118
|
72 |
-
tqdm==4.66.1
|
73 |
-
transformers==4.37.0
|
74 |
-
typer==0.9.0
|
75 |
-
typing_extensions==4.9.0
|
76 |
-
tzdata==2023.4
|
77 |
-
urllib3==2.1.0
|
78 |
-
uvicorn==0.27.0
|
79 |
-
websockets==11.0.3
|
80 |
-
zipp==3.17.0
|
|
|
1 |
+
diffusers==0.23.1
|
2 |
+
transformers
|
3 |
+
gradio==4.7.1
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
5 |
+
torch==2.1.0
|
6 |
+
fastapi==0.104.0
|
7 |
+
uvicorn==0.23.2
|
8 |
+
Pillow==10.1.0
|
9 |
+
accelerate==0.24.0
|
10 |
+
compel==2.0.2
|
11 |
+
controlnet-aux==0.0.7
|
12 |
+
peft==0.6.0
|
13 |
+
xformers
|
14 |
+
hf_transfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|