Ming Li commited on
Commit
85e4980
1 Parent(s): 8d887cc

add description

Browse files
Files changed (1) hide show
  1. app.py +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) \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 trained on specific public datasets, so the quality of the generated images may not be as good as models such as SDXL-based models, or trained on private datasets. For example, the image quality and resolution in the ADE20K dataset (Segmentation) are often poor \n **We noticed that the HuggingFace online demo had unstable and worse results, possibly caused by ZeroGPU. We strongly recommend git clone and running locally, as shown in the [Github Repo](https://github.com/liming-ai/ControlNet_Plus_Plus).**"
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 trained on specific public datasets, so the quality of the generated images may not be as good as models such as SDXL-based models, or trained on private datasets. For example, the image quality and resolution in the ADE20K dataset (Segmentation) are often poor \n **We noticed that the HuggingFace online demo had unstable and worse results, possibly caused by ZeroGPU. We strongly recommend running locally, following the instruction on our [Github Repo](https://github.com/liming-ai/ControlNet_Plus_Plus).**"
21
 
22
  if not torch.cuda.is_available():
23
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"