All models
Imagev1.0.0

Retro Diffusion Plus (Pixel Art)

High-quality pixel-art generation

7 inputsIMAGE

an ancient spellbook with glowing runes on the cover

Retro Diffusion Plus (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-plus 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-plus", {
  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 · retro · watercolor · textured · cartoon · ui_element · item_sheet · character_turnaround · environment · isometric · isometric_asset · topdown_map · topdown_asset · classic · topdown_item · low_res · mc_item · mc_texture · skill_icon
default
widthINT256
heightINT256
removeBgBOOLEAN
Remove background
false
initIMAGE
Init image
seedINT

Outputs

imageIMAGE