dvir-bria commited on
Commit
49322ba
·
verified ·
1 Parent(s): ea8de3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,14 +107,14 @@ with image_blocks as demo:
107
  gr.Markdown("## BRIA Generative Fill API")
108
  gr.HTML('''
109
  <p style="margin-bottom: 10px; font-size: 94%">
110
- This demo showcases the BRIA Generative Fill capability, which allows users to remove specific elements or objects from images.<br>
111
  The pipeline comprises multiple components, including <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">briaai/BRIA-2.3</a>,
112
  <a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-Generative-Fill" target="_blank">briaai/BRIA-2.3-ControlNet-Generative-Fill</a>,
113
  and <a href="https://huggingface.co/briaai/BRIA-2.3-FAST-LORA" target="_blank">briaai/BRIA-2.3-FAST-LORA</a>, all trained on licensed data.<br>
114
  This ensures full legal liability coverage for copyright and privacy infringement.<br>
115
  Notes:<br>
116
  - High-resolution images may take longer to process.<br>
117
- - For multiple masks, results are better if all masks are included in inference.<br>
118
  </p>
119
  ''')
120
 
 
107
  gr.Markdown("## BRIA Generative Fill API")
108
  gr.HTML('''
109
  <p style="margin-bottom: 10px; font-size: 94%">
110
+ This demo showcases the BRIA Generative Fill capability, which allows users to add and modifiy elements or objects from images, guided by a mask and a prompt.<br>
111
  The pipeline comprises multiple components, including <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">briaai/BRIA-2.3</a>,
112
  <a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-Generative-Fill" target="_blank">briaai/BRIA-2.3-ControlNet-Generative-Fill</a>,
113
  and <a href="https://huggingface.co/briaai/BRIA-2.3-FAST-LORA" target="_blank">briaai/BRIA-2.3-FAST-LORA</a>, all trained on licensed data.<br>
114
  This ensures full legal liability coverage for copyright and privacy infringement.<br>
115
  Notes:<br>
116
  - High-resolution images may take longer to process.<br>
117
+ - For best results use blobby masks.<br>
118
  </p>
119
  ''')
120