Nodes/BizyAirPlus/ByteDance Seedream V5.0 Pro (Channel Edition)
ComfyUI Node

ByteDance Seedream V5.0 Pro (Channel Edition)

Top-tier T2I, fewer knobs

By siliconflow·Created 5 months ago·Updated about a month ago· 20
ByteDance Seedream V5.0 Pro (Channel Edition)
  • api_config
  • image
  • request_id
  • urls
prompt
size1K
output_formatjpeg
skip_errorfalse

Seedream V5.0 Pro is ByteDance's top-tier text-to-image model, and this is the Channel Edition of the node that reaches it through BizyAirPlus - the route that's usually the easier, cheaper default compared to the Official Edition's direct vendor API. If you want the best Seedream output without the Pro-price official route, this is the node.

The Pro tier is where the "lite" hedging stops. Where 5.0 lite is the everyday workhorse, Pro is the one you pay for when the output has to be genuinely excellent - hero shots, key art, anything with a client's name on it. The Channel Edition keeps the surface deliberately small: prompt, a size selector, and an output format choice. There's no seed, no aspect-ratio fiddling, no negative prompt. That's not a bug - this node is a clean billable transaction, and it works best when you let the model do its thing.

How it works

Output node in the BizyAirPlus cloud layer. Flip BizyAirPlus ON in the action bar and the node forwards your prompt, size and format to Seedream 5.0 Pro via the BizyAir channel, then returns the finished image to your workflow. Closed model, no downloads, no GPU - your machine is a remote control. The Channel label just names which API route handles the billing.

The inputs that matter

  • prompt - free-form, and the whole ballgame. Pro models reward a well-built prompt more than any parameter.
  • size - a COMBO: 1K or 2K resolution. Pick 1K for drafts, 2K when the output is going anywhere public.
  • output_format - jpeg or png. PNG for anything that'll be edited further; JPEG when you want the smaller file.

The standard pair appears again: api_config (per-request base URL/API key override) and skip_error (placeholder output instead of aborting the workflow on failure).

The outputs

image - an IMAGE tensor for saving, upscaling or piping downstream. urls - the direct result link. request_id - the trace ID if a generation fails and you need support.

Installing it

Part of BizyAirPlus. ComfyUI Manager → search "BizyAirPlus", or:

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

Restart, turn BizyAirPlus ON, key from bizyair.ai (saved at ~/.BizyAirPlus/apikey.ini, or set BIZYAIR_API_KEY). The node code is in the bizytrd / bizyair-cloudberry pip packages; install is light, no models to download.

Gotchas

The familiar failure loop applies - button OFF, missing key, network down, with the real error in the ComfyUI console. And for the record, again: BizyAir isn't malware; the old "suspicious extension" threads were a Manager auto-install mixup, fixed. The one Pro-specific habit worth building: 2K costs more than 1K and doesn't make a bad prompt good, so nail the concept at 1K and only re-roll the winners at 2K. If you need a reference image to guide the generation, that's what the Official Pro node's image input is for - this Channel version is text-only.

CategoryBizyAirModelServices/BizyTRD/Seedream

Inputs (5)

NameTypeDefaultDescription
promptSTRINGPrompt
sizeoptCOMBO1KImage size: 1K or 2K resolution
output_formatoptCOMBOjpegOutput image format: jpeg or png
api_configoptBIZYAIR_OPENAPI_CONFIG单次请求覆盖base_url和api_key
skip_erroroptBOOLEANfalse开启后遇到错误不中断工作流,输出对应类型的错误占位符

Outputs (3)

NameTypeDescription
imageIMAGE
request_idSTRING
urlsSTRING