Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,9 +64,20 @@ def inference(
|
|
64 |
with gr.Blocks() as app:
|
65 |
gr.Markdown(
|
66 |
'''
|
67 |
-
|
68 |
-
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|