☁️BizyAir App
Run cloud AI apps straight from a node, no GPU required
- Result
BizyAirWebApp is the ComfyPanel node that turns your ComfyUI graph into a remote control for cloud-hosted AI "Apps." Pick one from a dropdown, run the workflow, and the heavy lifting happens on BizyAir's servers - you get a Result back on the wire and none of the compute, VRAM, or model files ever touch your machine. This is ComfyPanel's whole "zero local deployment" pitch in a single node: low-spec hardware can run a workflow that would choke a local 8GB card, as long as you're willing to pay per call and trust the cloud.
How it actually works is worth knowing before you wire it in. The node's one required input, APP, is an enum whose choices are populated dynamically - the pack fetches the app list from a CDN-hosted defaults file (default_apps.json) and from BizyAir's meta API (meta.bizyair.ai). Pick an app, and the node calls BizyAir's cloud API (api.bizyair.ai) with your API key, streams progress back to the panel via bizyair_progress events, then returns whatever the app produced on the Result output. There's also a hidden params_json string for passing parameters. Nothing is executed locally - it's a thin HTTP client wearing a node costume.
The setup requirements are the honest part, and they're non-negotiable:
- A BizyAir API key, saved into the pack's config (
/bizyair_webapp/save_config). The panel has a billing/balance dashboard that reads it and shows your username and balance automatically. - Network access to
api.bizyair.aiandmeta.bizyair.ai. - A willingness to pay. BizyAir is a commercial ByteDance cloud service; this is metered, not free.
And a word of community context, because you'll run into it: BizyAir itself has a mixed reputation. It ships as a node suite that some tutorials bundle, and the r/comfyui signal is small but skeptical - users have called it "suspicious" and one thread is literally someone asking how to remove it after finding it auto-installed. That's mostly friction and confusion around a commercial product landing in an open ecosystem, not evidence it's malware, but it does mean you should install BizyAir deliberately, know what it does, and only feed it a key if you actually plan to use the service. The ComfyPanel wrapper is a reasonable front door to it; just go in with your eyes open about what you're plugging your API key into.
Installing it
Everything lives in the one pack:
cd ComfyUI/custom_nodes
git clone https://github.com/Ginolazy/ComfyPanel
# restart ComfyUI
or ComfyUI Manager → "ComfyPanel". Dependencies are the usual torch/opencv/scipy/kornia/requests/aiohttp set plus torchaudio for handling audio results - no models to download, because there are no local models. You'll also need the ComfyPanel Photoshop plugin to configure the API key through its panel, or you can write the key into the pack's config directly.
The realistic verdict: this node is for people already inside the ComfyPanel + cloud-API ecosystem, or those with hardware too weak to run what they want locally. If you have a GPU and you value local privacy, it's a bill waiting to happen. If you're running a surface Pro and you want Flux-class outputs, it's one of the few honest ways to get there without renting a box.
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| APP | COMBO | 0 options: |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Result | * | — |