Nodes Browser

ComfyDeploy: How ComfyUI-SoundHub works in ComfyUI?

What is ComfyUI-SoundHub?

ComfyUI-SoundHub is a collection of audio processing nodes designed for ComfyUI, enabling seamless audio processing and generation within your ComfyUI workflows.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-SoundHub and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-SoundHub

ComfyUI-SoundHub is a collection of audio processing nodes designed for ComfyUI, enabling seamless audio processing and generation within your ComfyUI workflows.

Features

  • 🎵 Audio file loading and playback
  • 🎚️ Basic audio processing (volume adjustment, fade in/out, etc.)
  • 🎼 Audio analysis and visualization
  • 🔄 Audio format conversion
  • 🎹 Seamless integration with other ComfyUI nodes

Installation

  1. Make sure you have ComfyUI installed

  2. Clone this repository into your ComfyUI's custom_nodes directory:

cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-SoundHub.git
  1. Install dependencies:
cd ComfyUI-SoundHub
pip install -r requirements.txt

Usage

  1. Start ComfyUI

  2. Find the "SoundHub" category in the node menu

  3. Drag and drop the desired audio nodes into your workspace

  4. Connect nodes and configure parameters

  5. Run your workflow

Available Nodes

  • AudioLoader: Load audio files

  • AudioPlayer: Play audio

  • AudioProcessor: Basic audio processing

  • AudioAnalyzer: Audio analysis

  • AudioExporter: Export audio

Example Workflows

Coming soon !