Enum SpriteSize
Discrete sprite-size presets primarily designed for PixelLab workflows.
Provider compatibility notes:
- PixelLab: Full compatibility with this enum (endpoint/model specific).
- RetroDiffusion: Uses width/height ranges per style, not this discrete enum. This enum can still be used as a convenience preset.
PixelLab support matrix:
| Size | Supported Models |
|---|---|
| 16x16 | Estimate Skeleton only |
| 32x32 | Bitforge, Animate |
| 64x64 | Pixflux, Bitforge, Inpaint, Rotate, Animate |
| 128x128 | Pixflux, Bitforge, Inpaint, Rotate (max), Animate (max) |
| 200x200 | Bitforge (max), Inpaint (max) |
| 256x256 | Estimate Skeleton |
| 320x320 | Pixflux |
| 400x400 | Pixflux (max) |
Namespace: Glitch9.AIDevKit.PixelArt
Assembly: Glitch9.AIDevKit.PixelArt.dll
Syntax
public enum SpriteSize
Fields
| Name | Description |
|---|---|
| S128x128 | |
| S16x16 | |
| S192x192 | |
| S200x200 | |
| S24x24 | |
| S256x256 | |
| S320x320 | |
| S32x32 | |
| S384x384 | |
| S400x400 | |
| S48x48 | |
| S64x64 | |
| S80x80 | |
| S96x96 |