multimodalart HF staff commited on
Commit
792633a
β€’
1 Parent(s): 9ebf666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,10 +89,10 @@ with gr.Blocks() as app:
89
  '''
90
  <center><h1>Illusion Diffusion πŸŒ€</h1></span>
91
  <span font-size:16px;">Generate stunning illusion artwork with Stable Diffusion</span>
92
- <span font-size:10px;">A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)</span>
93
  </center>
 
94
 
95
- This project works by using the QR Control Net by Monster Labs: [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
96
  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 :)
97
 
98
  '''
 
89
  '''
90
  <center><h1>Illusion Diffusion πŸŒ€</h1></span>
91
  <span font-size:16px;">Generate stunning illusion artwork with Stable Diffusion</span>
 
92
  </center>
93
+ A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)
94
 
95
+ This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
96
  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 :)
97
 
98
  '''