Spaces:
Running
Running
Commit
Β·
c3179cf
1
Parent(s):
ee6544b
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,10 @@ with gr.Blocks(css=css) as demo:
|
|
39 |
gr.Markdown(
|
40 |
"""
|
41 |
## Stable Diffusion Perception ππ
|
42 |
-
Want to figure out what a good prompt might be to create new images like an existing one
|
|
|
|
|
|
|
43 |
"""
|
44 |
)
|
45 |
|
|
|
39 |
gr.Markdown(
|
40 |
"""
|
41 |
## Stable Diffusion Perception ππ
|
42 |
+
Want to figure out what a good prompt might be to create new images like an existing one?
|
43 |
+
|
44 |
+
Use [CLIP Interrogator](https://huggingface.co/spaces/pharma/CLIP-Interrogator) to generate a prompt.
|
45 |
+
Afterward, you can use Stable Diffusion to generate images based on the prompt.
|
46 |
"""
|
47 |
)
|
48 |
|