ComfyUI Extension: ComfyUI Resemble Enhance

Authored by EuphoricPenguin

Created

Updated

0 stars

A custom ComfyUI node for audio enhancement using Resemble AI's Resemble Enhance model. Created using OpenHands, Cline, and DeepSeek.

Custom Nodes (0)

    README

    ComfyUI Resemble Enhance

    node

    A custom ComfyUI node for audio enhancement using Resemble AI's Resemble Enhance model. Created using OpenHands, Cline, and DeepSeek.

    Installation

    1. Clone this repository into your ComfyUI custom_nodes directory:

      cd ComfyUI/custom_nodes
      git clone https://github.com/your-username/comfyui_resemble_enhance.git
      
    2. Install dependencies:

      cd comfyui_resemble_enhance
      pip install -r requirements.txt
      
    3. Restart ComfyUI

    Usage

    • CFM ODE Solver: Choose solver method (Midpoint recommended)
    • CFM Number of Function Evaluations: Higher values yield better quality but are slower (1-128, default: 64)
    • CFM Prior Temperature: Higher values can improve quality but reduce stability (0.0-1.0, default: 0.5)
    • Denoise Before Enhancement: Enable if your audio contains heavy background noise

    Model Download

    The node automatically downloads the required models from HuggingFace. The models are stored in the models directory within the node folder.

    License

    This project is licensed under the MIT License - see the LICENSE file for details.