Commit
•
43d2e9f
1
Parent(s):
fdeebfe
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ css = """
|
|
221 |
|
222 |
title = """<h1 align="center">FLUX Image Outpaint</h1>
|
223 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
224 |
-
<div align="center">Using <a href="alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta" target="_blank"
|
225 |
"""
|
226 |
|
227 |
with gr.Blocks(css=css) as demo:
|
|
|
221 |
|
222 |
title = """<h1 align="center">FLUX Image Outpaint</h1>
|
223 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
224 |
+
<div align="center">Using <a href="alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta" target="_blank">FLUX.1-dev-Controlnet-Inpainting-Beta</a> + <a href="https://huggingface.co/alimama-creative/FLUX.1-Turbo-Alpha" target="_blank">FLUX.1-Turbo-alpha 8-step LoRA</a></div>
|
225 |
"""
|
226 |
|
227 |
with gr.Blocks(css=css) as demo:
|