Core Capabilities
Use Cases
- Rapid prototyping: Validate generative AI pipelines on devices without a GPU
- API-as-a-service: Turn designer-tuned workflows into live endpoints
- Teaching demos: Demonstrate node-based pipelines in class without per-student installs
- Creative sharing: Circulate workflows as creative assets in the community for remixing
Workspace
The workspace is the default page after entering Online ComfyUI. It combines “My Workflows”, “New Workflow”, “Folder categorization”, “New Folder”, and “Filter & Sort”.Layout Overview
The workspace is divided into a right-side function area, an upper content area, and a lower content area.Workflow Editing
The editor is the core canvas for node-based workflows and works much like local ComfyUI.Node Editor
Canvas Operations
Adding Nodes
- Double-click an empty area of the canvas.
- Type a node name in the search box that appears (e.g.,
Load Checkpoint,KSampler,VAE Decode). - Click or press Enter — the node drops at the current canvas position.
- Once placed, click and drag from its ports to connect to matching or compatible ports on the next node.
Parameter Configuration
- Clicking a node field opens the corresponding input control (dropdown, text, slider, etc.).
- Some nodes support both “fixed value” and “reference input” modes: fixed values are set at edit time; reference inputs can be exposed as API parameters when the workflow is published.
- Hovering over a field shows a tooltip.
Node Library
Online ComfyUI’s node library is organized into the following categories:If a node is missing, please go to Feedback.
Models and Resources
When loading a model in a node, the dropdown prioritizes:- Official models from the platform model library (mounted directly from the cloud — no download needed).
- Models and LoRAs you have favorited or uploaded.
- Common model combinations recommended by community workflows.
Running and Previewing
- Finish configuring the workflow nodes and enter the relevant prompts.
- Click Run (or
Cmd/Ctrl + Enter). - A progress bar appears on the nodes — completed nodes turn green, running ones blue, and errored ones red.
- Result nodes (e.g.,
Save Image) render thumbnails in real time; click to enlarge. - You can click Stop at any time during a run to cancel; time already run is still billed.
- Each task carries a unique task ID (
requestId) for later status and result queries.
For long videos or multi-step sampling, try a small-resolution dry run first before scaling up the output, to avoid wasting compute.
data.status in the response will show Queuing / Preparing / Running / Success / Failed / Canceled. See API Reference.
Saving and Versioning
- Manual save: Click “Save” in the upper-left corner to overwrite the current workflow’s draft.
- Auto-save: The workflow content is automatically saved after a successful run.
- Version: The platform only retains the most recent manually saved / auto-saved workflow content.
Workflow Publishing
Once published, other users can invoke the workflow within the community.Pre-publish Checklist
Before clicking publish, confirm that:- The workflow runs successfully (the latest draft run had no errors).
- Parameters that need external control are switched to “reference input”, with names and default values defined.
- Output nodes are configured (e.g.,
Save Imagepath,Save Videofilename rule).
Publishing a Workflow
In the “Publish Workflow” panel:Workflow Community
The workflow community is an open marketplace where users share, discover, and remix workflows. All public workflows appear here and can be searched, forked, favorited, and used.Browse and Discover
Workflows are organized by base model.Search and Filter
The search box on the right supports:- Keyword: Matches workflow names
- Sort: Comprehensive / Recent / Most favorited / Most downloads / Most likes
- Filter: Base model / Runnable online
Fork and Copy
- On the workflow detail page, click
Run Workflow. - Click
Runin the upper-right corner. - After a successful run, you can find the workflow in your workspace.
Favorite and Like
- Like: A one-time signal that affects the workflow’s popularity ranking.
- Favorite: Adds to your personal collection for easy access later.
- Follow author: Get notified in the workspace “Activity” feed when the author publishes new work.
Share and Download
- Share: Click
Shareto copy the workflow link. - Download: In the right-side tab bar, click
Downloadto download the workflow to your local machine.
Task Lifecycle
Tasks for workflow runs go through the following stages; only the “Running” stage is billable:Billing is based only on
inference_cost_time (the inference portion); other stages are free. See Pricing & Billing.