Ming Li
commited on
Commit
•
6df5354
1
Parent(s):
d727e8d
update transformers version
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -17,7 +17,7 @@ from settings import ALLOW_CHANGING_BASE_MODEL, DEFAULT_MODEL_ID, SHOW_DUPLICATE
|
|
17 |
from transformers.utils.hub import move_cache
|
18 |
move_cache()
|
19 |
|
20 |
-
DESCRIPTION = "# [ControlNet++: Improving Conditional Controls with Efficient Consistency Feedback](https://arxiv.org/abs/2404.07987)"
|
21 |
|
22 |
if not torch.cuda.is_available():
|
23 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
17 |
from transformers.utils.hub import move_cache
|
18 |
move_cache()
|
19 |
|
20 |
+
DESCRIPTION = "# [ControlNet++: Improving Conditional Controls with Efficient Consistency Feedback](https://arxiv.org/abs/2404.07987) \n ### The first row in outputs is the input conditions. The second row is the images generated by ControlNet++. The third row is the conditions extracted from our generated images."
|
21 |
|
22 |
if not torch.cuda.is_available():
|
23 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
requirements.txt
CHANGED
@@ -98,7 +98,7 @@ starlette==0.37.2
|
|
98 |
sympy==1.12
|
99 |
tifffile==2024.2.12
|
100 |
timm==0.9.16
|
101 |
-
tokenizers==0.
|
102 |
tomlkit==0.12.0
|
103 |
toolz==0.12.1
|
104 |
torch==2.0.1
|
|
|
98 |
sympy==1.12
|
99 |
tifffile==2024.2.12
|
100 |
timm==0.9.16
|
101 |
+
tokenizers==0.12.1
|
102 |
tomlkit==0.12.0
|
103 |
toolz==0.12.1
|
104 |
torch==2.0.1
|