Spaces:
Running
Running
Ming Li
commited on
Commit
•
ee1fc39
1
Parent(s):
38dd018
update description
Browse files
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) \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>"
|
|
|
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. Please note that we use the SD1.5 and use specific public datasets under various conditions, so the quality of the generated images may not be as good as models such as SDXL-based models"
|
21 |
|
22 |
if not torch.cuda.is_available():
|
23 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|