ComfyUI Extension: ComfyUI Resemble Enhance

Authored by EuphoricPenguin

Created

Updated

5 stars

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.

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

Looking for a different extension?

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/EuphoricPenguin/resemble-enhance-comfyui
      
    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.

    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.

    Learn more