nyanko7 commited on
Commit
47156b5
·
verified ·
1 Parent(s): 569fbbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -10,9 +10,7 @@ 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
- <p align="center">
14
- <img src="teaser.jpg" width="90%">
15
- </p>
16
 
17
  ## 🏔️ What is Smoothed Energy Guidance? How does it work?
18
 
@@ -30,8 +28,6 @@ Please check **[our paper](https://arxiv.org/abs/2408.00760)** for details.
30
  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.
31
 
32
  Unconditional generation without prompts
33
- <img src="figures/seg_comparison.jpg" width="90%">
34
 
35
- ControlNet generation without prompts
36
- <img src="figures/seg_controlnet_comparison.jpg" width="90%">
37
 
 
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
 
 
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