本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
条件
TextEncodeAceStepAudio - ComfyUI Built-in Node Documentation
Complete documentation for the TextEncodeAceStepAudio node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the TextEncodeAceStepAudio node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 必需 | 范围 | 描述 |
|---|---|---|---|---|
clip | CLIP | 是 | - | 用于令牌化和编码的 CLIP 模型 |
tags | STRING | 是 | - | 用于音频条件化的文本标签或描述(支持多行输入和动态提示) |
lyrics | STRING | 是 | - | 用于音频条件化的歌词文本(支持多行输入和动态提示) |
lyrics_strength | FLOAT | 否 | 0.0 - 10.0 | 控制歌词对条件化输出影响的强度(默认值:1.0,步长:0.01) |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
conditioning | CONDITIONING | 包含已处理文本令牌并应用了歌词强度的编码条件化数据 |