File tree 3 files changed +17
-21
lines changed
3 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 19
19
- [x] 支持焦点移动: Pan ⬅️ ➡️ ⬆️ ⬇️
20
20
- [x] 支持图片变焦: Zoom 🔍
21
21
- [x] 支持局部重绘: Vary (Region) 🖌
22
- - [x] 支持几乎所有的关联按钮动作和🎛️ Remix模式,参考 [ API接口说明-提交动作 ] ( ./docs/api.md#3-%E6%89%A7%E8%A1%8C%E4%BB%BB%E5%8A%A1%E7%9A%84%E5%85%B3%E8%81%94%E5%8A%A8%E4%BD%9C )
22
+ - [x] 支持几乎所有的关联按钮动作和🎛️ Remix模式,参考 [ API接口说明-执行动作 ] ( ./docs/api.md#3-%E6%89%A7%E8%A1%8C%E4%BB%BB%E5%8A%A1%E7%9A%84%E5%85%B3%E8%81%94%E5%8A%A8%E4%BD%9C )
23
23
- [x] 支持获取图片的seed值
24
24
- [x] 中英文翻译额外支持deepl
25
25
- [x] 账号池持久化,动态维护
58
58
- mj.translate-way: 中文prompt翻译成英文的方式,可选null(默认)、baidu、gpt、deepl
59
59
- mj.translate-zh-way: describe、shorten等结果翻译成中文的方式,可选null(默认)、baidu、gpt、deepl
60
60
- redis、翻译或更多配置查看 [ 配置项] ( ./docs/config.md )
61
-
62
- ## 相关文档
63
- - [ 部署教程] ( ./docs/start.md )
64
- - [ 全部配置项] ( ./docs/config.md )
65
- - [ API接口说明] ( ./docs/api.md )
66
- - [ Release版本jar包地址] ( https://github.com/litter-coder/midjourney-proxy-plus/releases )
Original file line number Diff line number Diff line change 97
97
- 执行️Region(局部重绘)
98
98
- 执行PicReader(Describe后选择生图)
99
99
- 执行PromptAnalyzer(Shorten后选择生图)
100
- - 账号开启了Remix & 执行Reroll、Variation、Pan
101
100
102
- 这时返回的code为 21,示例:
101
+ > 开启Remix模式时,执行Reroll、Variation、Pan也需要弹框确认;但账号设置了remix自动提交时,不需要确认
102
+
103
+ 需要确认时返回的code为 21,示例:
103
104
``` json
104
105
{
105
106
"code" : 21 ,
Original file line number Diff line number Diff line change 48
48
` ` `
49
49
账号字段说明
50
50
51
- | 名称 | 非空 | 描述 |
52
- | :-----| :----: | :---- |
53
- | guild-id | 是 | discord服务器ID |
54
- | channel-id | 是 | discord频道ID |
55
- | user-token | 是 | discord用户Token |
56
- | mj-bot-channel-id | 否 | Midjourney Bot私信ID |
57
- | user-agent | 否 | 调用discord接口、连接wss时的user-agent,建议从浏览器network复制 |
58
- | enable | 否 | 是否可用,默认true |
59
- | core-size | 否 | 并发数,默认3 |
60
- | queue-size | 否 | 等待队列长度,默认10 |
61
- | timeout-minutes | 否 | 任务超时时间(分钟),默认5 |
62
- | remark | 否 | 备注说明 |
51
+ | 名称 | 非空 | 描述 |
52
+ |:------------------| :----: |:--------------------------------------------------------------------|
53
+ | guild-id | 是 | discord服务器ID |
54
+ | channel-id | 是 | discord频道ID |
55
+ | user-token | 是 | discord用户Token |
56
+ | mj-bot-channel-id | 否 | Midjourney Bot私信ID |
57
+ | user-agent | 否 | 调用discord接口、连接wss时的user-agent,建议从浏览器network复制 |
58
+ | enable | 否 | 是否可用,默认true |
59
+ | remix-auto-submit | 否 | remix自动提交(默认false),共享账号无法自主控制remix模式时使用,自动提交reroll、variation、pan的弹框 |
60
+ | core-size | 否 | 并发数,默认3 |
61
+ | queue-size | 否 | 等待队列长度,默认10 |
62
+ | timeout-minutes | 否 | 任务超时时间(分钟),默认5 |
63
+ | remark | 否 | 备注说明 |
63
64
64
65
### spring.redis配置参考
65
66
` ` ` yaml
You can’t perform that action at this time.
0 commit comments