remove: 移除 image-01-live 模型及相关代码

This commit is contained in:
zwbcc
2026-03-28 21:07:29 +08:00
parent e20f53e253
commit 04068da6b0
4 changed files with 6 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
# 图片生成器
MiniMax 文生图工具,基于 `image-01` / `image-01-live` 模型。
MiniMax 文生图工具,基于 `image-01` 模型。
**访问:** `http://域名或IP:8195`
@@ -93,15 +93,14 @@ image-generator/
| 参数 | 默认 | 说明 |
|------|------|------|
| `model` | `image-01` | `image-01` / `image-01-live` |
| `model` | `image-01` | 模型,目前仅支持 `image-01` |
| `prompt` | 必填 | 图片描述,最多 1500 字符 |
| `aspect_ratio` | `16:9` | `1:1` `16:9` `4:3` `3:2` `2:3` `3:4` `9:16` `21:9` |
| `response_format` | `url` | `url`24h有效`base64` |
| `n` | `1` | 数量 1-9 |
| `seed` | 随机 | 整数,用于复现 |
| `width` / `height` | — | 自定义分辨率 512-20488的倍数 |
| `style.style_type` | — | 画风:漫画/元气/中世纪/水彩(仅 live |
| `style.style_weight` | 0.8 | 画风权重 0.1-1.0(仅 live |
### 常见错误