AP123 commited on
Commit
e07df8b
β€’
1 Parent(s): b770306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -9
app.py CHANGED
@@ -220,15 +220,18 @@ def inference(
220
  with gr.Blocks() as app:
221
  gr.Markdown(
222
  '''
223
- <center><h1>Illusion Diffusion HQ πŸŒ€</h1></span>
224
- <span font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
225
- </center>
226
-
227
- Illusion Diffusion is back up with a safety checker! Because I have been asked, If you would like to support me, consider using [deforum.studio](https://deforum.studio)
228
-
229
- A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG) with big contributions from [multimodalart](https://twitter.com/multimodalart)
230
- This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
231
- Given a prompt and your pattern, we use a QR code conditioned controlnet to create a stunning illusion! Credit to: [MrUgleh](https://twitter.com/MrUgleh) for discovering the workflow :)
 
 
 
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