Midjourney Prompt Generator
This webapp generates a Midjourney prompt from a text input and various options. Simply enter the prompt and the desired options below and the app will generate the prompt for you.
This page is the result of an experiment I conducted. I have copy pasted the Midjourney user manual
to ChatGPT and asked it to create an webapp that
allows
the user to input all the various parameters specified in the user manual I've provided. It did an excelent job.
Later on, I decided to add more options, still via ChatGPT. For example, I've asked it to create a HTML input
select element with the top known 30 painters and simply copy pasted the HTML to the IDE. Here is my blog
post which describes how I did it - chatgpt-builds-frontend-for-generating.html
There is no server component for this application. Your prompt and settings are not stored, everything is
generated locally in your browser. Feel free to check the source code on github. If you want, feel
free to run this
application directly from the github page and use the view source button to inspect what it does.