ComfyUI Node

Seedream 4.5

ByteDance's flagship, minus the API plumbing

By Runware·Created 2 years ago·Updated about a month ago· 140
Seedream 4.5
  • referenceImages
  • advancedFeatures.watermark.image
  • image
positivePrompt
sizeCustom (set width and height)
width1024
height1024
seed0
numberResults1
advancedFeaturesfalse
advancedFeatures.watermark.bgColor
advancedFeatures.watermark.displayPosition(default)
advancedFeatures.watermark.fontColor
advancedFeatures.watermark.opacityfalse
advancedFeatures.watermark.opacity_value0.10
advancedFeatures.watermark.text
providerSettings.bytedance.maxSequentialImagesfalse
providerSettings.bytedance.maxSequentialImages_value1
safetyfalse
safety.checkContentfalse
ttlfalse
ttl_value60
outputFormatJPG
outputQuality95

Seedream is ByteDance's flagship image generation line, and it is aggressively, permanently closed - the entire Seedream family is an API product with no open weights, no local checkpoint, no "download the base model" moment. That's exactly why this node exists. If you want to use Seedream 4.5 inside ComfyUI without hand-rolling the API calls, the Runware pack is the on-ramp: one node, the model's real parameters as widgets, and a native IMAGE out the other end. It's the cleanest example in this pack of a node that isn't a convenience wrapper around something you could run locally - it's the only way in.

What's Seedream 4.5 good at, then? It's ByteDance's top-tier closed model, which in practice means very strong prompt following, great aesthetics, and big output: the size presets go to 2K and 4K, and the custom width/height fields run up to a staggering 16383 pixels. It's the node to reach for when you need the flagship closed look - hero shots, high-res detail, commercial-grade polish - and don't care that you can't peek under the hood.

What you set

  • positivePrompt (required) - plain-language prompt.
  • referenceImages (optional) - reference images for editing or style transfer.
  • size - the picker: None (model default), 2K (from input), 4K (from input), or Custom (set width and height). Only one of resolution or dimensions gets sent, per the tooltip.
  • width / height - 256 to 16383 when you go custom. Fun fact: that max is effectively "whatever you can afford."
  • providerSettings.bytedance.maxSequentialImages - Seedream's storytelling feature. Turn the toggle on and it generates a sequence of images (1-15) from one prompt, like a storyboard. Combined total of reference plus sequential images can't exceed 15, and the model may produce fewer than requested depending on prompt complexity.
  • seed, numberResults (up to 20), watermark, outputFormat, outputQuality - standard.

Output is image (IMAGE).

How it works

Standard pack machinery: model AIR + taskType over REST via the Runware SDK, IMAGE downloaded back, cost on the title bar. No weights, no local model, no VAE - ByteDance keeps all of that. This is also the honest place to note the two-track reality: ByteDance releases open components (SDXL-Lightning, Hyper-SD, PuLID) while keeping every flagship generation product closed. Seedream is squarely on the closed track, and this node is your ticket to ride it from inside ComfyUI.

Installing

ComfyUI Manager → search Runware → install → restart. Manual:

cd ComfyUI/custom_nodes
git clone https://github.com/Runware/ComfyUI-Runware
pip install -r ComfyUI-Runware/requirements.txt

No model downloads; dependencies are runware-sdk, pillow, soundfile. API key via Settings → Runware API key, RUNWARE_API_KEY, or runware auth login.

Troubleshooting

Key first, always. The cost trap is real here: at 4K or 16383px, a single run is a different price class than a 1024 square - check the title-bar cost before you queue a big batch. And if maxSequentialImages returns fewer images than you asked, that's documented behavior ("may generate fewer depending on prompt complexity"), not a bug - simplify the prompt.

CategoryRunware/Image/bytedance

Inputs (23)

NameTypeDefaultDescription
positivePromptSTRINGText prompt describing elements to include in the generated output.
referenceImagesoptIMAGE
advancedFeatures.watermark.imageoptIMAGE
sizeoptCOMBOCustom (set width and height)Output size. Only one of resolution or dimensions is sent.
widthoptINT1024256–16383Width of the generated media in pixels.
heightoptINT1024256–16383Height of the generated media in pixels.
seedoptINT00–2147483647Random seed for reproducible generation. When not provided, a random seed is generated in the unsigned 32-bit range.
numberResultsoptINT11–20Number of results to generate. Each result uses a different seed, producing variations of the same parameters.
advancedFeaturesoptBOOLEANfalseEnable to set advancedFeatures. Off uses the model's default.
advancedFeatures.watermark.bgColoroptSTRINGBackground color in hex format.
advancedFeatures.watermark.displayPositionoptCOMBO(default)Watermark position.
advancedFeatures.watermark.fontColoroptSTRINGText color in hex format.
advancedFeatures.watermark.opacityoptBOOLEANfalseEnable to set advancedFeatures.watermark.opacity. Off uses the model's default.
advancedFeatures.watermark.opacity_valueoptFLOAT0.100.1–1Watermark opacity.
advancedFeatures.watermark.textoptSTRINGWatermark text.
providerSettings.bytedance.maxSequentialImagesoptBOOLEANfalseEnable to set providerSettings.bytedance.maxSequentialImages. Off uses the model's default.
providerSettings.bytedance.maxSequentialImages_valueoptINT11–15Maximum number of sequential images to generate. Combined total of reference images plus sequential images cannot exceed 15. The model may generate fewer images than requested depending on prompt complexity.
safetyoptBOOLEANfalseEnable to set safety. Off uses the model's default.
safety.checkContentoptBOOLEANfalseEnable or disable content safety checking.
ttloptBOOLEANfalseEnable to set ttl. Off uses the model's default.
ttl_valueoptINT60Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`.
outputFormatoptCOMBOJPGFile format for the generated image.
outputQualityoptINT9520–99Compression quality of the output. Higher values preserve quality but increase file size.

Outputs (1)

NameTypeDescription
imageIMAGE