Update README.md
Browse files
README.md
CHANGED
@@ -10,24 +10,22 @@ Identical to https://github.com/SusungHong/SEG-SDXL/blob/8d3b2007a5f0660f9dba110
|
|
10 |
|
11 |
Implementation of [Smoothed Energy Guidance: Guiding Diffusion Models with Reduced Energy Curvature of Attention](https://arxiv.org/abs/2408.00760) by [Susung Hong](https://susunghong.github.io).
|
12 |
|
13 |
-
<img src="./teaser.jpg" width="90%">
|
14 |
|
15 |
## ποΈ What is Smoothed Energy Guidance? How does it work?
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
- Does not rely on the guidance scale parameter that causes side effects when the value becomes large
|
21 |
- Allows continuous control of the original and maximally attenuated curvature of the energy landscape behind self-attention
|
22 |
- Introduces a query blurring method, equivalent to blurring the entire attention weights without significant computational cost
|
23 |
|
24 |
-
Please check **[our paper](https://arxiv.org/abs/2408.00760)** for details.
|
25 |
-
|
26 |
## π Comparison with other works
|
27 |
|
28 |
SEG does not severely suffer from side effects such as making the overall image grayish or significantly changing the original structure, while improving generation quality even without prompts.
|
29 |
|
30 |
Unconditional generation without prompts
|
31 |
-
<img src="./seg_comparison.jpg" width="90%">
|
32 |
|
33 |
|
|
|
10 |
|
11 |
Implementation of [Smoothed Energy Guidance: Guiding Diffusion Models with Reduced Energy Curvature of Attention](https://arxiv.org/abs/2408.00760) by [Susung Hong](https://susunghong.github.io).
|
12 |
|
13 |
+
<img src="./teaser-2.jpg" width="90%">
|
14 |
|
15 |
## ποΈ What is Smoothed Energy Guidance? How does it work?
|
16 |
|
17 |
+
Smoothed Energy Guidance (SEG) is a training- and condition-free approach that leverages the energy-based perspective of the self-attention mechanism to improve image generation.
|
18 |
|
19 |
+
Key points:
|
20 |
- Does not rely on the guidance scale parameter that causes side effects when the value becomes large
|
21 |
- Allows continuous control of the original and maximally attenuated curvature of the energy landscape behind self-attention
|
22 |
- Introduces a query blurring method, equivalent to blurring the entire attention weights without significant computational cost
|
23 |
|
|
|
|
|
24 |
## π Comparison with other works
|
25 |
|
26 |
SEG does not severely suffer from side effects such as making the overall image grayish or significantly changing the original structure, while improving generation quality even without prompts.
|
27 |
|
28 |
Unconditional generation without prompts
|
29 |
+
<img src="./seg_comparison-2.jpg" width="90%">
|
30 |
|
31 |
|