ComfyUI Extension: ComfyUI-LikeSpiderAI-SaveMP3

Authored by Pigidiy

Created

Updated

0 stars

A custom ComfyUI node that saves input AUDIO as .mp3 using ffmpeg.

Custom Nodes (0)

    README

    ComfyUI-LikeSpiderAI-SaveMP3

    šŸŽ§ A custom ComfyUI node that saves input AUDIO as .mp3 using ffmpeg.

    Features

    • Saves .mp3 to output/audio/
    • Selectable bitrate: 64 / 128 / 192 / 256 / 320 kbps
    • Works with any node that outputs AUDIO
    • No UI hacks or extra files

    Requirements

    • Python ≄ 3.10
    • ffmpeg (must be installed and available in PATH)

    Installation

    Clone this repository into your ComfyUI/custom_nodes directory:

    cd ComfyUI/custom_nodes
    git clone https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3.git