All models
Imagev1.0.0

SDXL

Text-to-image with Stable Diffusion XL

5 inputsIMAGE

a majestic snow leopard perched on a rocky cliff at dawn, ultra-detailed, photorealistic

SDXL output

Run the node

TEXT
IMAGE
Init image
INT
FLOAT
TEXT
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 sdxl 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("sdxl", {
  prompt: { value: "example" },
  init: { ref: "https://..." },
  steps: { value: 25 },
  guidance: { value: 7.5 },
  negativePrompt: { value: "" },
});

Schema

Inputs

prompt*TEXT
initIMAGE
Init image
stepsINT25
guidanceFLOAT7.5
negativePromptTEXT

Outputs

imageIMAGE