fffiloni commited on
Commit
43efaa8
·
1 Parent(s): 7d10f1c

better paragraphs design

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ title="Prompt Converter"
6
  description="""
7
  <p style="text-align:center;">
8
  Stable Diffusion 2 uses OpenCLIP ViT-H model trained on LAION dataset so it knows different things than the OpenAI ViT-L we're all used to prompting.
9
- <br />This demo converts a v1.x stable diffusion prompt to a stable diffusion 2.x prompt, by generating an image through <a href="https://huggingface.co/runwayml/stable-diffusion-v1-5" target="_blank">RunwayML Stable Diffusion 1.5</a>, then Interrogate the resulting image through <a href="https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2" target="_blank">CLIP Interrogator 2</a> to give you a Stable Diffusion 2 equivalent prompt.
 
10
  </p>
11
  """
12
 
 
6
  description="""
7
  <p style="text-align:center;">
8
  Stable Diffusion 2 uses OpenCLIP ViT-H model trained on LAION dataset so it knows different things than the OpenAI ViT-L we're all used to prompting.
9
+ <br />This demo converts a v1.x stable diffusion prompt to a stable diffusion 2.x prompt,
10
+ <br />by generating an image through <a href="https://huggingface.co/runwayml/stable-diffusion-v1-5" target="_blank">RunwayML Stable Diffusion 1.5</a>, then Interrogate the resulting image through <a href="https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2" target="_blank">CLIP Interrogator 2</a> to give you a Stable Diffusion 2 equivalent prompt.
11
  </p>
12
  """
13