HusseinHE commited on
Commit
4960dc8
β€’
1 Parent(s): 27a0364

Update app.py

Browse files

Hussein Diffusion

Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -148,14 +148,9 @@ def inference(
148
  with gr.Blocks(css=css) as app:
149
  gr.Markdown(
150
  '''
151
- <center><h1>Illusion Diffusion HQ πŸŒ€</h1></span>
152
  <span font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
153
  </center>
154
-
155
- A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG) with big contributions from [multimodalart](https://twitter.com/multimodalart)
156
-
157
- This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
158
- 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 :)
159
  '''
160
  )
161
 
 
148
  with gr.Blocks(css=css) as app:
149
  gr.Markdown(
150
  '''
151
+ <center><h1>Hussein Diffusion</h1></span>
152
  <span font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
153
  </center>
 
 
 
 
 
154
  '''
155
  )
156