Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,11 +190,11 @@ def inference(
|
|
| 190 |
with gr.Blocks() as app:
|
| 191 |
gr.Markdown(
|
| 192 |
'''
|
| 193 |
-
<center><h1>Illusion
|
| 194 |
<span font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
|
| 195 |
</center>
|
| 196 |
|
| 197 |
-
A space by AP [Follow me on Twitter](https://twitter.com/
|
| 198 |
|
| 199 |
This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
|
| 200 |
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 :)
|
|
|
|
| 190 |
with gr.Blocks() as app:
|
| 191 |
gr.Markdown(
|
| 192 |
'''
|
| 193 |
+
<center><h1>Pixio Illusion DIffusion 🌀</h1></span>
|
| 194 |
<span font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
|
| 195 |
</center>
|
| 196 |
|
| 197 |
+
A space by AP [Follow me on Twitter](https://twitter.com/tsi_org) with big contributions from [multimodalart](https://twitter.com/multimodalart)
|
| 198 |
|
| 199 |
This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
|
| 200 |
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 :)
|