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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-ComfyWorkflows
and select it - 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.
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.
- Create a free account on https://comfyworkflows.com
- Share your workflow at: https://comfyworkflows.com/upload
- On the workflow's page, click Enable cloud workflow and copy the code displayed.
- Open your workflow in your local ComfyUI.
- Click on the Upload to ComfyWorkflows button in the menu.
- Enter your code and click Upload
- 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.