All models
Imagev1.0.0

Bria Expand (Outpaint)

Extend an image past its edges to fill a wider canvas.

6 inputsIMAGE
Bria Expand (Outpaint) input
Bria Expand (Outpaint) output

Square photo outpainted to 16:9

Run the node

IMAGE
TEXT
TEXT
TEXT
BOOLEAN
Preserve transparency
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 bria-expand-image 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("bria-expand-image", {
  image: { ref: "https://..." },
  aspectRatio: { value: "1:1" },
  prompt: { value: "" },
  negativePrompt: { value: "" },
  preserveAlpha: { value: true },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
aspectRatioTEXT
1:1 · 2:3 · 3:2 · 3:4 · 4:3 · 4:5 · 5:4 · 9:16 · 16:9
1:1
promptTEXT
negativePromptTEXT
preserveAlphaBOOLEAN
Preserve transparency
true
seedINT

Outputs

imageIMAGE