JiayiGuo821 commited on
Commit
e830662
1 Parent(s): f325b9f
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -965,19 +965,6 @@ if __name__ == '__main__':
965
  <h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
966
  {}
967
  </h1>
968
- <h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
969
- <b>Smooth Diffusion</b> is a new category of diffusion models that is simultaneously high-performing and smooth. <br>
970
- Our method formally introduces latent space smoothness to diffusion models like Stable Diffusion. This smoothness dramatically aids in: 1) improving the continuity of transitions in image interpolation, 2) reducing approximation errors in image inversion, and 3) better preserving unedited contents in image editing.
971
- </h2>
972
- <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
973
- <a href="https://www.jiayiguo.net/" target="_blank">Jiayi Guo</a>, <a href="https://www.linkedin.com/in/xingqian-xu-97b46526/" target="_blank">Xingqian Xu</a>,
974
- <a href="https://scholar.google.com/citations?user=oM9rnYQAAAAJ&hl=en" target="_blank">Yifan Pu</a>, <a href="https://scholar.google.com/citations?user=Yibz_asAAAAJ&hl=en" target="_blank">Zanlin Ni</a>,
975
- <a href="https://scholar.google.com/citations?user=-hwGMHcAAAAJ&hl=en" target="_blank">Chaofei Wang</a>, <a href="https://in.linkedin.com/in/v-manushree" target="_blank">Manushree Vasu</a>,
976
- <a href="https://www.au.tsinghua.edu.cn/info/1103/1553.htm" target="_blank">Shiji Song</a>, <a href="https://www.gaohuang.net/" target="_blank">Gao Huang</a>
977
- and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a>
978
- [<a href="https://arxiv.org/abs/2312.04410" style="color:blue;">arXiv</a>]
979
- [<a href="https://github.com/SHI-Labs/Smooth-Diffusion" style="color:blue;">GitHub</a>]
980
- </h3>
981
  </div>
982
  """.format(version))
983
 
 
965
  <h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
966
  {}
967
  </h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
968
  </div>
969
  """.format(version))
970