All models
Imagev1.0.0

Retro Diffusion Animation (Pixel Art)

Pixel-art animation spritesheet generation (walk/idle cycles, 4-direction characters)

7 inputsIMAGE

a knight in silver armor — four-angle walk cycle

Retro Diffusion Animation (Pixel Art) output

Prompt: “a knight in silver armor”

Run the node

TEXT
TEXT
Animation
INT
INT
BOOLEAN
Return spritesheet
IMAGE
Reference 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-animation 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-animation", {
  prompt: { value: "example" },
  style: { value: "four_angle_walking" },
  width: { value: 48 },
  height: { value: 48 },
  spritesheet: { value: true },
  init: { ref: "https://..." },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
styleTEXT
Animation
four_angle_walking · walking_and_idle · small_sprites · vfx
four_angle_walking
widthINT48
heightINT48
spritesheetBOOLEAN
Return spritesheet
true
initIMAGE
Reference image
seedINT

Outputs

imageIMAGE
Retro Diffusion Animation (Pixel Art) | BlitFlow