Skip to content

Latest commit

 

History

History
95 lines (78 loc) · 4.68 KB

README_EN.md

File metadata and controls

95 lines (78 loc) · 4.68 KB

🍭 ChatGPT-Midjourney

中文 | English

One-click to own your own ChatGPT+StabilityAI+Midjourney web service (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, the pagoda can be deployed in 5 minutes, the configuration is super simple, the site is fully adaptive and supports PC, tablet, and mobile phone, it takes up less than 100M of memory, including AI dialogue, AI painting, AI music, AI video, AI generated PPT, PDF parsing dialogue, AI application support, etc., and has a very complete operation mechanism, including but not limited to points packages, redemption code system, invitation rewards, sign-in benefits, promotion rebates, etc., and is developed based on Golang, and naturally supports high concurrency capabilities: 💥 Click me to view and experience the PRO version immediately, a server as low as 1C1G can run smoothly.

Already supported

  • All functions of the original ChatGPT-Next-Web
  • Midjourney Imgine Upscale Variation Zoom Vary Pan Reroll Describe Blend and many other operations, perfect support for any operation after Midjourney image generation
  • Midjourney Vary Region Support
  • Midjourney reference image
  • Drawing progress percentage, real-time image display
  • Support Stable Image Ultra
  • Support Stable Image Core
  • Support Stable Diffusion 3

MJ Proxy API support

The Midjourney-related API capabilities of this project are supported by the trueai-org/midjourney-proxy open source project or similar projects. Before using this project, you need to build this service yourself or use the API of a third-party transit platform.

Midjourney-Proxy

  • Project address: trueai-org/midjourney-proxy
  • Supported systems: Linux / Windows / MacOS
  • Deployment method: Docker, one-click script, installation package, etc.

Third-party Transit API

The following is a third-party transit API. This project does not make any guarantees. Please choose to use it yourself. If you encounter any questions, please contact the corresponding platform customer service.

  • Supports API access for multiple models such as ChatGPT, Claude, GPTs, Midjourney, etc., and has an ultra-low-cost ratio [Visit now]

Parameter Description

MJ_PROXY_URL

MJ Proxy API link address

MJ_PROXY_KEY

MJ Proxy API key

CODE

(Optional) Set the access password on the page

...Other parameters

Same as 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_PROXY_URL="" \
-e MJ_PROXY_KEY="" \ licoy/chatgpt-midjourney:v3.4.0

Vercel

Deploy with Vercel

Railway

Deploy on Railway

Sealos

Manual deployment

  • Clone this project to local
  • Install dependencies
npm install
npm run build
npm run start // #Or start in development mode: npm run dev

Use

Create a painting

After deployment, click the painting in the upper left corner and select the painting model you need to use to enter: step-1

Screenshots

Midjourney generates the main interface

step-1

Midjourney Vary Region

step-1

StabilityAI generates the main interface

step-1

Custom configuration interface

step-1

More features

Waiting for you to discover

Open source agreement

MIT