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 1
1
# midjourney-proxy-plus
2
- midjourney-proxy的先行版,采用了全新架构,降低了封号的几率,解决了提示词匹配不准确的问题 。
2
+ midjourney-proxy的先行版,采用了全新模式。支持mj所有的指令和相关操作,精准匹配所有提交的任务 。
3
3
4
4
## 主要功能
5
5
Original file line number Diff line number Diff line change 51
51
}
52
52
}
53
53
```
54
+ - code=24: prompt包含敏感词
55
+ ```json
56
+ {
57
+ "code" : 24 ,
58
+ "description" : " 可能包含敏感词" ,
59
+ "properties" : {
60
+ "promptEn" : " nude body" ,
61
+ "bannedWord" : " nude"
62
+ }
63
+ }
64
+ ```
54
65
- other: 提交错误,description为错误描述
55
66
56
67
## 3. 执行任务的关联动作
@@ -86,8 +97,8 @@ CustomZoom的prompt需要设置`--ar` 和 `--zoom`(1到2之间),例如: `Cat -
86
97
## 4. ` /mj/submit/describe ` 图生文
87
98
``` json
88
99
{
89
- // 图片的base64字符串
90
- "base64" : " data:image/png;base64,xxx"
100
+ // 图片的base64字符串
101
+ "base64" : " data:image/png;base64,xxx"
91
102
}
92
103
```
93
104
@@ -168,4 +179,4 @@ POST application/json
168
179
},
169
180
"buttons" : []
170
181
}
171
- ```
182
+ ```
Original file line number Diff line number Diff line change 22
22
| mj.ng-discord.server | 否 | https://discord.com 反代地址 |
23
23
| mj.ng-discord.cdn | 否 | https://cdn.discordapp.com 反代地址 |
24
24
| 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 |
26
26
| mj.translate-zh-way | 否 | describe、shorten等结果转中文的方式,可选null(默认)、baidu、gpt、deepl |
27
27
| mj.baidu-translate.appid | 否 | 百度翻译的appid |
28
28
| mj.baidu-translate.app-secret | 否 | 百度翻译的app-secret |
Original file line number Diff line number Diff line change 7
7
docker run -d --name midjourney-proxy \
8
8
-p 8080:8080 \
9
9
-v /xxx/xxx/config:/home/spring/config \
10
- novicezk/midjourney-proxy-pilot:3.0.3
10
+ novicezk/midjourney-proxy-pilot:3.0.5
11
11
```
12
12
3 . 访问 ` http://ip:port/mj ` 查看API文档
13
13
4 . 在API文档页获取机器码,联系作者获取激活码,激活服务
@@ -19,5 +19,5 @@ docker run -d --name midjourney-proxy \
19
19
-e mj.discord.guild-id=xxx \
20
20
-e mj.discord.channel-id=xxx \
21
21
-e mj.discord.user-token=xxx \
22
- novicezk/midjourney-proxy-pilot:3.0.3
22
+ novicezk/midjourney-proxy-pilot:3.0.5
23
23
```
You can’t perform that action at this time.
0 commit comments