ComfyUI Extension: ComfyUI-ComfyRun

Authored by thecooltechguy

Created

Updated

81 stars

The easiest way to run & share any ComfyUI workflow a/https://comfyrun.com

Custom Nodes (0)

    README

    ComfyUI-ComfyRun

    The easiest way to run & share any ComfyUI workflow

    https://comfyrun.com

    Installation

    This uses ComfyUI-Manager's experimental Snapshots feature, so please make sure you have the latest version of ComfyUI-Manager installed: https://github.com/ltdrdata/ComfyUI-Manager

    Option 1: Install from ComfyUI-Manager

    To install this custom node from ComfyUI-Manager, click on Custom Nodes on the ComfyUI menu, and search for ComfyRun.

    Option 2: Install manually

    cd ComfyUI/custom_nodes/
    git clone https://github.com/thecooltechguy/ComfyUI-ComfyRun
    cd ComfyUI-ComfyRun/
    python -m pip install -r requirements.txt
    

    Restart ComfyUI.

    Usage

    Deploying a local workflow to the cloud

    1. Create a free account on https://comfyrun.com
    2. Copy your Share key from https://comfyrun.com/account
    3. Click on Share via ComfyRun on the ComfyUI menu.
    4. Enter your Share key and a title for the workflow, and click Upload workflow.
    5. ComfyRun will deploy your workflow to the cloud and return a URL where anyone can easily run it online, or run it locally.

    Importing & running an online workflow, locally

    1. Click on Import from ComfyRun on the ComfyUI menu.
    2. Enter the workflow URL that you want to run locally.
    3. Click Import workflow.
    4. ComfyRun will download the workflow and all of its necessary files, so that you can easily run it locally on your computer.
    5. Restart ComfyUI before running the imported workflow.