AP123 commited on
Commit
8963f5c
β€’
1 Parent(s): d58d62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -3
app.py CHANGED
@@ -64,9 +64,20 @@ def inference(
64
  with gr.Blocks() as app:
65
  gr.Markdown(
66
  '''
67
- # Illusion Diffusion πŸŒ€
68
- ## Generate stunning illusion artwork with Stable Diffusion
69
- **[Follow me on Twitter](https://twitter.com/angrypenguinPNG)**
 
 
 
 
 
 
 
 
 
 
 
70
  '''
71
  )
72
 
 
64
  with gr.Blocks() as app:
65
  gr.Markdown(
66
  '''
67
+ <center>
68
+
69
+ <span style="color:blue; font-size:32px;"># Illusion Diffusion πŸŒ€</span>
70
+ <span style="color:green; font-size:24px;">## Generate stunning illusion artwork with Stable Diffusion</span>
71
+ <span style="color:purple; font-size:20px;">**A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)**</span>
72
+
73
+ </center>
74
+
75
+ <p style="text-align:center;">
76
+ 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).
77
+ Given a prompt, we generate an init image and pass that alongside the control illusion to create a stunning illusion!
78
+ Credit to : [MrUgleh](https://twitter.com/MrUgleh) for discovering the workflow :)
79
+ </p>
80
+
81
  '''
82
  )
83