参数名称 | 说明 |
---|---|
positive | 正向提示词。 |
negative | 反向提示词。 |
WanVideo TextEmbed Bridge
节点功能:用于桥接 ComfyUI 原生生成的文本嵌入(text embeddings),以便它们能被 WanVideoWrapper 系列节点正确接收和使用
输入参数
输出参数
参数名称 | 说明 |
---|---|
text_embeds | 包含 prompt_embeds 和 negative_prompt_embeds 的结构,供 WanVideo 使用。 |
下面4个节点搭配相当于上面这2个节点
需要注意:如果使用下面的方式进行text_embeds输入,Load CLIP节点中需要加载ComfyUI原生的Clip模型,加载kijai的Clip模型会报错。