@optima-chat/optima-agent 0.4.10 → 0.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,8 +33,8 @@ comfy image <prompt> [options]
33
33
  | 参数 | 说明 |
34
34
  |------|------|
35
35
  | `-i, --input <path>` | 输入图像(可多次使用,最多 8 张) |
36
- | `-w, --width <px>` | 输出宽度(默认 1024,必须是 16 的倍数) |
37
- | `-h, --height <px>` | 输出高度(默认 1024,必须是 16 的倍数) |
36
+ | `-W, --width <px>` | 输出宽度(默认 1024,必须是 16 的倍数) |
37
+ | `-H, --height <px>` | 输出高度(默认 1024,必须是 16 的倍数) |
38
38
  | `-o, --output <path>` | 输出目录或完整路径 |
39
39
  | `-s, --seed <number>` | 随机种子(可复现结果) |
40
40
  | `-f, --format <fmt>` | 输出格式:jpeg \| png |
@@ -83,7 +83,7 @@ comfy image "a modern logo with brand color #02eb3c as the primary accent" -o /U
83
83
  #### 产品海报
84
84
 
85
85
  ```bash
86
- comfy image "Disney Pixar style 3D poster, [产品描述], cute character, vibrant gradient background, professional studio lighting" -w 1024 -h 1024 -o /Users/john/project/poster.png
86
+ comfy image "Disney Pixar style 3D poster, [产品描述], cute character, vibrant gradient background, professional studio lighting" -W 1024 -H 1024 -o /Users/john/project/poster.png
87
87
  ```
88
88
 
89
89
  ### 提示词指南(FLUX.2)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",