A open source web app for midjourney AI art generation.
- Midjourney
- Midjourney AI
- Midjourney API
- Midjourney art
- Midjourney UI
- Midjourney App
- Midjourney App Demo
- Free Midjourney App
- Open source Midjourney app
- Open source Midjourney web app
- midjourney web UI for the most general image actions, such as Imagine, Vary, Reroll
- midjourney web UI for the advanced actions, such as Zoom, Pan, In-Painting, Blend, etc
- midjourney web UI for the advanced actions, such as Partial Redraw, Settings, Describe, Seed, etc
- better UI/UX for non-tech background users
- multi-language support
Need more features? Please check out the Pro version, including features such as payment, user management, complete Midjourney features support and more! Will release soon.
- copy the
.env.template
to.env
, and fill up the values - put your Mymidjourney API Key for the env variable
MIDJOURNEY_API_KEY
in the.env
file - start the app locally or deploy it to online services like Vercel
npm i && npm run dev
# or
yarn && yarn dev
# or
pnpm i && pnpm dev