ComfyUI Extension: dll-comfyui-node
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
ComfyUI custom nodes library for audio pipeline with FFmpeg batch conversion support for converting videos to audio formats. (Description by CC)
Looking for a different extension?
Custom Nodes (3)
README
ComfyUI Custom Nodes - Audio Pipeline
这是一个用于 ComfyUI 的自定义节点库(起步版)。
当前已实现节点:
FFmpeg Batch Convert (Video -> Audio)
功能
- 支持
directory / list / single三种输入模式 - 支持批量把视频转换为
mp3或wav - 支持覆盖策略:
skip / overwrite / rename - 默认使用
imageio-ffmpeg自动获取 ffmpeg,可免系统预装
安装
- 将仓库放到 ComfyUI 的
custom_nodes目录下。 - 安装依赖:
pip install -r requirements.txt
- 重启 ComfyUI。
节点说明
FFmpeg Batch Convert (Video -> Audio)
input_mode:directory: 使用source_path+glob_pattern扫描文件list: 使用file_list(每行一个绝对路径)single: 使用source_path单文件
output_format:mp3/wavsample_rate: 采样率,默认44100channels: 声道数,默认2audio_bitrate: 仅在mp3生效,默认192koverwrite:skip / overwrite / renamecontinue_on_error: 出错后是否继续处理后续文件ffmpeg_path: 可选高级参数,留空时自动发现 ffmpeg
输出
output_files: 成功输出文件路径(按行拼接)success_count: 成功数量fail_count: 失败数量report_json: 结构化 JSON 报告
Linux Pod + Windows UI 场景建议
- UI 中路径请使用容器内路径,例如
/data/input、/data/output - 不要传 Windows 盘符路径
- 如集群无公网,建议在镜像构建阶段预热 ffmpeg 或设置
IMAGEIO_FFMPEG_EXE
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.