第三方插件
comfyui_llm_party
开始工作流
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
开始工作流
file_path
img_path1
img_path2
system_prompt
user_prompt
positive_prompt
negative_prompt
model_name
user_history
英文节点
开始工作流
file_path
img_path1
img_path2
system_prompt
user_prompt
positive_prompt
negative_prompt
model_name
user_history
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
file_content
file_content
外部文件数据,例如文本或JSON内容。
image_input1
image_input1
第一张输入图像。
image_input2
image_input2
第二张输入图像。
输出参数
file_content
file_content
输入的文件内容原样传出,供下游继续处理。
image1
image1
输出的第一张图像。
image2
image2
输出的第二张图像。
system_prompt
system_prompt
系统级提示,通常是固定指令,定义模型的整体角色或风格。
user_prompt
user_prompt
用户输入的自然语言提示,用于指定具体任务。
positive_prompt
positive_prompt
正向提示词,引导生成时应包含的特征或风格。
negative_prompt
negative_prompt
反向提示词,用于排除不希望出现的元素。
model_name
model_name
选择的模型名称,决定下游任务调用的模型。
user_history
user_history
对话历史,用于多轮对话场景,保证上下文延续。
控件参数
file_path
file_path
指定一个外部文件路径(如txt、json),内容会注入到file_content 输出。
img_path1
img_path1
本地图片路径,与 image_input1对应,可以直接加载图片文件进入工作流。
img_path2
img_path2
本地图片路径,与 image_input2对应,可以直接加载图片文件进入工作流。
system_prompt
system_prompt
系统级指令,用于设定模型的整体行为,例如“你是一个专业的绘图助手”。
user_prompt
user_prompt
用户任务提示,例如“把这两张图片合成为一张”。
positive_prompt
positive_prompt
希望生成结果中包含的特征,例如“高清、细节丰富”。
negative_prompt
negative_prompt
希望避免出现的特征,例如“模糊、畸形”。
model_name
model_name
调用的模型代号,便于指定具体的推理模型。
user_history
user_history
输入历史上下文(对话或操作),适合多轮对话和连续任务。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。