Rd Generate
rd_generateGenerate pixel-art images from text prompts using Retro Diffusion, with controls for size, quality, lighting, palette, and background removal. Supports presets for reusable configurations.
Instructions
Text to Image with the local Retro Diffusion pixel-art model.
Output pixels = width//pixel_size (or a size_preset like 64x64/160x144, swap=True transposes). Internally normalized onto RD's 8px latent grid so small sprites never degrade. quality ~1.6-6 drives steps; cfg_scale is the prompt scale; adherence 0-5 trades ELLA/CLIP guidance. Modifiers: comp_* (hue/tint/brightness/saturation/contrast/outline sliders), light_* (directional lighting leco). Rendering options: pixelvae (fast pixel decoder), rembg, post_process (auto reduce colors), tile_x/tile_y. Display: save_grid composes one grid PNG; save_progress stores intermediate previews. preset + overrides replays a saved preset (other args ignored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| swap | No | ||
| loras | No | ||
| model | No | model.pxlm | |
| rembg | No | ||
| width | No | ||
| height | No | ||
| preset | No | ||
| prompt | No | ||
| tile_x | No | ||
| tile_y | No | ||
| light_x | No | ||
| light_y | No | ||
| light_z | No | ||
| quality | No | ||
| comp_hue | No | ||
| negative | No | ||
| pixelvae | No | ||
| use_ella | No | ||
| adherence | No | ||
| cfg_scale | No | ||
| comp_tint | No | ||
| overrides | No | ||
| save_grid | No | ||
| pixel_size | No | ||
| generations | No | ||
| light_apply | No | ||
| size_preset | No | ||
| comp_outline | No | ||
| post_process | No | ||
| return_image | No | ||
| add_to_prompt | No | ||
| comp_contrast | No | ||
| prompt_tuning | No | ||
| save_progress | No | ||
| comp_brightness | No | ||
| comp_saturation | No |