All models
Imagev1.0.0

ControlNet Tile (Detail Upscale)

Upscale tile by tile, adding detail while holding composition.

7 inputsIMAGE
ControlNet Tile (Detail Upscale) input
ControlNet Tile (Detail Upscale) output

Tiled upscale — detail added, composition held

Run the node

IMAGE
TEXT
TEXT
0 – 1FLOAT
0.1 – 1FLOAT
TEXT
Output format
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 controlnet-tile-upscale 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("controlnet-tile-upscale", {
  image: { ref: "https://..." },
  prompt: { value: "" },
  resolution: { value: "2560" },
  resemblance: { value: 0.85 },
  creativity: { value: 0.35 },
  format: { value: "jpg" },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
promptTEXT
resolutionTEXT
2048 · 2560 · 4096
2560
resemblanceFLOAT0.85
creativityFLOAT0.35
formatTEXT
Output format
jpg · png
jpg
seedINT

Outputs

imageIMAGE