Spaces:
Paused
Paused
better paragraphs design
Browse files
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,
|
|
|
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 |
|