alexhawkins / MidJourney-Web

🍎 追求极致创作体验 Midjourney Web | Supercharged Experience For MidJourney On Web UI

Home Page:https://midjourney-web-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MidJourney-Web

🍎 Supercharged Experience For MidJourney On Web UI

🚧 正在施工~进度80% | 查看常见部署问题 🤞

Feature List

  • ✅ Support Diagram operations /imagine
  • ✅ Support HD graph generation /upscale 1-4
  • ✅ Support image variations /variation 1-4
  • ✅ Support Regenerate the graph/reRoll
  • ✅ Support is illustrated with a text /describe
  • 🛠 Support draws according to the description /describe imagine
  • ✅ Support Image Fusion /blend
  • ✅ Progress percentage Drawing progress display
  • ✅ Real-time image display updates drawing results in real time
  • 🛠 Support Cn Prompt is compatible with Chinese prompt words
  • 🛠 Better Better Prompt optimizes prompt words with GPT in one click
  • 🛠 View historical drawing records View all historical drawing records
  • 🛠 One-click remove picture background Remove picture background with one click
  • 🛠 One-click bitmap to vector
  • 🛠 Permission management Interface permission management
  • 🛠 Limit user availability Limit the number of times a user is available
  • 🛠 Mobile adaptation
  • 🛠 Account pool mechanism MJ account pool mechanism increases concurrency

Quick Start

1. Midjourney-Api

docker run -d --name midjourney-proxy \
 -p 8080:8080 \
 -e mj.discord.guild-id=xxx \
 -e mj.discord.channel-id=xxx \
 -e mj.discord.user-token=xxx \
 -e mj.api-secret=xxx \
 --restart=always \
 novicezk/midjourney-proxy:2.3.5

例如

url->https://discord.com/channels/1109486780236967923/1109486781751107611
guild-id->1109486780236967923
channel-id->1109486781751107611

more config info MidJourney-Api

then check midjourney-api swagger document: http://localhost:8080/mj

其他一键部署方式

Railway

Railway是一个提供弹性部署方案的平台,为MidJourney的调用提供了方便的海外服务。

参考:midjourney-proxy - Railway 部署教程

Zeabur

Zeabur 服务器运行在国外,但是其生成的域名 *.zeabur.app 没有被污染,国内可直接访问

Deploy on Zeabur

参考:midjourney-proxy - Zeabur 部署教程

2. Midjourney-Web

## 填入midjourney-api部署的host地址、访问api的秘钥'mj.api-secret'
mv .env.example .env

pnpm install
pnpm run dev

Or if you want run it automatically with docker compose (note: you still need your own .env file by run command mv .env.example .env)

docker compose up
其他一键部署方式

Vercel

Deploy with Vercel

Technology Stack

High Resolution Example

222.mp4
📹 点击观看更多功能演示
reroll.mp4
default.mp4
describeImage.mp4
dark.mode.animate.mp4

ConnectAI-E

AI
SDK Application
🎒OpenAI Go-OpenAI 🏅Feishu-OpenAI, 🎖Lark-OpenAI, Feishu-EX-ChatGPT, 🎖Feishu-OpenAI-Stream-Chatbot, Feishu-TLDR,Feishu-OpenAI-Amazing, Feishu-Oral-Friend, Feishu-OpenAI-Base-Helper, Feishu-Vector-Knowledge-Management, Feishu-OpenAI-PDF-Helper, 🏅Dingtalk-OpenAI, Wework-OpenAI, WeWork-OpenAI-Node, llmplugin
🤖 AutoGPT ------ 🏅AutoGPT-Next-Web
🎭 Stablediffusion ------ 🎖Feishu-Stablediffusion
🍎 Midjourney Go-Midjourney 🏅Feishu-Midjourney, 🔥MidJourney-Web, Dingtalk-Midjourney
🍍 文心一言 Go-Wenxin Feishu-Wenxin, Dingtalk-Wenxin, Wework-Wenxin
💸 Minimax Go-Minimax Feishu-Minimax, Dingtalk-Minimax, Wework-Minimax
⛳️ CLAUDE Go-Claude Feishu-Claude, DingTalk-Claude, Wework-Claude
🥁 PaLM Go-PaLM Feishu-PaLM,DingTalk-PaLM,Wework-PaLM
🎡 Prompt ------ 📖 Prompt-Engineering-Tutior
🍋 ChatGLM ------ Feishu-ChatGLM
⛓ LangChain ------ 📖 LangChain-Tutior
🪄 One-click ------ 🎖Awesome-One-Click-Deployment

沟通部署问题

image

About

🍎 追求极致创作体验 Midjourney Web | Supercharged Experience For MidJourney On Web UI

https://midjourney-web-ui.vercel.app


Languages

Language:TypeScript 95.6%Language:CSS 1.6%Language:JavaScript 1.3%Language:SCSS 0.6%Language:Dockerfile 0.5%Language:HTML 0.4%