Nodes/Stability API nodes for ComfyUI/Stability Fast Upscale
ComfyUI Node

Stability Fast Upscale

The dumbest upscaler in the pack, and that's a compliment

By Stability-AI·Created 2 years ago·Updated about a year ago· 64
Stability Fast Upscale
  • image
  • IMAGE
output_format
api_key_override

Fast Upscale has exactly one required input - an image - and that's the whole review. No prompt, no creativity slider, no seed, no style presets. You drop an image in, it comes out bigger, and the only real choice you're offered is the output format. It's the "point and shoot" member of Stability's upscaling trio, calling stable-image/upscale/fast on Stability's servers.

Within the pack's own lineup the division of labor is clear: Fast makes your image bigger and doesn't ask questions, Conservative upscales while staying faithful but still wants a prompt describing the source, and Creative invents detail (and rewrites faces - keep it away from anyone you need to recognize). Fast is the one to reach for when you want a bigger image and you want to spend the minimum time and credits doing it.

It's a cloud node from the official "Stability API nodes for ComfyUI" pack, so it costs credits, needs a Stability API key, and uses zero local VRAM. The community's line on this pack - "not local, not interested" - is worth hearing here specifically, because the "bigger image, no questions" job is the single most over-served job in the local ecosystem. A free ESRGAN model or even Lanczos does it in milliseconds with no cloud bill. If you have any local capability at all, that's the better answer. This node is for the no-GPU machine, or the workflow that wants everything in the Stability cloud anyway.

How it works

Honestly? You don't configure it. image in, output_format (png/webp/jpeg) if you care, and an IMAGE out. The fast route trades control for speed and simplicity - it's designed for the "preview this bigger before I decide" and "batch of thumbnails to half-decent" jobs. There's no api_key_override difference either; the key comes from the same three places as every node in the pack (SAI_API_KEY, a sai_platform_key.txt file beside the node, or the per-node override field).

Because it's a one-call synchronous route, it's also the quickest of the upscalers to return - no polling, no four-minute waits like Creative Upscale.

Installing it

From the "Stability API nodes for ComfyUI" pack - ComfyUI Manager, or:

cd ComfyUI/custom_nodes
git clone https://github.com/Stability-AI/ComfyUI-SAI_API
# restart ComfyUI

No model downloads; requests is the only dependency beyond ComfyUI's own stack.

Common issues

  • Output looks soft up close - that's what "fast" buys you. If you need texture added rather than pixels, that's the Creative node's job.
  • "payment_required" - out of credits, same as everything here.
  • Why is there no prompt? - not a bug. Some workflows expect every upscaler to take a description; this one deliberately doesn't, because the fast model isn't doing a prompt-guided interpretation.

It's the most disposable node in the pack, and it knows it. That's not a knock - sometimes you just want the bigger picture, and having one node that refuses to overthink it is a feature.

CategoryStability

Inputs (3)

NameTypeDefaultDescription
imageIMAGE
output_formatoptCOMBO3 options: png, webp, jpeg
api_key_overrideoptSTRING

Outputs (1)

NameTypeDescription
IMAGEIMAGE