init: image-generator with MiniMax image-01 support

This commit is contained in:
zwbcc
2026-03-25 23:49:47 +08:00
commit 2837bc1a85
5 changed files with 1020 additions and 0 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# CHANGELOG
## 2026-03-25
### Added
- **image-generator** - MiniMax image-01 文生图网页
- 地址:`http://10.0.10.110:8195`
- 支持选择比例1:1 / 16:9 / 4:3 / 3:2 / 2:3 / 3:4 / 9:16 / 21:9
- 支持 prompt 输入(最多 1500 字符)
- 可下载生成图片 / 复制 Base64
- API Key 配置在 Settings 里(服务端存储,不暴露)
- 依赖express, node-fetch全局 npm
- systemd service`image-generator.service`