You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/core/tools/provider/builtin/comfyui/tools/comfyui_workflow.yaml
+16-4
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ parameters:
24
24
zh_Hans: 负面提示词
25
25
llm_description: Negative prompt, you should describe the image you don't want to generate as a list of words as possible as detailed, the prompt must be written in English.
26
26
form: llm
27
-
- name: image
28
-
type: file
27
+
- name: images
28
+
type: files
29
29
label:
30
-
en_US: Input Image
30
+
en_US: Input Images
31
31
zh_Hans: 输入的图片
32
-
llm_description: The input image, used to transfer to the comfyui workflow to generate another image.
32
+
llm_description: The input images, used to transfer to the comfyui workflow to generate another image.
33
33
form: llm
34
34
- name: workflow_json
35
35
type: string
@@ -40,3 +40,15 @@ parameters:
40
40
en_US: exported from ComfyUI workflow
41
41
zh_Hans: 从ComfyUI的工作流中导出
42
42
form: form
43
+
- name: image_ids
44
+
type: string
45
+
label:
46
+
en_US: Image Node ID List
47
+
zh_Hans: 图片节点ID列表
48
+
placeholder:
49
+
en_US: Use commas to separate multiple node ID
50
+
zh_Hans: 多个节点ID时使用半角逗号分隔
51
+
human_description:
52
+
en_US: When the workflow has multiple image nodes, enter the ID list of these nodes, and the images will be passed to ComfyUI in the order of the list.
0 commit comments