Power Prompt - Simple (rgthree)

节点功能:是 Power Prompt 节点的简化版本。这个节点主要用于处理文本提示(prompt),但与完整版的 Power Prompt 节点不同,它不处理 LORA(代替CLIP Text Encode (Prompt)作用,并多了一个text输出)

输入参数

参数名称说明
opt_clip提供用于编码的 CLIP 模型。

输出参数

参数名称说明
CONDITIONING编码后的提示词 embedding。
TEXT原始 prompt 文本。如果提供 opt_clip,则通过 CLIPTextEncode 得到 embedding。否则为 None。

控件参数

参数名称说明
prompt多行输入框,支持动态提示词。
insert_embedding插入 embedding 名称。
insert_saved插入已保存的 prompt。