From cbbd85edda385db0456ff8777ea7dbbc7ee66a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=A6=E5=B8=85=E6=B5=A9?= Date: Thu, 11 Dec 2025 11:29:04 +0800 Subject: [PATCH] update FAQ --- docs/FAQ.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index acfe566..bdc22a1 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -8,7 +8,7 @@ If you want to integrate your own ComfyUI workflows, please follow these specifi 2. **Parameter Binding**: Find the Text node (CLIP Text Encode or similar text input node) where prompt words need to be dynamically passed by the program. - Edit the **Title** of that node. - Change the title to `$.prompt.text!` or `$.prompt.value!` (depending on the input type accepted by the node). - image + 参数绑定示例 - *Reference Example: Check the editing method of existing JSON files in the `workflows/selfhost/` directory.* 3. **Export Format**: Export the modified workflow as **API Format** (Save (API Format)). @@ -23,7 +23,8 @@ If you want to test workflows locally that were originally intended for RunningH 1. **Get ID**: Open the RunningHub workflow file and find the ID. 2. **Load Workflow**: Paste the ID onto the end of the RunningHub URL (e.g., https://www.runninghub.cn/workflow/1983513964837543938) to enter the workflow page. - image + 参数绑定示例 + 3. **Download to Local**: Download the workflow as a JSON file from the workbench. 4. **Local Testing**: Drag the downloaded file into your local ComfyUI canvas for testing and debugging.