All models
Imagev1.0.0

Clarity Upscaler

Detail-enhancing upscale for illustrated/artistic images. Up to 13000px.

6 inputsIMAGE
Clarity Upscaler input
Clarity Upscaler output

2× creative upscale

Run the node

IMAGE
TEXT
Enhancement prompt
1 – 4FLOAT
0.3 – 0.9FLOAT
0 – 1FLOAT
INT
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 clarity-upscaler 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("clarity-upscaler", {
  image: { ref: "https://..." },
  prompt: { value: "" },
  scaleFactor: { value: 2 },
  creativity: { value: 0.35 },
  resemblance: { value: 0.6 },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
promptTEXT
Enhancement prompt
scaleFactorFLOAT2
creativityFLOAT0.35
resemblanceFLOAT0.6
seedINT

Outputs

imageIMAGE