All models
Imagev1.0.0

Retro Diffusion Fast (Pixel Art)

Fast pixel-art / retro game-asset generation

7 inputsIMAGE

a brass treasure chest overflowing with gold coins

Retro Diffusion Fast (Pixel Art) output

Run the node

TEXT
TEXT
INT
INT
BOOLEAN
Remove background
IMAGE
Init image
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 rd-fast 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("rd-fast", {
  prompt: { value: "example" },
  style: { value: "default" },
  width: { value: 256 },
  height: { value: 256 },
  removeBg: { value: false },
  init: { ref: "https://..." },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
styleTEXT
default · simple · detailed · retro · game_asset · portrait · texture · ui · item_sheet · character_turnaround · 1_bit · low_res · mc_item · mc_texture · no_style
default
widthINT256
heightINT256
removeBgBOOLEAN
Remove background
false
initIMAGE
Init image
seedINT

Outputs

imageIMAGE