update FAQ
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
2. **参数绑定**:找到需要由程序动态传入提示词的 Text 节点(CLIP Text Encode 或类似文本输入节点)。
|
||||
- 编辑该节点的**标题 (Title)**。
|
||||
- 修改标题为 `$.prompt.text!` 或 `$.prompt.value!`(根据节点接受的输入类型决定)。
|
||||
<img width="1242" height="994" alt="image" src="https://github.com/user-attachments/assets/ddb1962c-9272-486f-84ab-8019c3fb5bf4" />
|
||||
<img src="https://github.com/user-attachments/assets/ddb1962c-9272-486f-84ab-8019c3fb5bf4" width="600" alt="参数绑定示例" />
|
||||
|
||||
- *参考示例:可以查看 `workflows/selfhost/` 目录下现有 JSON 文件的编辑方式。*
|
||||
3. **导出格式**:将修改好的工作流导出为 **API 格式** (Save (API Format))。
|
||||
@@ -24,7 +24,8 @@
|
||||
|
||||
1. **获取 ID**:打开runninghub工作流文件,找到id
|
||||
2. **加载工作流**:将 ID 粘贴到 RunningHub 网站 URL 后缀上,如:https://www.runninghub.cn/workflow/1983513964837543938 进入该工作流页面。
|
||||
<img width="1244" height="664" alt="image" src="https://github.com/user-attachments/assets/e5330b3a-5475-44f2-81e4-057d33fdf71b" />
|
||||
<img src="https://github.com/user-attachments/assets/e5330b3a-5475-44f2-81e4-057d33fdf71b" width="600" alt="参数绑定示例" />
|
||||
|
||||
|
||||
4. **下载到本地**:在工作台中将工作流下载为 JSON 文件。
|
||||
5. **本地测试**:将下载的文件拖入您本地的 ComfyUI 画布进行测试和调试。
|
||||
|
||||
Reference in New Issue
Block a user