Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ConnectAI-E/MidJourney-Web

🍎 追求极致创作体验 Midjourney Web | Supercharged Experience For MidJourney On Web UI
https://github.com/ConnectAI-E/MidJourney-Web

connect-ai midjourney midjourney-api midjourney-app midjourney-ui midjourney-web

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        


MidJourney-Web



🍎 Supercharged Experience For MidJourney On Web UI




🚧 正在施工~进度80% | [查看常见部署问题 🤞](https://github.com/ConnectAI-E/MidJourney-Web/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB)



image

## 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

## Quick Start

### 1. Midjourney-Api
```bash
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.5
```

例如
```
url->https://discord.com/channels/1109486780236967923/1109486781751107611
guild-id->1109486780236967923
channel-id->1109486781751107611
```
more config info [MidJourney-Api](https://github.com/novicezk/midjourney-proxy/blob/main/docs/discord-params.md)

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

其他一键部署方式

Railway

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

参考:[midjourney-proxy - Railway 部署教程](https://github.com/novicezk/midjourney-proxy/blob/main/docs/railway-start.md)

Zeabur

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

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://dash.zeabur.com/templates/B04F4M)

参考:[midjourney-proxy - Zeabur 部署教程](https://github.com/novicezk/midjourney-proxy/blob/main/docs/zeabur-start.md)

### 2. Midjourney-Web
```bash
## 填入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`)
```bash
docker compose up
```

其他一键部署方式

Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ConnectAI-E/MidJourney-Web&env=VITE_MIDJOURNEY_PROXY_URL&env=VITE_MIDJOURNEY_PROXY_API_SECRET&project-name=midjourney-web&repository-name=Midjourney-Web)

## Technology Stack
- [react](https://react.dev/)
- [vite](https://vitejs.dev/)
- [unocss](https://github.com/unocss/unocss)
- [jotai](https://jotai.org/)
- [react query](https://tanstack.com/query/v3/)

## High Resolution Example

https://github.com/ConnectAI-E/MidJourney-Web/assets/50035229/9a21b470-0919-413e-b020-ecd28837c399

📹 点击观看更多功能演示




## ConnectAI-E

|

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

## 沟通部署问题

image

## 商业版支持

| 功能特点/产品 | Discord版 Midjourney | 企联 AI 版 Midjourney |
| --- | --- | --- |
| 文生图 | ✅ | ✅ |
| 图生图 | ✅ | ✅ |
| 多图混合 | ✅ | ✅ |
| 放大图片 | ✅ | ✅ |
| 图片变体 | ✅ | ✅ |
| 图片扩充 | ✅ | ✅ |
| 局部变体 | ✅ | 即将支持 |
| 重新生成 | ✅ | ✅ |
| 出图历史 | ✅ | ✅ |
| 快速模式 | ✅ | ✅ |
| 慢速模式 | ✅ | ✅ |
| 国内稳定可用 | ❌ | ✅ |
| 🎉 绘画提示词模板 | ❌ | ✅ |
| 🎉 提示词收藏夹 | ❌ | ✅ |
| AI 换脸「工具集成」 | ❌ | 即将支持 |
| 去除背景「工具集成」 | ❌ | ✅ |
| 多分辨率转换「工具集成」 | ❌ | ✅ |
| 上传图床「工具集成」 | ❌ | 即将支持 |
| 瑕疵去除「工具集成」 | ❌ | 即将支持 |
| 清除文字「工具集成」 | ❌ | 即将支持 |
| 调整光影「工具集成」 | ❌ | 即将支持 |
| 支持微信 | ❌ | ✅ |
| 支持飞书 | ❌ | ✅ |
| 支持钉钉 | ❌ | ✅ |
| 支持移动端 | ❌ | ✅ |
| 付费方式 | 按月订阅 | 按量扣费 |
| 出图单价 | ❌ | 低至三毛/张「快速模式」 |
| 团队支持 | 同一订阅仅限一人使用 | 团队一次付费,多成员使用 |

如果开源版无法满足您公司的需求,推荐您尝试的商业共创版

- 专人技术支持: 配备专业部署交付人员与后期一对一维护服务
- 同时提供在线Saas版 /企业级私有部署
- 查看更多内容: https://connect-ai-e.com/share-app?id=64aed466acdd5e0007a790f8

企业客户咨询: 15623677720