All models
Imagev1.0.0

Real-ESRGAN (Upscale)

Upscale and restore images 2–4×. Fast and cheap.

3 inputsIMAGE
Real-ESRGAN (Upscale) input
Real-ESRGAN (Upscale) output

2× upscale + restore

Run the node

IMAGE
TEXT
Scale (2× or 4×)
BOOLEAN
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins real-esrgan and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("real-esrgan", {
  image: { ref: "https://..." },
  scale: { value: "4" },
  faceEnhance: { value: false },
});

Schema

Inputs

image*IMAGE
scaleTEXT
Scale (2× or 4×)
2 · 4
4
faceEnhanceBOOLEANfalse

Outputs

imageIMAGE