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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -223,13 +223,15 @@ with gr.Blocks() as app:
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
- A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG) with big contributions from [multimodalart](https://twitter.com/multimodalart)
228
 
 
 
 
229
  This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
230
  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 :)
231
  '''
232
  )
 
233
  state_img_input = gr.State()
234
  state_img_output = gr.State()
235
  with gr.Row():
 
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
+
235
  state_img_input = gr.State()
236
  state_img_output = gr.State()
237
  with gr.Row():