Update app.py
Browse files
app.py
CHANGED
@@ -220,15 +220,18 @@ def inference(
|
|
220 |
with gr.Blocks() as app:
|
221 |
gr.Markdown(
|
222 |
'''
|
223 |
-
<
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
|
|
|
|
|
|
232 |
'''
|
233 |
)
|
234 |
|
|
|
220 |
with gr.Blocks() as app:
|
221 |
gr.Markdown(
|
222 |
'''
|
223 |
+
<div style="text-align: center;">
|
224 |
+
<h1>Illusion Diffusion HQ 🌀</h1>
|
225 |
+
<span style="font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
|
226 |
+
<br><br>
|
227 |
+
Illusion Diffusion is back up with a safety checker! Because I have been asked, If you would like to support me, consider using <a href="https://deforum.studio">deforum.studio</a>
|
228 |
+
<br><br>
|
229 |
+
Deforum Studio creates really cool visuals with GenAI and we are releasing a cool feature soon ;)
|
230 |
+
<br><br>
|
231 |
+
A space by AP <a href="https://twitter.com/angrypenguinPNG">Follow me on Twitter</a> with big contributions from <a href="https://twitter.com/multimodalart">multimodalart</a>
|
232 |
+
<br><br>
|
233 |
+
This project works by using <a href="https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster">Monster Labs QR Control Net</a>. Given a prompt and your pattern, we use a QR code conditioned controlnet to create a stunning illusion! Credit to: <a href="https://twitter.com/MrUgleh">MrUgleh</a> for discovering the workflow :)
|
234 |
+
</div>
|
235 |
'''
|
236 |
)
|
237 |
|