Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -10,7 +10,8 @@ click==8.1.7
|
|
10 |
colorama==0.4.6
|
11 |
contourpy==1.2.0
|
12 |
cycler==0.12.1
|
13 |
-
diffusers==0.27.2
|
|
|
14 |
einops==0.7.0
|
15 |
exceptiongroup==1.2.0
|
16 |
executing==2.0.1
|
@@ -24,7 +25,8 @@ gradio_client==0.14.0
|
|
24 |
h11==0.14.0
|
25 |
httpcore==1.0.5
|
26 |
httpx==0.27.0
|
27 |
-
huggingface-hub==0.22.2
|
|
|
28 |
idna==3.6
|
29 |
importlib_metadata==7.1.0
|
30 |
importlib_resources==6.4.0
|
@@ -89,7 +91,8 @@ tomlkit==0.12.0
|
|
89 |
toolz==0.12.1
|
90 |
torch==2.2.0
|
91 |
tqdm==4.66.2
|
92 |
-
transformers==4.39.2
|
|
|
93 |
triton==2.2.0
|
94 |
typer==0.11.1
|
95 |
typing_extensions==4.10.0
|
|
|
10 |
colorama==0.4.6
|
11 |
contourpy==1.2.0
|
12 |
cycler==0.12.1
|
13 |
+
# diffusers==0.27.2
|
14 |
+
diffusers==0.25.0
|
15 |
einops==0.7.0
|
16 |
exceptiongroup==1.2.0
|
17 |
executing==2.0.1
|
|
|
25 |
h11==0.14.0
|
26 |
httpcore==1.0.5
|
27 |
httpx==0.27.0
|
28 |
+
# huggingface-hub==0.22.2
|
29 |
+
huggingface-hub==0.20.3
|
30 |
idna==3.6
|
31 |
importlib_metadata==7.1.0
|
32 |
importlib_resources==6.4.0
|
|
|
91 |
toolz==0.12.1
|
92 |
torch==2.2.0
|
93 |
tqdm==4.66.2
|
94 |
+
# transformers==4.39.2
|
95 |
+
transformers==4.37.2
|
96 |
triton==2.2.0
|
97 |
typer==0.11.1
|
98 |
typing_extensions==4.10.0
|