Skip to content

Latest commit

 

History

History
105 lines (90 loc) · 4.42 KB

README_EN.md

File metadata and controls

105 lines (90 loc) · 4.42 KB

🍭 ChatGPT-Midjourney

中文 | English

One-click free deployment of your private ChatGPT+Midjourney web application (based on ChatGPT-Next-Web development)

QQ exchange group | 💥PRO version

WordPress+ChatGPT support

Main interface

Function support

🍭 The PRO version supports more powerful functions, Pagoda 5-minute deployment, super simple configuration, powerful online background management and configuration framework gives you a smooth experience, occupies less than 100M of memory, **included Dialogue + painting account pool support, etc. **, supports high concurrency: 💥 Click me to view and experience the PRO version immediately, Minimum 1C1G server It will run smoothly.

  • All functions of original ChatGPT-Next-Web
  • Midjourney Imgine imagine
  • Midjourney Upscale
  • Midjourney Variation changes
  • Midjourney Zoom image expansion
  • Midjourney Vary changes
  • Midjourney Pan
  • Midjourney Reroll respawn
  • Midjourney Describe image recognition
  • Midjourney Blend
  • Midjourney pad map
  • Drawing progress percentage, real-time image display
  • Customized Discord API, CDN, and Websocket support
  • Support Midjourney service internally without any third-party dependencies

Transfer API

The following is a third-party intermediary API, and there is no guarantee for this project. Please choose to use it yourself. If you encounter any questions, please contact the corresponding platform customer service.

Support API access for various models such as ChatGPT, Claude, GPTs, Midjournal, etc., with ultra-low cost ratio [Access Now]

Parameter Description

MJ_SERVER_ID

Discord server ID

MJ_CHANNEL_ID

Discord ChannelID

MJ_USER_TOKEN

Discord User Token

MJ_DISCORD_PROXY

Discord proxy domain, default to: https://discord.com

MJ_DISCORD_WSS_PROXY

Discord Websocket proxy domain, default to: wss://gateway.discord.gg

MJ_DISCORD_WSS_PROXY

Discord CDN proxy domain, default to: https://cdn.discordapp.com

CODE

(Optional) Set the access password on the page to prevent others from easily using it to consume the balance

Other Parameters

Consistent with ChatGPT-Next Web

Deployment

Docker

docker run -d -p 3000:3000 \
    -e OPENAI_API_KEY="sk-xxx" \
    -e BASE_URL="https://api.openai.com" \
    -e MJ_SERVER_ID="" \
    -e MJ_CHANNEL_ID="" \
    -e MJ_USER_TOKEN="" \
    licoy/chatgpt-midjourney:v3.2.3

Vercel

Deploy with Vercel

Railway

Deploy on Railway

Manual deployment

  • clone this project locally
  • Install dependencies
npm install
npm run build
npm run start // #or start in development mode: npm run dev

Use

⚠ Notes

  • Remix mode needs to be turned off before drawing, otherwise you will be unable to Vary, Pan, Zoom, etc. and draw: enter /setting in Discord, and then click Remix Mode to turn it off.

Create a painting

Enter your painting description starting with /mj in the input box to create a painting, for example:

/mj a dog

Mixing images, recognizing images, and matting images

mj-5

Tip: The pad mode/describe mode will only use the first picture, and the blend mode will use the two selected pictures in order (click the picture to remove it)

screenshot

Mixing images, recognizing images, matting images

mj-4

Status real-time acquisition

mj-2

Custom midjourney parameters

mj-2

More features

Waiting for you to discover

Open source protocol

MIT