本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Audio
SaveAudioMP3 - ComfyUI Built-in Node Documentation
Complete documentation for the SaveAudioMP3 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 SaveAudioMP3 node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 必需 | 取值范围 | 描述 |
|---|---|---|---|---|
audio | AUDIO | 是 | - | 要保存为 MP3 文件的音频数据 |
filename_prefix | STRING | 否 | - | 输出文件名的前缀(默认:“audio/ComfyUI”) |
quality | STRING | 否 | ”V0" "128k" "320k” | MP3 文件的音频质量设置(默认:“V0”) |
prompt | PROMPT | 否 | - | 内部提示数据(由系统自动提供) |
extra_pnginfo | EXTRA_PNGINFO | 否 | - | 额外的 PNG 信息(由系统自动提供) |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
| 无 | - | 此节点不返回任何输出数据,但会将音频文件保存到输出目录 |