Nodes Browser

ComfyDeploy: How ComfyUI-ComfyWorkflows works in ComfyUI?

What is ComfyUI-ComfyWorkflows?

The best way to run, share, & discover thousands of ComfyUI 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 ComfyUI-ComfyWorkflows and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-ComfyWorkflows

The best way to run, share, & discover thousands of ComfyUI workflows.

https://comfyworkflows.com

Installation

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

Restart ComfyUI.

Usage

Deploy your workflow online

This will enable anyone to run your workflow online, without having to install ComfyUI.

  1. Create a free account on https://comfyworkflows.com
  2. Share your workflow at: https://comfyworkflows.com/upload
  3. On the workflow's page, click Enable cloud workflow and copy the code displayed.
  4. Open your workflow in your local ComfyUI.
  5. Click on the Upload to ComfyWorkflows button in the menu.
  6. Enter your code and click Upload
  7. After a few minutes, your workflow will be runnable online by anyone, via the workflow's URL at ComfyWorkflows.

Upcoming features

  • ⬜ Import any workflow from ComfyWorkflows with zero setup.
  • ⬜ Backup your local private workflows to the cloud.