Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,14 +68,13 @@ with gr.Blocks() as app:
|
|
| 68 |
|
| 69 |
<span style="color:blue; font-size:24px;">Illusion Diffusion π</span>
|
| 70 |
<span style="color:black; font-size:16px;">Generate stunning illusion artwork with Stable Diffusion</span>
|
| 71 |
-
<span style="color:black; font-size:10px;">A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)
|
| 72 |
|
| 73 |
</center>
|
| 74 |
|
| 75 |
<p style="text-align:center;">
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
*Credit to : [MrUgleh](https://twitter.com/MrUgleh) for discovering the workflow :)*
|
| 79 |
</p>
|
| 80 |
|
| 81 |
'''
|
|
|
|
| 68 |
|
| 69 |
<span style="color:blue; font-size:24px;">Illusion Diffusion π</span>
|
| 70 |
<span style="color:black; font-size:16px;">Generate stunning illusion artwork with Stable Diffusion</span>
|
| 71 |
+
<span style="color:black; font-size:10px;">A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)</span>
|
| 72 |
|
| 73 |
</center>
|
| 74 |
|
| 75 |
<p style="text-align:center;">
|
| 76 |
+
<span style="color:black; font-size:10px;">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! Credit to : MrUgleh (https://twitter.com/MrUgleh) for discovering the workflow :)</span>
|
|
|
|
| 78 |
</p>
|
| 79 |
|
| 80 |
'''
|