Neurify commited on
Commit
9996f25
Β·
verified Β·
1 Parent(s): 1de5194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -219,17 +219,17 @@ def inference(
219
  return out_image["images"][0], gr.update(visible=True), gr.update(visible=True), my_seed
220
 
221
  with gr.Blocks() as app:
222
- gr.Markdown(
223
- '''
224
- <div style="text-align: center;">
225
- <h1>Illusion Diffusion HQ πŸŒ€</h1>
226
- <p style="font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</p>
227
- <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>
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()
 
219
  return out_image["images"][0], gr.update(visible=True), gr.update(visible=True), my_seed
220
 
221
  with gr.Blocks() as app:
222
+ # gr.Markdown(
223
+ # '''
224
+ # <div style="text-align: center;">
225
+ # <h1>Illusion Diffusion HQ πŸŒ€</h1>
226
+ # <p style="font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</p>
227
+ # <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>
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()