Update app.py
Browse files
app.py
CHANGED
@@ -222,19 +222,16 @@ with gr.Blocks() as app:
|
|
222 |
'''
|
223 |
<div style="text-align: center;">
|
224 |
<h1>Illusion Diffusion HQ 🌀</h1>
|
225 |
-
<
|
226 |
-
<
|
227 |
-
|
228 |
-
<
|
229 |
-
|
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 |
|
|
|
238 |
state_img_input = gr.State()
|
239 |
state_img_output = gr.State()
|
240 |
with gr.Row():
|
|
|
222 |
'''
|
223 |
<div style="text-align: center;">
|
224 |
<h1>Illusion Diffusion HQ 🌀</h1>
|
225 |
+
<p style="font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</p>
|
226 |
+
<p>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></p>
|
227 |
+
<p>Deforum Studio creates really cool visuals with GenAI and we are releasing a cool feature soon ;)</p>
|
228 |
+
<p>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></p>
|
229 |
+
<p>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 :)</p>
|
|
|
|
|
|
|
|
|
230 |
</div>
|
231 |
'''
|
232 |
)
|
233 |
|
234 |
+
|
235 |
state_img_input = gr.State()
|
236 |
state_img_output = gr.State()
|
237 |
with gr.Row():
|