EasyUse/Promptgenerated
Prompt 节点:ComfyUI-Easy-Use 提示词构建指南(prompt)
Prompt 节点通过将自由格式的 `text` 字段与前缀、主体、动作、服装、环境等预设选项相结合,构建单个提示词字符串。
prompt
prompt
text
STRING
prefix
Select the prefix add to the text
subject
👤Select the subject add to the text
action
🎬Select the action add to the text
clothes
👚Select the clothes add to the text
environment
☀️Select the illumination environment add to the text
background
🎞️Select the background add to the text
nsfw
🔞️Select the nsfw add to the text
Easy Use
描述
Prompt 节点通过将自由格式的 text 字段与前缀、主体、动作、服装、环境、背景和 NSFW 内容的预设选项相结合,构建单个提示词字符串。它位于 EasyUse/Prompt 分组下,输出一个 STRING,可传递给任何需要提示词的节点。
输入
所有输入均为必填,但每个控件都有默认值,因此节点无需额外连接即可运行。
text
- 类型:
STRING - 默认值:
""
基础提示词文本。这是唯一的自由格式文本输入;所有其他输入均为下拉选项。如果提示词应完全由下拉选项组成,则可将其留空。
prefix
- 类型:
COMBO - 默认值:
"Select the prefix add to the text"
选择要添加到提示词文本中的前缀。
subject
- 类型:
COMBO - 默认值:
"👤Select the subject add to the text"
选择要包含在提示词中的主要主体。
action
- 类型:
COMBO - 默认值:
"🎬Select the action add to the text"
选择主体执行的动作。
clothes
- 类型:
COMBO - 默认值:
"👚Select the clothes add to the text"
选择要包含的服装或穿搭详情。
environment
- 类型:
COMBO - 默认值:
"☀️Select the illumination environment add to the text"
选择要添加到提示词中的光照或环境条件。
background
- 类型:
COMBO - 默认值:
"🎞️Select the background add to the text"
选择要包含的背景设置。
nsfw
- 类型:
COMBO - 默认值:
"🔞️Select the nsfw add to the text"
选择要添加到提示词中的 NSFW 内容描述符。
输出
STRING:组合后的提示词,将基础text与已选择的下拉值相结合。
使用说明
COMBO输入是固定选项的下拉列表,而非自由文本字段。请选择要插入到提示词中的值。- 显示的默认值是提示您选择值的占位符标签。要获得有意义的提示词,请将每个下拉框更改为实际选项。
- 当您只想从下拉选项中构建提示词时,
text输入可以留空。 - 输出可以连接到任何接受
STRING提示词的节点,例如用于正面或负面条件的 CLIP 文本编码器。
评论
使用 GitHub 登录后即可参与讨论。