@optima-chat/comfy-cli 0.6.0 → 0.6.1
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.
|
@@ -70,8 +70,8 @@ comfy system stats [--pretty] # GPU/CPU/内存状态
|
|
|
70
70
|
### 配置
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
comfy config set server http://localhost:8188 # 设置服务器地址(首次必需)
|
|
74
73
|
comfy config list [--pretty] # 查看当前配置
|
|
74
|
+
comfy config set server http://localhost:8188 # 更改服务器地址(可选,默认 http://dev.optima.chat:8188)
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
### 输出格式
|
|
@@ -140,7 +140,7 @@ comfy download abc123
|
|
|
140
140
|
|
|
141
141
|
### 重要提示
|
|
142
142
|
|
|
143
|
-
-
|
|
143
|
+
- 默认连接到 `http://dev.optima.chat:8188`,如需使用本地服务器:`comfy config set server http://localhost:8188`
|
|
144
144
|
- 默认输出 JSON 格式,适合 AI 解析
|
|
145
145
|
- 使用 `--pretty` 获取人类可读输出
|
|
146
146
|
- 默认等待完成并显示实时进度,使用 `--no-wait` 跳过等待
|