Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,12 @@ with image_blocks as demo:
|
|
115 |
Notes:<br>
|
116 |
- High-resolution images may take longer to process.<br>
|
117 |
- For best results use blobby masks.<br>
|
118 |
-
- The Generative Fill ControlNet's weights are publicily available.<br>
|
119 |
</p>
|
|
|
|
|
|
|
|
|
120 |
''')
|
121 |
|
122 |
with gr.Row():
|
|
|
115 |
Notes:<br>
|
116 |
- High-resolution images may take longer to process.<br>
|
117 |
- For best results use blobby masks.<br>
|
118 |
+
- The Generative Fill ControlNet's weights are publicily available.<br><br>
|
119 |
</p>
|
120 |
+
<p style="margin-bottom: 10px; font-size: 94%">
|
121 |
+
API Endpoint available on: <a href="https://fal.ai/models/fal-ai/bria/genfill" target="_blank">fal.ai</a><br>
|
122 |
+
ComfyUI node is available here: <a href="https://github.com/Bria-AI/ComfyUI-BRIA-API" target="_blank">ComfyUI Node</a>
|
123 |
+
</p>
|
124 |
''')
|
125 |
|
126 |
with gr.Row():
|