Giter Site home page Giter Site logo

mj-plus's Introduction

midjourney-plus

midjourney-proxy 的plus版本,采用了全新模式。支持mj所有的指令和相关操作,精准匹配所有提交的任务。

开源版功能

  • 支持 Imagine 指令和相关动作
  • Imagine 时支持添加图片base64,作为垫图
  • 支持 Blend(图片混合)、Describe(图生文) 指令
  • 支持任务实时进度
  • 支持中文prompt翻译,需配置百度翻译或gpt
  • prompt 敏感词预检测,支持覆盖调整
  • user-token 连接 wss,可以获取错误信息和完整功能
  • 支持多账号配置,每个账号可设置对应的任务队列(参考 MidJourney订阅级别 调整)
  • 任务存储支持内存、Redis

先行版功能

  • 支持开源版的所有功能
  • 支持 Shorten(prompt分析) 指令
  • 支持焦点移动: Pan ⬅️ ➡️ ⬆️ ⬇️
  • 支持图片变焦: Zoom 🔍
  • 支持局部重绘: Vary (Region) 🖌
  • 支持所有的关联按钮动作和 🎛️Remix模式,参考 API接口说明-执行动作
  • 支持获取图片的seed值
  • 账号池持久化,动态维护
  • 账号、任务存储支持内存、Redis、MySQL
  • 支持获取账号/info、/settings信息,更改settings设置
  • 支持取消等待、进行中的任务
  • 内嵌管理后台页面: 支持账号维护、任务查看、绘图测试等
  • 支持 niji・journey Bot,需加入自己的服务器
  • 支持 InsightFace 人脸服务

使用前提

  1. 注册并订阅 MidJourney,创建自己的频道,参考 https://docs.midjourney.com/docs/quick-start
  2. 获取用户Token、服务器ID、频道ID等:获取方式

配置项

  • mj.accounts: 参考 账号池配置
  • mj.account-store-type: 账号存储方式,默认in_memory(内存\重启后丢失),可选redis、mysql
  • mj.task-store.type: 任务存储方式,默认in_memory(内存\重启后丢失),可选redis、mysql
  • mj.task-store.timeout: 任务存储过期时间,过期后删除,默认30天。mysql存储不生效
  • mj.api-secret: 接口密钥,为空不启用鉴权;调用接口时需要加请求头 mj-api-secret
  • mj.translate-way: 中文prompt翻译成英文的方式,可选null(默认)、baidu、gpt、deepl
  • mj.translate-zh-way: describe、shorten等结果翻译成中文的方式,可选null(默认)、baidu、gpt、deepl
  • redis、mysql、翻译或更多配置查看 配置项

mj-plus's People

Watchers

huaixia18 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.