@optima-chat/comfy-cli 0.7.1 → 0.7.2
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.
|
@@ -14,21 +14,14 @@ description: "ComfyUI CLI tool for AI agents. ALWAYS use when user wants to: gen
|
|
|
14
14
|
2. 等待完成(默认行为,显示进度)
|
|
15
15
|
3. 使用返回的 prompt_id 下载:`comfy download <prompt_id>`
|
|
16
16
|
|
|
17
|
-
### 场景 2
|
|
18
|
-
**用户需求**:"生成 3 张不同风格的产品图"
|
|
19
|
-
**执行步骤**:
|
|
20
|
-
1. 使用 `--no-wait` 提交多个任务
|
|
21
|
-
2. `comfy queue status` 查看进度
|
|
22
|
-
3. 完成后批量下载
|
|
23
|
-
|
|
24
|
-
### 场景 3:图片迭代优化
|
|
17
|
+
### 场景 2:图片迭代优化
|
|
25
18
|
**用户需求**:"这张图片不够好,帮我优化"
|
|
26
19
|
**执行步骤**:
|
|
27
20
|
1. 分析用户不满意的点(光线、风格、细节)
|
|
28
21
|
2. 使用 `comfy edit` 添加优化描述
|
|
29
22
|
3. 如需多次尝试,生成多个变体供用户选择
|
|
30
23
|
|
|
31
|
-
### 场景
|
|
24
|
+
### 场景 3:图片生成视频
|
|
32
25
|
**用户需求**:"把这张人物照片做成动态视频"
|
|
33
26
|
**执行步骤**:
|
|
34
27
|
1. `comfy video portrait.png --prompt "natural head movement"`
|