radames commited on
Commit
8fbd147
1 Parent(s): 611e66d

simple description

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -117,6 +117,10 @@ with gr.Blocks(css=css) as demo:
117
  gr.Markdown(
118
  """
119
  # Phased Consistency Model
 
 
 
 
120
  [[paper](https://huggingface.co/papers/2405.18407)] [[arXiv](https://arxiv.org/abs/2405.18407)] [[code](https://github.com/G-U-N/Phased-Consistency-Model)] [[project page](https://g-u-n.github.io/projects/pcm)]
121
  """
122
  )
 
117
  gr.Markdown(
118
  """
119
  # Phased Consistency Model
120
+
121
+ Phased Consistency Model (PCM) is an image generation technique that addresses the limitations of the Latent Consistency Model (LCM) in high-resolution and text-conditioned image generation.
122
+ PCM outperforms LCM across various generation settings and achieves state-of-the-art results in both image and video generation.
123
+
124
  [[paper](https://huggingface.co/papers/2405.18407)] [[arXiv](https://arxiv.org/abs/2405.18407)] [[code](https://github.com/G-U-N/Phased-Consistency-Model)] [[project page](https://g-u-n.github.io/projects/pcm)]
125
  """
126
  )