Spaces:
Runtime error
Runtime error
Ritesh Khanna
commited on
Commit
·
a2d0bc0
1
Parent(s):
40b24ca
link to blog
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|
89 |
with gr.Row():
|
90 |
gr.Markdown("""# Midjourney / Dalle 2 / Stable Diffusion Prompt Generator
|
91 |
This is the 355M parameter model. There is also a 7B parameter model that is much better but far slower (access coming soon).
|
92 |
-
Just enter a basic prompt and the fungineering model will use its wildest imagination to expand the prompt in detail. You can then use this prompt to generate images with Midjourney, Dalle 2, Stable Diffusion, Bing Image Creator, or any other image generation model.
|
93 |
## TIP: Keep the base prompt short and simple. The model will do the rest.
|
94 |
""")
|
95 |
with gr.Row():
|
|
|
89 |
with gr.Row():
|
90 |
gr.Markdown("""# Midjourney / Dalle 2 / Stable Diffusion Prompt Generator
|
91 |
This is the 355M parameter model. There is also a 7B parameter model that is much better but far slower (access coming soon).
|
92 |
+
Just enter a basic prompt and the fungineering model will use its wildest imagination to expand the prompt in detail. You can then use this prompt to generate images with Midjourney, Dalle 2, Stable Diffusion, Bing Image Creator, or any other image generation model. Read more about this project [on my blog post](https://riteshkhanna.com/2023/04/12/image-prompt-generator/).
|
93 |
## TIP: Keep the base prompt short and simple. The model will do the rest.
|
94 |
""")
|
95 |
with gr.Row():
|