File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11# midjourney-proxy-plus
2- midjourney-proxy的先行版,采用了全新架构,降低了封号的几率,解决了提示词匹配不准确的问题 。
2+ midjourney-proxy的先行版,采用了全新模式。支持mj所有的指令和相关操作,精准匹配所有提交的任务 。
33
44## 主要功能
55
Original file line number Diff line number Diff line change 5151 }
5252 }
5353 ```
54+ - code=24: prompt包含敏感词
55+ ```json
56+ {
57+ "code" : 24 ,
58+ "description" : " 可能包含敏感词" ,
59+ "properties" : {
60+ "promptEn" : " nude body" ,
61+ "bannedWord" : " nude"
62+ }
63+ }
64+ ```
5465- other: 提交错误,description为错误描述
5566
5667## 3. 执行任务的关联动作
@@ -86,8 +97,8 @@ CustomZoom的prompt需要设置`--ar` 和 `--zoom`(1到2之间),例如: `Cat -
8697## 4. ` /mj/submit/describe ` 图生文
8798``` json
8899{
89- // 图片的base64字符串
90- "base64" : " data:image/png;base64,xxx"
100+ // 图片的base64字符串
101+ "base64" : " data:image/png;base64,xxx"
91102}
92103```
93104
@@ -168,4 +179,4 @@ POST application/json
168179 },
169180 "buttons" : []
170181}
171- ```
182+ ```
Original file line number Diff line number Diff line change 2222| mj.ng-discord.server | 否 | https://discord.com 反代地址 |
2323| mj.ng-discord.cdn | 否 | https://cdn.discordapp.com 反代地址 |
2424| mj.ng-discord.wss | 否 | wss://gateway.discord.gg 反代地址 |
25- | mj.translate-way | 否 | 中文prompt翻译方式 ,可选null(默认)、baidu、gpt、deepl |
25+ | mj.translate-way | 否 | 中文prompt翻译成英文的方式 ,可选null(默认)、baidu、gpt、deepl |
2626| mj.translate-zh-way | 否 | describe、shorten等结果转中文的方式,可选null(默认)、baidu、gpt、deepl |
2727| mj.baidu-translate.appid | 否 | 百度翻译的appid |
2828| mj.baidu-translate.app-secret | 否 | 百度翻译的app-secret |
Original file line number Diff line number Diff line change 77docker run -d --name midjourney-proxy \
88 -p 8080:8080 \
99 -v /xxx/xxx/config:/home/spring/config \
10- novicezk/midjourney-proxy-pilot:3.0.3
10+ novicezk/midjourney-proxy-pilot:3.0.5
1111```
12123 . 访问 ` http://ip:port/mj ` 查看API文档
13134 . 在API文档页获取机器码,联系作者获取激活码,激活服务
@@ -19,5 +19,5 @@ docker run -d --name midjourney-proxy \
1919 -e mj.discord.guild-id=xxx \
2020 -e mj.discord.channel-id=xxx \
2121 -e mj.discord.user-token=xxx \
22- novicezk/midjourney-proxy-pilot:3.0.3
22+ novicezk/midjourney-proxy-pilot:3.0.5
2323```
You can’t perform that action at this time.
0 commit comments