Nodes Browser

ComfyDeploy: How DJZ-Pedalboard works in ComfyUI?

What is DJZ-Pedalboard?

This project provides a collection of custom nodes designed for enhanced audio effects in ComfyUI. With an intuitive pedalboard interface, users can easily integrate and manipulate various audio effects within their 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 DJZ-Pedalboard and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

DJZ Pedalboard Custom Nodes for ComfyUI

node-preview

This project provides a collection of custom nodes designed for enhanced audio effects in ComfyUI. With an intuitive pedalboard interface, users can easily integrate and manipulate various audio effects within their workflows.

Installation

General Installation

  1. Copy all custom node files into your ComfyUI custom nodes directory.
  2. Restart ComfyUI to load the new nodes.

Windows Users (ComfyUI Portable)

  • Run the install_portable.bat script provided in this repository. This script automates the setup of the custom nodes specifically for ComfyUI Portable on Windows.

How to Use the Nodes

Once installed, the custom nodes will be available within the ComfyUI interface:

  • Add the nodes into your workflow.
  • Select your audio effect requirements.
  • Refer to the example workflows in the example-workflow/ directory for practical guidance on integrating and using these nodes.

The .pdl Format

The repository includes several .pdl files that define audio effect plugins for the pedalboard. These files specify the configuration, parameters, and chains for various audio effects. For more detailed documentation on the effect plugins, please refer to PDL Information. Check the /pedalboard/ folder to see the current list of PDL effects.

Gradio Effect Designer

designer-ui

This project also features a Gradio-based effect designer tool that enables you to create and test custom .pdl files through an interactive web interface. For more information and updates regarding the Gradio effect designer, visit PDL Designer.

Additional Notes

  • Ensure that ComfyUI is set up correctly before installing the custom nodes.
  • For troubleshooting and additional documentation, review the project logs and inline comments.