输入
输出
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Source fingerprint (SHA-256):
612d18dedd09b64210087c340b8f304ace8cd7b30b1a6e8e8ba7c749b355a497Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
此节点将音乐中的人声与器乐旋律转写为 ABC 记谱法,这是一种基于文本的乐谱书写格式。
| 参数 | 描述 | 数据类型 | 必需 | 范围 |
|---|---|---|---|---|
audio_encoder | 用于分析音频并生成 ABC 记谱法的音频编码器模型。 | AUDIO_ENCODER | 是 | - |
audio | 要转写为 ABC 记谱法的音乐音频。 | AUDIO | 是 | - |
mode | 控制转写的内容。“full” 生成旋律与和弦;“melody” 仅生成旋律,推荐用于翻唱。 | COMBO | 是 | "melody""full" |
| 输出名称 | 描述 | 数据类型 |
|---|---|---|
abc | 转写后的 ABC 记谱法音乐,以字符串列表形式返回。将其连接到 YuE2 Generate Music 节点并使用匹配的模式。 | STRING |
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
612d18dedd09b64210087c340b8f304ace8cd7b30b1a6e8e8ba7c749b355a497