Ritesh Khanna commited on
Commit
a2d0bc0
1 Parent(s): 40b24ca

link to blog

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Treat this model more like a text-to-text model (simple prompt > complex prompt) rather than a generative model (prefix + word generation). It is a generative model under the hood.
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():