Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ margin: 0 auto;
|
|
49 |
|
50 |
with gr.Blocks(css=css, theme=theme) as demo:
|
51 |
gr.Markdown('''# Perturbed-Attention Guidance Mobius
|
52 |
-
|
53 |
''')
|
54 |
with gr.Group():
|
55 |
with gr.Row():
|
|
|
49 |
|
50 |
with gr.Blocks(css=css, theme=theme) as demo:
|
51 |
gr.Markdown('''# Perturbed-Attention Guidance Mobius
|
52 |
+
Mobius 🧨 [diffusers implementation](https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance) of [Perturbed-Attenton Guidance](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/)
|
53 |
''')
|
54 |
with gr.Group():
|
55 |
with gr.Row():
|