Nodes Browser
ComfyDeploy: How ComfyUI-ComfyRun works in ComfyUI?
What is ComfyUI-ComfyRun?
The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-ComfyRun
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-ComfyRun
The easiest way to run & share any ComfyUI workflow
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
- Create a free account on https://comfyrun.com
- Copy your Share key from https://comfyrun.com/account
- Click on Share via ComfyRun on the ComfyUI menu.
- Enter your Share key and a title for the workflow, and click Upload workflow.
- 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
- Click on Import from ComfyRun on the ComfyUI menu.
- Enter the workflow URL that you want to run locally.
- Click Import workflow.
- ComfyRun will download the workflow and all of its necessary files, so that you can easily run it locally on your computer.
- Restart ComfyUI before running the imported workflow.