Spaces:
Runtime error
Runtime error
susunghong
commited on
Commit
•
860bd4e
1
Parent(s):
fd496c0
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def main():
|
|
127 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
|
128 |
Self-Attention Guidance Demo
|
129 |
</h1>
|
130 |
-
<p>Condition-agnostic diffusion guidance using the internal self-attention by <a href="https://arxiv.org/abs/2210.00939">Susung Hong et al.</a> This space uses <a href="https://huggingface.co/docs/diffusers/api/pipelines/
|
131 |
<p>SAG also produces fine <b>unconditional</b> results. Just leave the prompt blank for the unconditional sampling of Stable Diffusion.<p>
|
132 |
<a href="https://huggingface.co/spaces/susunghong/Self-Attention-Guidance?duplicate=true">
|
133 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
|
|
127 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
|
128 |
Self-Attention Guidance Demo
|
129 |
</h1>
|
130 |
+
<p>Condition-agnostic diffusion guidance using the internal self-attention by <a href="https://arxiv.org/abs/2210.00939">Susung Hong et al.</a> This space uses <a href="https://huggingface.co/docs/diffusers/api/pipelines/self_attention_guidance">StableDiffusionSAGPipeline</a> in Diffusers.<p>
|
131 |
<p>SAG also produces fine <b>unconditional</b> results. Just leave the prompt blank for the unconditional sampling of Stable Diffusion.<p>
|
132 |
<a href="https://huggingface.co/spaces/susunghong/Self-Attention-Guidance?duplicate=true">
|
133 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|