visualizingjp commited on
Commit
b724cd8
·
verified ·
1 Parent(s): 1ad3027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -247,11 +247,12 @@ with gr.Blocks() as app:
247
  gr.Markdown(
248
  '''
249
  <div style="text-align: center;">
250
- <h1>Illusion Diffusion HQ 🌀</h1>
251
- <p style="font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</p>
252
- <p>Illusion Diffusion is back up with a safety checker! Because I have been asked, if you would like to support me, consider using <a href="https://deforum.studio">deforum.studio</a></p>
253
- <p>A space by AP <a href="https://twitter.com/angrypenguinPNG">Follow me on Twitter</a> with big contributions from <a href="https://twitter.com/multimodalart">multimodalart</a></p>
254
- <p>This project works by using <a href="https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster">Monster Labs QR Control Net</a>. Given a prompt and your pattern, we use a QR code conditioned controlnet to create a stunning illusion! Credit to: <a href="https://twitter.com/MrUgleh">MrUgleh</a> for discovering the workflow :)</p>
 
255
  </div>
256
  '''
257
  )
 
247
  gr.Markdown(
248
  '''
249
  <div style="text-align: center;">
250
+ <h1>Illusion Diffusion HQ 🌀 by AP</h1>
251
+ <p style="font-size:16px;">安定した拡散で、驚くほど高品質なイリュージョン・アート作品を生成</p>
252
+ <p>Illusion Diffusion が安全性チェッカーとともに復活しました! 私をサポートしたい場合は、<a href="https://deforum.studio">deforum.studio</a> の使用を検討してください。</p>
253
+ <p>A space by AP <a href="https://twitter.com/angrypenguinPNG">作者</a> や大きな貢献をしてくれた <a href="https://twitter.com/multimodalart">multimodalart</a> を Twitter でフォローしてください</p>
254
+ <p>このプロジェクトは、<a href="https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster">Monster Labs QR コントロール・ネット</a> を使用して機能します。
255
+ プロンプトとパターンが与えられれば QR コードで調整されたコントロール・ネットを使用して、驚くほど美しいイリュージョンを作成します。ワークフローを発見してくれた <a href="https://twitter.com/MrUgleh">MrUgleh</a> に感謝します :)</p>
256
  </div>
257
  '''
258
  )